Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Jun 10, 2021
1 parent 00e9cdb commit bbcc6fb
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.24.3](https://github.com/mjancarik/merkur/compare/v0.24.2...v0.24.3) (2021-06-10)

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





## [0.24.2](https://github.com/mjancarik/merkur/compare/v0.24.1...v0.24.2) (2021-06-07)

**Note:** Version bump only for package merkur-monorepo
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.24.2"
"version": "0.24.3"
}
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.24.3](https://github.com/mjancarik/merkur/compare/v0.24.2...v0.24.3) (2021-06-10)

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





## [0.24.2](https://github.com/mjancarik/merkur/compare/v0.24.1...v0.24.2) (2021-06-07)

**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.24.2",
"version": "0.24.3",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-css-scrambler/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.24.3](https://github.com/mjancarik/merkur/compare/v0.24.2...v0.24.3) (2021-06-10)

**Note:** Version bump only for package @merkur/plugin-css-scrambler





## [0.24.2](https://github.com/mjancarik/merkur/compare/v0.24.1...v0.24.2) (2021-06-07)

**Note:** Version bump only for package @merkur/plugin-css-scrambler
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css-scrambler/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/plugin-css-scrambler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-css-scrambler",
"version": "0.24.2",
"version": "0.24.3",
"description": "Merkur plugin for scrambling CSS classes.",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit bbcc6fb

Please sign in to comment.