Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Sep 30, 2021
1 parent 485e3f7 commit d0c1005
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 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.

## [0.27.2](https://github.com/mjancarik/merkur/compare/v0.27.1...v0.27.2) (2021-09-30)


### Bug Fixes

* 🐛 ES5 Polyfill definition fix ([#110](https://github.com/mjancarik/merkur/issues/110)) ([485e3f7](https://github.com/mjancarik/merkur/commit/485e3f7fe1f969b727912577d7c538a43136f860))





## [0.27.1](https://github.com/mjancarik/merkur/compare/v0.27.0...v0.27.1) (2021-09-30)


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.27.1"
"version": "0.27.2"
}
11 changes: 11 additions & 0 deletions packages/create-widget/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.

## [0.27.2](https://github.com/mjancarik/merkur/compare/v0.27.1...v0.27.2) (2021-09-30)


### Bug Fixes

* 🐛 ES5 Polyfill definition fix ([#110](https://github.com/mjancarik/merkur/issues/110)) ([485e3f7](https://github.com/mjancarik/merkur/commit/485e3f7fe1f969b727912577d7c538a43136f860))





## [0.27.1](https://github.com/mjancarik/merkur/compare/v0.27.0...v0.27.1) (2021-09-30)

**Note:** Version bump only for package @merkur/create-widget
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.27.1",
"version": "0.27.2",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.js"
Expand Down

0 comments on commit d0c1005

Please sign in to comment.