Skip to content

Commit

Permalink
chore(release): publish v1.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2024
1 parent f7781b6 commit 4268c4f
Show file tree
Hide file tree
Showing 14 changed files with 105 additions and 19 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.0](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.4...v1.1.0-alpha.0) (2024-12-14)


### Bug Fixes

* perform recursive workdir detection in web cli too ([98c1046](https://github.com/thomvaill/log4brains/commit/98c104615966bbc156850daaf2ad9f633ce434de))
* remove esm dependency from global-cli ([254c82f](https://github.com/thomvaill/log4brains/commit/254c82f058231020b8bfbc8b3d4b446020f3f698))


### Features

* support Node.js 22 ([f7781b6](https://github.com/thomvaill/log4brains/commit/f7781b6b78e526d793183f6253ec4282245e10cd))





## [1.0.2-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.3...v1.0.2-alpha.4) (2024-11-21)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2-alpha.4",
"version": "1.1.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.4...v1.1.0-alpha.0) (2024-12-14)


### Bug Fixes

* perform recursive workdir detection in web cli too ([98c1046](https://github.com/thomvaill/log4brains/commit/98c104615966bbc156850daaf2ad9f633ce434de))





## [1.0.2-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.3...v1.0.2-alpha.4) (2024-11-21)

**Note:** Version bump only for package @log4brains/cli-common
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@log4brains/cli-common",
"version": "1.0.2-alpha.4",
"version": "1.1.0-alpha.0",
"description": "Log4brains architecture knowledge base common CLI features",
"keywords": [
"log4brains"
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.4...v1.1.0-alpha.0) (2024-12-14)


### Bug Fixes

* perform recursive workdir detection in web cli too ([98c1046](https://github.com/thomvaill/log4brains/commit/98c104615966bbc156850daaf2ad9f633ce434de))





## [1.0.2-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.3...v1.0.2-alpha.4) (2024-11-21)

**Note:** Version bump only for package @log4brains/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@log4brains/cli",
"version": "1.0.2-alpha.4",
"version": "1.1.0-alpha.0",
"description": "Log4brains architecture knowledge base CLI",
"keywords": [
"log4brains"
Expand Down Expand Up @@ -36,8 +36,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@log4brains/cli-common": "1.0.2-alpha.4",
"@log4brains/core": "1.0.2-alpha.4",
"@log4brains/cli-common": "1.1.0-alpha.0",
"@log4brains/core": "1.1.0-alpha.0",
"commander": "^6.1.0",
"execa": "^5.0.0",
"terminal-link": "^2.1.1"
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.0](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.4...v1.1.0-alpha.0) (2024-12-14)


### Bug Fixes

* perform recursive workdir detection in web cli too ([98c1046](https://github.com/thomvaill/log4brains/commit/98c104615966bbc156850daaf2ad9f633ce434de))


### Features

* support Node.js 22 ([f7781b6](https://github.com/thomvaill/log4brains/commit/f7781b6b78e526d793183f6253ec4282245e10cd))





## [1.0.2-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.3...v1.0.2-alpha.4) (2024-11-21)

**Note:** Version bump only for package @log4brains/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@log4brains/core",
"version": "1.0.2-alpha.4",
"version": "1.1.0-alpha.0",
"description": "Log4brains architecture knowledge base core API",
"keywords": [
"log4brains"
Expand Down
12 changes: 12 additions & 0 deletions packages/global-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.0](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.4...v1.1.0-alpha.0) (2024-12-14)


### Bug Fixes

* perform recursive workdir detection in web cli too ([98c1046](https://github.com/thomvaill/log4brains/commit/98c104615966bbc156850daaf2ad9f633ce434de))
* remove esm dependency from global-cli ([254c82f](https://github.com/thomvaill/log4brains/commit/254c82f058231020b8bfbc8b3d4b446020f3f698))





## [1.0.2-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.3...v1.0.2-alpha.4) (2024-11-21)

**Note:** Version bump only for package log4brains
Expand Down
12 changes: 6 additions & 6 deletions packages/global-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log4brains",
"version": "1.0.2-alpha.4",
"version": "1.1.0-alpha.0",
"description": "Log and publish your architecture decisions (ADR) with Log4brains",
"keywords": [
"log4brains",
Expand Down Expand Up @@ -51,11 +51,11 @@
"unlink": "yarn unlink"
},
"dependencies": {
"@log4brains/cli": "1.0.2-alpha.4",
"@log4brains/cli-common": "1.0.2-alpha.4",
"@log4brains/core": "1.0.2-alpha.4",
"@log4brains/init": "1.0.2-alpha.4",
"@log4brains/web": "1.0.2-alpha.4",
"@log4brains/cli": "1.1.0-alpha.0",
"@log4brains/cli-common": "1.1.0-alpha.0",
"@log4brains/core": "1.1.0-alpha.0",
"@log4brains/init": "1.1.0-alpha.0",
"@log4brains/web": "1.1.0-alpha.0",
"chalk": "^4.1.0",
"commander": "^6.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.4...v1.1.0-alpha.0) (2024-12-14)

**Note:** Version bump only for package @log4brains/init





## [1.0.2-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.3...v1.0.2-alpha.4) (2024-11-21)

**Note:** Version bump only for package @log4brains/init
Expand Down
4 changes: 2 additions & 2 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@log4brains/init",
"version": "1.0.2-alpha.4",
"version": "1.1.0-alpha.0",
"description": "Log4brains architecture knowledge base initialization CLI",
"keywords": [
"log4brains"
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@log4brains/cli-common": "1.0.2-alpha.4",
"@log4brains/cli-common": "1.1.0-alpha.0",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"execa": "^4.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.4...v1.1.0-alpha.0) (2024-12-14)


### Bug Fixes

* perform recursive workdir detection in web cli too ([98c1046](https://github.com/thomvaill/log4brains/commit/98c104615966bbc156850daaf2ad9f633ce434de))





## [1.0.2-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.0.2-alpha.3...v1.0.2-alpha.4) (2024-11-21)

**Note:** Version bump only for package @log4brains/web
Expand Down
10 changes: 5 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@log4brains/web",
"version": "1.0.2-alpha.4",
"version": "1.1.0-alpha.0",
"description": "Log4brains architecture knowledge base web UI and static site generator",
"keywords": [
"log4brains"
Expand Down Expand Up @@ -46,8 +46,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@log4brains/cli-common": "1.0.2-alpha.4",
"@log4brains/core": "1.0.2-alpha.4",
"@log4brains/cli-common": "1.1.0-alpha.0",
"@log4brains/core": "1.1.0-alpha.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
Expand Down Expand Up @@ -90,8 +90,8 @@
"babel-loader": "^8.1.0",
"copyfiles": "^2.4.0",
"del-cli": "^3.0.1",
"microbundle": "^0.12.4",
"react-is": "^16.13.1",
"react-test-renderer": "^17.0.1",
"microbundle": "^0.12.4"
"react-test-renderer": "^17.0.1"
}
}

0 comments on commit 4268c4f

Please sign in to comment.