Skip to content

Commit

Permalink
chore(release): publish v1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2021
1 parent 4f55fe6 commit 6c82030
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 16 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.0.0-beta.11](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-04-30)


### Bug Fixes

* **cli:** print Next.js' stderr to improve debug ([8f88863](https://github.com/thomvaill/log4brains/commit/8f888634fd04c9ac5050be056eff98824d5996d4)), closes [#26](https://github.com/thomvaill/log4brains/issues/26)





# [1.0.0-beta.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-common/CHANGELOG.md
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.0.0-beta.11](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-04-30)

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





# [1.0.0-beta.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)

**Note:** Version bump only for package @log4brains/cli-common
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@log4brains/cli-common",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Log4brains architecture knowledge base common CLI features",
"keywords": [
"log4brains"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
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.0.0-beta.11](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-04-30)

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





# [1.0.0-beta.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)

**Note:** Version bump only for package @log4brains/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@log4brains/cli",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Log4brains architecture knowledge base CLI",
"keywords": [
"log4brains"
Expand Down Expand Up @@ -35,8 +35,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@log4brains/cli-common": "^1.0.0-beta.10",
"@log4brains/core": "^1.0.0-beta.10",
"@log4brains/cli-common": "^1.0.0-beta.11",
"@log4brains/core": "^1.0.0-beta.11",
"commander": "^6.1.0",
"execa": "^5.0.0",
"terminal-link": "^2.1.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
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.0.0-beta.11](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-04-30)

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





# [1.0.0-beta.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)

**Note:** Version bump only for package @log4brains/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@log4brains/core",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Log4brains architecture knowledge base core API",
"keywords": [
"log4brains"
Expand Down
8 changes: 8 additions & 0 deletions packages/global-cli/CHANGELOG.md
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.0.0-beta.11](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-04-30)

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





# [1.0.0-beta.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)

**Note:** Version bump only for package log4brains
Expand Down
10 changes: 5 additions & 5 deletions packages/global-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "log4brains",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Log and publish your architecture decisions (ADR) with Log4brains",
"keywords": [
"log4brains",
Expand Down Expand Up @@ -47,10 +47,10 @@
"unlink": "yarn unlink"
},
"dependencies": {
"@log4brains/cli": "^1.0.0-beta.10",
"@log4brains/cli-common": "^1.0.0-beta.10",
"@log4brains/init": "^1.0.0-beta.10",
"@log4brains/web": "^1.0.0-beta.10",
"@log4brains/cli": "^1.0.0-beta.11",
"@log4brains/cli-common": "^1.0.0-beta.11",
"@log4brains/init": "^1.0.0-beta.11",
"@log4brains/web": "^1.0.0-beta.11",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"esm": "^3.2.25"
Expand Down
8 changes: 8 additions & 0 deletions packages/init/CHANGELOG.md
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.0.0-beta.11](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-04-30)

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





# [1.0.0-beta.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)

**Note:** Version bump only for package @log4brains/init
Expand Down
4 changes: 2 additions & 2 deletions packages/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@log4brains/init",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Log4brains architecture knowledge base initialization CLI",
"keywords": [
"log4brains"
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@log4brains/cli-common": "^1.0.0-beta.10",
"@log4brains/cli-common": "^1.0.0-beta.11",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"execa": "^4.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
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.0.0-beta.11](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-04-30)


### Bug Fixes

* **cli:** print Next.js' stderr to improve debug ([8f88863](https://github.com/thomvaill/log4brains/commit/8f888634fd04c9ac5050be056eff98824d5996d4)), closes [#26](https://github.com/thomvaill/log4brains/issues/26)





# [1.0.0-beta.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@log4brains/web",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Log4brains architecture knowledge base web UI and static site generator",
"keywords": [
"log4brains"
Expand Down Expand Up @@ -41,8 +41,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@log4brains/cli-common": "^1.0.0-beta.10",
"@log4brains/core": "^1.0.0-beta.10",
"@log4brains/cli-common": "^1.0.0-beta.11",
"@log4brains/core": "^1.0.0-beta.11",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
Expand Down

0 comments on commit 6c82030

Please sign in to comment.