Skip to content

Commit

Permalink
chore(release): publish version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rewathkafley committed Jul 27, 2020
1 parent 6850185 commit 7aa42f2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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.

# [0.1.0](https://github.com/rewathkafley/lerna-playground/compare/v0.1.0-alpha.14...v0.1.0) (2020-07-27)

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





## 0.1.0-alpha.14 (2019-12-10)

**Note:** Version bump only for package safire
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"libs/layouts/*",
"libs/platform/*"
],
"version": "0.1.0-alpha.14",
"version": "0.1.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions libs/components/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.

# [0.1.0](https://github.com/rewathkafley/lerna-playground/compare/v0.1.0-alpha.14...v0.1.0) (2020-07-27)

**Note:** Version bump only for package @safire/components





## 0.1.0-alpha.14 (2019-12-10)

**Note:** Version bump only for package @safire/components
Expand Down
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safire/components",
"version": "0.1.0-alpha.14",
"version": "0.1.0",
"peerDependencies": {
"@angular/common": "^8.2.11",
"@angular/core": "^8.2.11"
Expand Down

0 comments on commit 7aa42f2

Please sign in to comment.