diff --git a/CHANGELOG.md b/CHANGELOG.md index 03492f6..124fddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17) + +**Note:** Version bump only for package root + + + + + # [1.1.0-alpha.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) diff --git a/lerna.json b/lerna.json index eed26e0..68fd632 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-alpha.3", + "version": "1.1.0-alpha.4", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cli-common/CHANGELOG.md b/packages/cli-common/CHANGELOG.md index 7ab6f1f..d32013c 100644 --- a/packages/cli-common/CHANGELOG.md +++ b/packages/cli-common/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17) + +**Note:** Version bump only for package @log4brains/cli-common + + + + + # [1.1.0-alpha.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) **Note:** Version bump only for package @log4brains/cli-common diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index 6908247..f07b601 100644 --- a/packages/cli-common/package.json +++ b/packages/cli-common/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/cli-common", - "version": "1.1.0-alpha.3", + "version": "1.1.0-alpha.4", "description": "Log4brains architecture knowledge base common CLI features", "keywords": [ "log4brains" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9cf75e0..6e1823d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17) + +**Note:** Version bump only for package @log4brains/cli + + + + + # [1.1.0-alpha.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) **Note:** Version bump only for package @log4brains/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index c6c7a8d..a68a87c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/cli", - "version": "1.1.0-alpha.3", + "version": "1.1.0-alpha.4", "description": "Log4brains architecture knowledge base CLI", "keywords": [ "log4brains" @@ -36,8 +36,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "1.1.0-alpha.3", - "@log4brains/core": "1.1.0-alpha.3", + "@log4brains/cli-common": "1.1.0-alpha.4", + "@log4brains/core": "1.1.0-alpha.4", "commander": "^6.1.0", "execa": "^5.0.0", "terminal-link": "^2.1.1" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6e8fbff..a990bee 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17) + +**Note:** Version bump only for package @log4brains/core + + + + + # [1.1.0-alpha.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) **Note:** Version bump only for package @log4brains/core diff --git a/packages/core/package.json b/packages/core/package.json index 2906f78..67d3468 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/core", - "version": "1.1.0-alpha.3", + "version": "1.1.0-alpha.4", "description": "Log4brains architecture knowledge base core API", "keywords": [ "log4brains" diff --git a/packages/global-cli/CHANGELOG.md b/packages/global-cli/CHANGELOG.md index 9212e55..392ab25 100644 --- a/packages/global-cli/CHANGELOG.md +++ b/packages/global-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17) + +**Note:** Version bump only for package log4brains + + + + + # [1.1.0-alpha.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) **Note:** Version bump only for package log4brains diff --git a/packages/global-cli/package.json b/packages/global-cli/package.json index fa47812..1cfd695 100644 --- a/packages/global-cli/package.json +++ b/packages/global-cli/package.json @@ -1,6 +1,6 @@ { "name": "log4brains", - "version": "1.1.0-alpha.3", + "version": "1.1.0-alpha.4", "description": "Log and publish your architecture decisions (ADR) with Log4brains", "keywords": [ "log4brains", @@ -51,11 +51,11 @@ "unlink": "yarn unlink" }, "dependencies": { - "@log4brains/cli": "1.1.0-alpha.3", - "@log4brains/cli-common": "1.1.0-alpha.3", - "@log4brains/core": "1.1.0-alpha.3", - "@log4brains/init": "1.1.0-alpha.3", - "@log4brains/web": "1.1.0-alpha.3", + "@log4brains/cli": "1.1.0-alpha.4", + "@log4brains/cli-common": "1.1.0-alpha.4", + "@log4brains/core": "1.1.0-alpha.4", + "@log4brains/init": "1.1.0-alpha.4", + "@log4brains/web": "1.1.0-alpha.4", "chalk": "^4.1.0", "commander": "^6.1.0" }, diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index 7d48ab6..b86c479 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17) + +**Note:** Version bump only for package @log4brains/init + + + + + # [1.1.0-alpha.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) **Note:** Version bump only for package @log4brains/init diff --git a/packages/init/package.json b/packages/init/package.json index 6657576..fa6ec1e 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/init", - "version": "1.1.0-alpha.3", + "version": "1.1.0-alpha.4", "description": "Log4brains architecture knowledge base initialization CLI", "keywords": [ "log4brains" @@ -39,7 +39,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "1.1.0-alpha.3", + "@log4brains/cli-common": "1.1.0-alpha.4", "chalk": "^4.1.0", "commander": "^6.1.0", "execa": "^4.1.0", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 291b2eb..7f9df75 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17) + +**Note:** Version bump only for package @log4brains/web + + + + + # [1.1.0-alpha.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) diff --git a/packages/web/package.json b/packages/web/package.json index 6b742b9..78bf21d 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/web", - "version": "1.1.0-alpha.3", + "version": "1.1.0-alpha.4", "description": "Log4brains architecture knowledge base web UI and static site generator", "keywords": [ "log4brains" @@ -46,8 +46,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "1.1.0-alpha.3", - "@log4brains/core": "1.1.0-alpha.3", + "@log4brains/cli-common": "1.1.0-alpha.4", + "@log4brains/core": "1.1.0-alpha.4", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56",