From 0d798766e6e1263939f0a4482f50419ca3f33ea3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 09:13:41 +0000 Subject: [PATCH] chore(release): publish v1.1.0-alpha.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cli-common/CHANGELOG.md | 8 ++++++++ packages/cli-common/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 6 +++--- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/global-cli/CHANGELOG.md | 8 ++++++++ packages/global-cli/package.json | 12 ++++++------ packages/init/CHANGELOG.md | 8 ++++++++ packages/init/package.json | 4 ++-- packages/web/CHANGELOG.md | 11 +++++++++++ packages/web/package.json | 6 +++--- 14 files changed, 79 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb8865..e620556 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.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2024-12-16) + + +### Bug Fixes + +* ts types for nextjs 2nd try ([056a1a4](https://github.com/thomvaill/log4brains/commit/056a1a40c1088eecd5559151253525c823b6271b)) + + + + + # [1.1.0-alpha.1](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2024-12-15) diff --git a/lerna.json b/lerna.json index a5b4849..3763a3e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cli-common/CHANGELOG.md b/packages/cli-common/CHANGELOG.md index 805ee3e..0afbac1 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.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 + + + + + # [1.1.0-alpha.1](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2024-12-15) **Note:** Version bump only for package @log4brains/cli-common diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index f852080..4f775e4 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.1", + "version": "1.1.0-alpha.2", "description": "Log4brains architecture knowledge base common CLI features", "keywords": [ "log4brains" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index cc891e6..625fc24 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.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 + + + + + # [1.1.0-alpha.1](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2024-12-15) **Note:** Version bump only for package @log4brains/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index a4ca19c..4e3cf4b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/cli", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "description": "Log4brains architecture knowledge base CLI", "keywords": [ "log4brains" @@ -36,8 +36,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "1.1.0-alpha.1", - "@log4brains/core": "1.1.0-alpha.1", + "@log4brains/cli-common": "1.1.0-alpha.2", + "@log4brains/core": "1.1.0-alpha.2", "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 76491e8..6614f9c 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.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 + + + + + # [1.1.0-alpha.1](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2024-12-15) **Note:** Version bump only for package @log4brains/core diff --git a/packages/core/package.json b/packages/core/package.json index 9299646..e3d1fbb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/core", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "description": "Log4brains architecture knowledge base core API", "keywords": [ "log4brains" diff --git a/packages/global-cli/CHANGELOG.md b/packages/global-cli/CHANGELOG.md index 9a6a75e..27bab0f 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.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 + + + + + # [1.1.0-alpha.1](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2024-12-15) **Note:** Version bump only for package log4brains diff --git a/packages/global-cli/package.json b/packages/global-cli/package.json index ae055da..9d5b5e1 100644 --- a/packages/global-cli/package.json +++ b/packages/global-cli/package.json @@ -1,6 +1,6 @@ { "name": "log4brains", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "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.1", - "@log4brains/cli-common": "1.1.0-alpha.1", - "@log4brains/core": "1.1.0-alpha.1", - "@log4brains/init": "1.1.0-alpha.1", - "@log4brains/web": "1.1.0-alpha.1", + "@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", "chalk": "^4.1.0", "commander": "^6.1.0" }, diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index 835c8b0..e2618e0 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.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 + + + + + # [1.1.0-alpha.1](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2024-12-15) **Note:** Version bump only for package @log4brains/init diff --git a/packages/init/package.json b/packages/init/package.json index 2f6a24b..819ac74 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/init", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "description": "Log4brains architecture knowledge base initialization CLI", "keywords": [ "log4brains" @@ -39,7 +39,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "1.1.0-alpha.1", + "@log4brains/cli-common": "1.1.0-alpha.2", "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 4e5eef7..7e2c4c9 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.2](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2024-12-16) + + +### Bug Fixes + +* ts types for nextjs 2nd try ([056a1a4](https://github.com/thomvaill/log4brains/commit/056a1a40c1088eecd5559151253525c823b6271b)) + + + + + # [1.1.0-alpha.1](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2024-12-15) diff --git a/packages/web/package.json b/packages/web/package.json index 8e9568c..012f698 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/web", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "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.1", - "@log4brains/core": "1.1.0-alpha.1", + "@log4brains/cli-common": "1.1.0-alpha.2", + "@log4brains/core": "1.1.0-alpha.2", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56",