Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Mar 26, 2020
1 parent 92135a0 commit e22c281
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 5 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.1](https://github.com/mjancarik/merkur/compare/v0.1.0...v0.1.1) (2020-03-26)

**Note:** Version bump only for package merkur-monorepor





# 0.1.0 (2020-03-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages": [
"packages/*"
],
"version": "0.1.0"
"version": "0.1.1"
}
8 changes: 8 additions & 0 deletions packages/core/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.1](https://github.com/mjancarik/merkur/compare/v0.1.0...v0.1.1) (2020-03-26)

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





# 0.1.0 (2020-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/core",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "lib/merkur",
"module": "lib/merkur",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-widget/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.1](https://github.com/mjancarik/merkur/compare/v0.1.0...v0.1.1) (2020-03-26)

**Note:** Version bump only for package @merkur/create-widget





# 0.1.0 (2020-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-widget/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/create-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/create-widget",
"version": "0.1.0",
"version": "0.1.1",
"description": "Create a MERKUR widget easily.",
"bin": {
"@merkur/create-widget": "./bin/create-widget.js"
Expand Down

0 comments on commit e22c281

Please sign in to comment.