diff --git a/CHANGELOG.md b/CHANGELOG.md index d848e788..f524e5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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.8](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-01-20) + + +### Bug Fixes + +* build issue with fsevents on macOS ([9f2a25c](https://github.com/thomvaill/log4brains/commit/9f2a25c25120754d07b2b98e36eab8cd3f888854)) +* **init:** bad import ([e3b74be](https://github.com/thomvaill/log4brains/commit/e3b74be05964f8668610397cb62c15d519e581a3)) +* **init:** sed behavior on macOS ([132ef7c](https://github.com/thomvaill/log4brains/commit/132ef7caad3eb3ab0b1b5cdd1d873f40dcae0ca7)) + + + + + # [1.0.0-beta.7](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-01-19) diff --git a/lerna.json b/lerna.json index db42acd1..35e9e81d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cli-common/CHANGELOG.md b/packages/cli-common/CHANGELOG.md index f42451e1..551cfd8f 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.8](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-01-20) + +**Note:** Version bump only for package @log4brains/cli-common + + + + + # [1.0.0-beta.7](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-01-19) **Note:** Version bump only for package @log4brains/cli-common diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index 2e1eeeae..d159a464 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.7", + "version": "1.0.0-beta.8", "description": "Log4brains architecture knowledge base common CLI features", "keywords": [ "log4brains" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4c89f629..25526a51 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.8](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-01-20) + +**Note:** Version bump only for package @log4brains/cli + + + + + # [1.0.0-beta.7](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-01-19) **Note:** Version bump only for package @log4brains/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index d63e5e8f..a54747cc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/cli", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "description": "Log4brains architecture knowledge base CLI", "keywords": [ "log4brains" @@ -35,8 +35,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "^1.0.0-beta.7", - "@log4brains/core": "^1.0.0-beta.7", + "@log4brains/cli-common": "^1.0.0-beta.8", + "@log4brains/core": "^1.0.0-beta.8", "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 1b014edc..f4c3dd47 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.8](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-01-20) + +**Note:** Version bump only for package @log4brains/core + + + + + # [1.0.0-beta.7](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-01-19) **Note:** Version bump only for package @log4brains/core diff --git a/packages/core/package.json b/packages/core/package.json index 7ca24440..d16b99d9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/core", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "description": "Log4brains architecture knowledge base core API", "keywords": [ "log4brains" diff --git a/packages/global-cli/CHANGELOG.md b/packages/global-cli/CHANGELOG.md index 0dfb284d..2d5aaf97 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.8](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-01-20) + +**Note:** Version bump only for package log4brains + + + + + # [1.0.0-beta.7](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-01-19) **Note:** Version bump only for package log4brains diff --git a/packages/global-cli/package.json b/packages/global-cli/package.json index ee54cb3a..216796ed 100644 --- a/packages/global-cli/package.json +++ b/packages/global-cli/package.json @@ -1,6 +1,6 @@ { "name": "log4brains", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "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.7", - "@log4brains/cli-common": "^1.0.0-beta.7", - "@log4brains/init": "^1.0.0-beta.7", - "@log4brains/web": "^1.0.0-beta.7", + "@log4brains/cli": "^1.0.0-beta.8", + "@log4brains/cli-common": "^1.0.0-beta.8", + "@log4brains/init": "^1.0.0-beta.8", + "@log4brains/web": "^1.0.0-beta.8", "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 5b56ba59..1d596299 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -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.0.0-beta.8](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-01-20) + + +### Bug Fixes + +* **init:** bad import ([e3b74be](https://github.com/thomvaill/log4brains/commit/e3b74be05964f8668610397cb62c15d519e581a3)) +* **init:** sed behavior on macOS ([132ef7c](https://github.com/thomvaill/log4brains/commit/132ef7caad3eb3ab0b1b5cdd1d873f40dcae0ca7)) + + + + + # [1.0.0-beta.7](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-01-19) diff --git a/packages/init/package.json b/packages/init/package.json index eae69880..f088bd1d 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/init", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "description": "Log4brains architecture knowledge base initialization CLI", "keywords": [ "log4brains" @@ -38,7 +38,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@log4brains/cli-common": "^1.0.0-beta.7", + "@log4brains/cli-common": "^1.0.0-beta.8", "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 4b58930e..563c69a9 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.8](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-01-20) + + +### Bug Fixes + +* build issue with fsevents on macOS ([9f2a25c](https://github.com/thomvaill/log4brains/commit/9f2a25c25120754d07b2b98e36eab8cd3f888854)) + + + + + # [1.0.0-beta.7](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-01-19) **Note:** Version bump only for package @log4brains/web diff --git a/packages/web/package.json b/packages/web/package.json index 0c4f1f57..0a7e7fe8 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@log4brains/web", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "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.7", - "@log4brains/core": "^1.0.0-beta.7", + "@log4brains/cli-common": "^1.0.0-beta.8", + "@log4brains/core": "^1.0.0-beta.8", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56",