diff --git a/CHANGELOG.md b/CHANGELOG.md index f19904bf..e83b988b 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.0.0-beta.13](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-07-08) + + +### Bug Fixes + +* nextjs incrementalCache usage fixed ([e5bb21d](https://github.com/thomvaill/log4brains/commit/e5bb21d09800b09b48df8d5c483c8c8a70f727f2)) + + + + + # [1.0.0-beta.12](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-30) diff --git a/lerna.json b/lerna.json index 30142312..ca9d7b57 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cli-common/CHANGELOG.md b/packages/cli-common/CHANGELOG.md index d848311f..43477296 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.0.0-beta.13](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-07-08) + +**Note:** Version bump only for package @log4brains/cli-common + + + + + # [1.0.0-beta.12](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-30) **Note:** Version bump only for package @log4brains/cli-common diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index 8e43ee46..2c640057 100644 --- a/packages/cli-common/package.json +++ b/packages/cli-common/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/cli-common", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "description": "Log4brains architecture knowledge base common CLI features", "keywords": [ "log4brains" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c8b86c23..d758dca8 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.0.0-beta.13](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-07-08) + +**Note:** Version bump only for package @log4brains/cli + + + + + # [1.0.0-beta.12](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-30) **Note:** Version bump only for package @log4brains/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index c51d10f9..c710dbce 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/cli", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "description": "Log4brains architecture knowledge base CLI", "keywords": [ "log4brains" @@ -35,8 +35,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "^1.0.0-beta.12", - "@log4brains/core": "^1.0.0-beta.12", + "@log4brains/cli-common": "^1.0.0-beta.13", + "@log4brains/core": "^1.0.0-beta.13", "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 a8508e06..0ecce430 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.0.0-beta.13](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-07-08) + +**Note:** Version bump only for package @log4brains/core + + + + + # [1.0.0-beta.12](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-30) diff --git a/packages/core/package.json b/packages/core/package.json index 5478c310..bde95e4c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/core", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "description": "Log4brains architecture knowledge base core API", "keywords": [ "log4brains" diff --git a/packages/global-cli/CHANGELOG.md b/packages/global-cli/CHANGELOG.md index 842964b3..0cee72ec 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.0.0-beta.13](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-07-08) + +**Note:** Version bump only for package log4brains + + + + + # [1.0.0-beta.12](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-30) **Note:** Version bump only for package log4brains diff --git a/packages/global-cli/package.json b/packages/global-cli/package.json index d145c92d..5d1a5e8c 100644 --- a/packages/global-cli/package.json +++ b/packages/global-cli/package.json @@ -1,6 +1,6 @@ { "name": "log4brains", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "description": "Log and publish your architecture decisions (ADR) with Log4brains", "keywords": [ "log4brains", @@ -47,10 +47,10 @@ "unlink": "yarn unlink" }, "dependencies": { - "@log4brains/cli": "^1.0.0-beta.12", - "@log4brains/cli-common": "^1.0.0-beta.12", - "@log4brains/init": "^1.0.0-beta.12", - "@log4brains/web": "^1.0.0-beta.12", + "@log4brains/cli": "^1.0.0-beta.13", + "@log4brains/cli-common": "^1.0.0-beta.13", + "@log4brains/init": "^1.0.0-beta.13", + "@log4brains/web": "^1.0.0-beta.13", "chalk": "^4.1.0", "commander": "^6.1.0", "esm": "^3.2.25" diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index 4e32856d..1e5ec155 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.0.0-beta.13](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-07-08) + +**Note:** Version bump only for package @log4brains/init + + + + + # [1.0.0-beta.12](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-30) **Note:** Version bump only for package @log4brains/init diff --git a/packages/init/package.json b/packages/init/package.json index d1dc10c8..e518d271 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/init", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "description": "Log4brains architecture knowledge base initialization CLI", "keywords": [ "log4brains" @@ -38,7 +38,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "^1.0.0-beta.12", + "@log4brains/cli-common": "^1.0.0-beta.13", "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 8cc8fa8c..b8953c0e 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.0.0-beta.13](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-07-08) + + +### Bug Fixes + +* nextjs incrementalCache usage fixed ([e5bb21d](https://github.com/thomvaill/log4brains/commit/e5bb21d09800b09b48df8d5c483c8c8a70f727f2)) + + + + + # [1.0.0-beta.12](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-30) diff --git a/packages/web/package.json b/packages/web/package.json index 623e7a6f..61e6534c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/web", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "description": "Log4brains architecture knowledge base web UI and static site generator", "keywords": [ "log4brains" @@ -41,8 +41,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "^1.0.0-beta.12", - "@log4brains/core": "^1.0.0-beta.12", + "@log4brains/cli-common": "^1.0.0-beta.13", + "@log4brains/core": "^1.0.0-beta.13", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56",