Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PS committed Apr 28, 2023
1 parent 0cf2f36 commit c9b40c3
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 9 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.31.1](https://github.com/mjancarik/merkur/compare/v0.31.0...v0.31.1) (2023-04-28)

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





# [0.31.0](https://github.com/mjancarik/merkur/compare/v0.30.1...v0.31.0) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"packages": [
"packages/*"
],
"version": "0.31.0"
"version": "0.31.1"
}
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.31.1](https://github.com/mjancarik/merkur/compare/v0.31.0...v0.31.1) (2023-04-28)

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





# [0.31.0](https://github.com/mjancarik/merkur/compare/v0.30.1...v0.31.0) (2023-04-25)


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.31.0",
"version": "0.31.1",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-widget/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"dependencies": {
"@merkur/core": "0.31.0",
"@merkur/integration": "0.31.0",
"@merkur/integration": "0.31.1",
"@merkur/plugin-component": "0.31.0",
"@merkur/plugin-error": "0.31.0",
"@merkur/plugin-event-emitter": "0.31.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-react/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.31.1](https://github.com/mjancarik/merkur/compare/v0.31.0...v0.31.1) (2023-04-28)

**Note:** Version bump only for package @merkur/integration-react





# [0.31.0](https://github.com/mjancarik/merkur/compare/v0.30.1...v0.31.0) (2023-04-25)

**Note:** Version bump only for package @merkur/integration-react
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-react/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/integration-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/integration-react",
"version": "0.31.0",
"version": "0.31.1",
"description": "Merkur module for easy integration with react.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -63,6 +63,6 @@
"react-dom": ">=16"
},
"dependencies": {
"@merkur/integration": "^0.31.0"
"@merkur/integration": "^0.31.1"
}
}
8 changes: 8 additions & 0 deletions packages/integration/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.31.1](https://github.com/mjancarik/merkur/compare/v0.31.0...v0.31.1) (2023-04-28)

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





# [0.31.0](https://github.com/mjancarik/merkur/compare/v0.30.1...v0.31.0) (2023-04-25)

**Note:** Version bump only for package @merkur/integration
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/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/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/integration",
"version": "0.31.0",
"version": "0.31.1",
"description": "Merkur module for easy integration with other apps.",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit c9b40c3

Please sign in to comment.