Skip to content

Commit

Permalink
chore(release): publish v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Sep 22, 2022
1 parent 7180e27 commit 855a8bc
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/thomvaill/log4brains/compare/v1.0.0...v1.0.1) (2022-09-22)


### Bug Fixes

* ensure generated output works on s3 ([#84](https://github.com/thomvaill/log4brains/issues/84)) ([237bd1f](https://github.com/thomvaill/log4brains/commit/237bd1f5652704a076008c2d534f124f613b3641)), closes [#45](https://github.com/thomvaill/log4brains/issues/45)





# [1.0.0](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.13...v1.0.0) (2022-09-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/global-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/thomvaill/log4brains/compare/v1.0.0...v1.0.1) (2022-09-22)

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





# [1.0.0](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.13...v1.0.0) (2022-09-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/global-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log4brains",
"version": "1.0.0",
"version": "1.0.1",
"description": "Log and publish your architecture decisions (ADR) with Log4brains",
"keywords": [
"log4brains",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@log4brains/cli": "1.0.0",
"@log4brains/cli-common": "1.0.0",
"@log4brains/init": "1.0.0",
"@log4brains/web": "1.0.0",
"@log4brains/web": "1.0.1",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"esm": "^3.2.25"
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/thomvaill/log4brains/compare/v1.0.0...v1.0.1) (2022-09-22)


### Bug Fixes

* ensure generated output works on s3 ([#84](https://github.com/thomvaill/log4brains/issues/84)) ([237bd1f](https://github.com/thomvaill/log4brains/commit/237bd1f5652704a076008c2d534f124f613b3641)), closes [#45](https://github.com/thomvaill/log4brains/issues/45)





# [1.0.0](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.13...v1.0.0) (2022-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@log4brains/web",
"version": "1.0.0",
"version": "1.0.1",
"description": "Log4brains architecture knowledge base web UI and static site generator",
"keywords": [
"log4brains"
Expand Down

0 comments on commit 855a8bc

Please sign in to comment.