File tree Expand file tree Collapse file tree 14 files changed +73
-17
lines changed
Expand file tree Collapse file tree 14 files changed +73
-17
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.0-alpha.4 " ,
2+ "version" : " 1.1.0" ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "packages" : [
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments