diff --git a/CHANGELOG.md b/CHANGELOG.md index e620556..03492f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ 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.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) + + +### Bug Fixes + +* @types/react version ([3bdedea](https://github.com/thomvaill/log4brains/commit/3bdedeab3bf34db551bf95b6168d98bfb0de3ed2)) + + + + + # [1.1.0-alpha.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2024-12-16) diff --git a/lerna.json b/lerna.json index 3763a3e..eed26e0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-alpha.2", + "version": "1.1.0-alpha.3", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cli-common/CHANGELOG.md b/packages/cli-common/CHANGELOG.md index 0afbac1..7ab6f1f 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.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 + + + + + # [1.1.0-alpha.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (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 4f775e4..6908247 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.2", + "version": "1.1.0-alpha.3", "description": "Log4brains architecture knowledge base common CLI features", "keywords": [ "log4brains" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 625fc24..9cf75e0 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.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 + + + + + # [1.1.0-alpha.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2024-12-16) **Note:** Version bump only for package @log4brains/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 4e3cf4b..c6c7a8d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/cli", - "version": "1.1.0-alpha.2", + "version": "1.1.0-alpha.3", "description": "Log4brains architecture knowledge base CLI", "keywords": [ "log4brains" @@ -36,8 +36,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "1.1.0-alpha.2", - "@log4brains/core": "1.1.0-alpha.2", + "@log4brains/cli-common": "1.1.0-alpha.3", + "@log4brains/core": "1.1.0-alpha.3", "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 6614f9c..6e8fbff 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.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 + + + + + # [1.1.0-alpha.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2024-12-16) **Note:** Version bump only for package @log4brains/core diff --git a/packages/core/package.json b/packages/core/package.json index e3d1fbb..2906f78 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/core", - "version": "1.1.0-alpha.2", + "version": "1.1.0-alpha.3", "description": "Log4brains architecture knowledge base core API", "keywords": [ "log4brains" diff --git a/packages/global-cli/CHANGELOG.md b/packages/global-cli/CHANGELOG.md index 27bab0f..9212e55 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.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 + + + + + # [1.1.0-alpha.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (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 9d5b5e1..fa47812 100644 --- a/packages/global-cli/package.json +++ b/packages/global-cli/package.json @@ -1,6 +1,6 @@ { "name": "log4brains", - "version": "1.1.0-alpha.2", + "version": "1.1.0-alpha.3", "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.2", - "@log4brains/cli-common": "1.1.0-alpha.2", - "@log4brains/core": "1.1.0-alpha.2", - "@log4brains/init": "1.1.0-alpha.2", - "@log4brains/web": "1.1.0-alpha.2", + "@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", "chalk": "^4.1.0", "commander": "^6.1.0" }, diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index e2618e0..7d48ab6 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.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 + + + + + # [1.1.0-alpha.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2024-12-16) **Note:** Version bump only for package @log4brains/init diff --git a/packages/init/package.json b/packages/init/package.json index 819ac74..6657576 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/init", - "version": "1.1.0-alpha.2", + "version": "1.1.0-alpha.3", "description": "Log4brains architecture knowledge base initialization CLI", "keywords": [ "log4brains" @@ -39,7 +39,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "1.1.0-alpha.2", + "@log4brains/cli-common": "1.1.0-alpha.3", "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 7e2c4c9..291b2eb 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,17 @@ 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.3](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2024-12-16) + + +### Bug Fixes + +* @types/react version ([3bdedea](https://github.com/thomvaill/log4brains/commit/3bdedeab3bf34db551bf95b6168d98bfb0de3ed2)) + + + + + # [1.1.0-alpha.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2024-12-16) diff --git a/packages/web/package.json b/packages/web/package.json index 098e028..6b742b9 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/web", - "version": "1.1.0-alpha.2", + "version": "1.1.0-alpha.3", "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.2", - "@log4brains/core": "1.1.0-alpha.2", + "@log4brains/cli-common": "1.1.0-alpha.3", + "@log4brains/core": "1.1.0-alpha.3", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56",