Skip to content

Commit 536e648

Browse files
committed
chore(release): publish v1.1.0
1 parent c60040a commit 536e648

File tree

14 files changed

+73
-17
lines changed

14 files changed

+73
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.4...v1.1.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17)
715

816
**Note:** Version bump only for package root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-alpha.4",
2+
"version": "1.1.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/cli-common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.4...v1.1.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package @log4brains/cli-common
9+
10+
11+
12+
13+
614
# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17)
715

816
**Note:** Version bump only for package @log4brains/cli-common

packages/cli-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@log4brains/cli-common",
3-
"version": "1.1.0-alpha.4",
3+
"version": "1.1.0",
44
"description": "Log4brains architecture knowledge base common CLI features",
55
"keywords": [
66
"log4brains"

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.4...v1.1.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package @log4brains/cli
9+
10+
11+
12+
13+
614
# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17)
715

816
**Note:** Version bump only for package @log4brains/cli

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@log4brains/cli",
3-
"version": "1.1.0-alpha.4",
3+
"version": "1.1.0",
44
"description": "Log4brains architecture knowledge base CLI",
55
"keywords": [
66
"log4brains"
@@ -36,8 +36,8 @@
3636
"prepublishOnly": "yarn build"
3737
},
3838
"dependencies": {
39-
"@log4brains/cli-common": "1.1.0-alpha.4",
40-
"@log4brains/core": "1.1.0-alpha.4",
39+
"@log4brains/cli-common": "1.1.0",
40+
"@log4brains/core": "1.1.0",
4141
"commander": "^6.1.0",
4242
"execa": "^5.0.0",
4343
"terminal-link": "^2.1.1"

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.4...v1.1.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package @log4brains/core
9+
10+
11+
12+
13+
614
# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17)
715

816
**Note:** Version bump only for package @log4brains/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@log4brains/core",
3-
"version": "1.1.0-alpha.4",
3+
"version": "1.1.0",
44
"description": "Log4brains architecture knowledge base core API",
55
"keywords": [
66
"log4brains"

packages/global-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.4...v1.1.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package log4brains
9+
10+
11+
12+
13+
614
# [1.1.0-alpha.4](https://github.com/thomvaill/log4brains/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2024-12-17)
715

816
**Note:** Version bump only for package log4brains

packages/global-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4brains",
3-
"version": "1.1.0-alpha.4",
3+
"version": "1.1.0",
44
"description": "Log and publish your architecture decisions (ADR) with Log4brains",
55
"keywords": [
66
"log4brains",
@@ -51,11 +51,11 @@
5151
"unlink": "yarn unlink"
5252
},
5353
"dependencies": {
54-
"@log4brains/cli": "1.1.0-alpha.4",
55-
"@log4brains/cli-common": "1.1.0-alpha.4",
56-
"@log4brains/core": "1.1.0-alpha.4",
57-
"@log4brains/init": "1.1.0-alpha.4",
58-
"@log4brains/web": "1.1.0-alpha.4",
54+
"@log4brains/cli": "1.1.0",
55+
"@log4brains/cli-common": "1.1.0",
56+
"@log4brains/core": "1.1.0",
57+
"@log4brains/init": "1.1.0",
58+
"@log4brains/web": "1.1.0",
5959
"chalk": "^4.1.0",
6060
"commander": "^6.1.0"
6161
},

0 commit comments

Comments
 (0)