chore(release): publish v1.0.0-beta.3

This commit is contained in:
github-actions[bot]
2020-12-10 14:01:38 +00:00
parent d5783c8f69
commit 39b1a7cfd8
12 changed files with 65 additions and 11 deletions

View File

@@ -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.3](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-12-10)
### Bug Fixes
* **init:** use yesterday's date to create first ADRs ([d5783c8](https://github.com/thomvaill/log4brains/commit/d5783c8f695d257d93a4b6fdbdc309892b4d7352))
# [1.0.0-beta.2](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10)

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [

View File

@@ -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.3](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-12-10)
**Note:** Version bump only for package @log4brains/cli-common
# [1.0.0-beta.2](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10)
**Note:** Version bump only for package @log4brains/cli-common

View File

@@ -1,6 +1,6 @@
{
"name": "@log4brains/cli-common",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Log4brains architecture knowledge base common CLI features",
"keywords": [
"log4brains"

View File

@@ -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.3](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-12-10)
**Note:** Version bump only for package @log4brains/cli
# [1.0.0-beta.2](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10)
**Note:** Version bump only for package @log4brains/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@log4brains/cli",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Log4brains architecture knowledge base CLI",
"keywords": [
"log4brains"
@@ -36,8 +36,8 @@
"link": "yarn link"
},
"dependencies": {
"@log4brains/cli-common": "^1.0.0-beta.2",
"@log4brains/core": "^1.0.0-beta.2",
"@log4brains/cli-common": "^1.0.0-beta.3",
"@log4brains/core": "^1.0.0-beta.3",
"commander": "^6.1.0",
"esm": "^3.2.25",
"execa": "^5.0.0",

View File

@@ -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.3](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-12-10)
**Note:** Version bump only for package @log4brains/core
# [1.0.0-beta.2](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10)
**Note:** Version bump only for package @log4brains/core

View File

@@ -1,6 +1,6 @@
{
"name": "@log4brains/core",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Log4brains architecture knowledge base core API",
"keywords": [
"log4brains"

View File

@@ -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.3](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-12-10)
### Bug Fixes
* **init:** use yesterday's date to create first ADRs ([d5783c8](https://github.com/thomvaill/log4brains/commit/d5783c8f695d257d93a4b6fdbdc309892b4d7352))
# [1.0.0-beta.2](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10)
**Note:** Version bump only for package init-log4brains

View File

@@ -1,6 +1,6 @@
{
"name": "init-log4brains",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Install and configure the Log4brains architecture knowledge base in your project",
"keywords": [
"log4brains",
@@ -46,7 +46,7 @@
"link": "npm link @log4brains/cli-common && npm link && rm -f ./package-lock.json"
},
"dependencies": {
"@log4brains/cli-common": "^1.0.0-beta.2",
"@log4brains/cli-common": "^1.0.0-beta.3",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"edit-json-file": "^1.5.0",

View File

@@ -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.3](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-12-10)
**Note:** Version bump only for package @log4brains/web
# [1.0.0-beta.2](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-12-10)

View File

@@ -1,6 +1,6 @@
{
"name": "@log4brains/web",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Log4brains architecture knowledge base web UI and static site generator",
"keywords": [
"log4brains"
@@ -42,8 +42,8 @@
"link": "yarn link"
},
"dependencies": {
"@log4brains/cli-common": "^1.0.0-beta.2",
"@log4brains/core": "^1.0.0-beta.2",
"@log4brains/cli-common": "^1.0.0-beta.3",
"@log4brains/core": "^1.0.0-beta.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",