mirror of
https://github.com/thomvaill/log4brains.git
synced 2022-05-07 18:36:09 +03:00
chore(release): publish v1.0.0-beta.10
This commit is contained in:
11
CHANGELOG.md
11
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.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **web:** caniuse-lite outdated warning ([7d61668](https://github.com/thomvaill/log4brains/commit/7d61668634d33cf4af5dfbff5bf8d529bb7a7c3f))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.9](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-04-29)
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-beta.9",
|
||||
"version": "1.0.0-beta.10",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"packages": [
|
||||
|
||||
@@ -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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.9](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-04-29)
|
||||
|
||||
**Note:** Version bump only for package @log4brains/cli-common
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@log4brains/cli-common",
|
||||
"version": "1.0.0-beta.9",
|
||||
"version": "1.0.0-beta.10",
|
||||
"description": "Log4brains architecture knowledge base common CLI features",
|
||||
"keywords": [
|
||||
"log4brains"
|
||||
|
||||
@@ -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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.9](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-04-29)
|
||||
|
||||
**Note:** Version bump only for package @log4brains/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@log4brains/cli",
|
||||
"version": "1.0.0-beta.9",
|
||||
"version": "1.0.0-beta.10",
|
||||
"description": "Log4brains architecture knowledge base CLI",
|
||||
"keywords": [
|
||||
"log4brains"
|
||||
@@ -35,8 +35,8 @@
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@log4brains/cli-common": "^1.0.0-beta.9",
|
||||
"@log4brains/core": "^1.0.0-beta.9",
|
||||
"@log4brains/cli-common": "^1.0.0-beta.10",
|
||||
"@log4brains/core": "^1.0.0-beta.10",
|
||||
"commander": "^6.1.0",
|
||||
"execa": "^5.0.0",
|
||||
"terminal-link": "^2.1.1"
|
||||
|
||||
@@ -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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.9](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-04-29)
|
||||
|
||||
**Note:** Version bump only for package @log4brains/core
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@log4brains/core",
|
||||
"version": "1.0.0-beta.9",
|
||||
"version": "1.0.0-beta.10",
|
||||
"description": "Log4brains architecture knowledge base core API",
|
||||
"keywords": [
|
||||
"log4brains"
|
||||
|
||||
@@ -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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.9](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-04-29)
|
||||
|
||||
**Note:** Version bump only for package log4brains
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "log4brains",
|
||||
"version": "1.0.0-beta.9",
|
||||
"version": "1.0.0-beta.10",
|
||||
"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.9",
|
||||
"@log4brains/cli-common": "^1.0.0-beta.9",
|
||||
"@log4brains/init": "^1.0.0-beta.9",
|
||||
"@log4brains/web": "^1.0.0-beta.9",
|
||||
"@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",
|
||||
"chalk": "^4.1.0",
|
||||
"commander": "^6.1.0",
|
||||
"esm": "^3.2.25"
|
||||
|
||||
@@ -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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.9](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-04-29)
|
||||
|
||||
**Note:** Version bump only for package @log4brains/init
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@log4brains/init",
|
||||
"version": "1.0.0-beta.9",
|
||||
"version": "1.0.0-beta.10",
|
||||
"description": "Log4brains architecture knowledge base initialization CLI",
|
||||
"keywords": [
|
||||
"log4brains"
|
||||
@@ -38,7 +38,7 @@
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@log4brains/cli-common": "^1.0.0-beta.9",
|
||||
"@log4brains/cli-common": "^1.0.0-beta.10",
|
||||
"chalk": "^4.1.0",
|
||||
"commander": "^6.1.0",
|
||||
"execa": "^4.1.0",
|
||||
|
||||
@@ -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.10](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-04-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **web:** caniuse-lite outdated warning ([7d61668](https://github.com/thomvaill/log4brains/commit/7d61668634d33cf4af5dfbff5bf8d529bb7a7c3f))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.9](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-04-29)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@log4brains/web",
|
||||
"version": "1.0.0-beta.9",
|
||||
"version": "1.0.0-beta.10",
|
||||
"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.9",
|
||||
"@log4brains/core": "^1.0.0-beta.9",
|
||||
"@log4brains/cli-common": "^1.0.0-beta.10",
|
||||
"@log4brains/core": "^1.0.0-beta.10",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "^4.0.0-alpha.56",
|
||||
|
||||
Reference in New Issue
Block a user