Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Aug 30, 2021
1 parent f5664f5 commit e135cc0
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 9 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.26.1](https://github.com/mjancarik/merkur/compare/v0.26.0...v0.26.1) (2021-08-30)


### Bug Fixes

* 🐛 Fixed condition when loading scripts ([#102](https://github.com/mjancarik/merkur/issues/102)) ([f5664f5](https://github.com/mjancarik/merkur/commit/f5664f550b375d50f85d410e02551484cee3c4ea))





# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


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.26.0"
"version": "0.26.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.26.1](https://github.com/mjancarik/merkur/compare/v0.26.0...v0.26.1) (2021-08-30)

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





# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


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.26.0",
"version": "0.26.1",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.js"
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.26.0",
"@merkur/integration": "0.26.0",
"@merkur/integration": "0.26.1",
"@merkur/plugin-component": "0.26.0",
"@merkur/plugin-error": "0.26.0",
"@merkur/plugin-event-emitter": "0.26.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.26.1](https://github.com/mjancarik/merkur/compare/v0.26.0...v0.26.1) (2021-08-30)

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





# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


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.26.0",
"version": "0.26.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.26.0"
"@merkur/integration": "^0.26.1"
}
}
11 changes: 11 additions & 0 deletions packages/integration/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.26.1](https://github.com/mjancarik/merkur/compare/v0.26.0...v0.26.1) (2021-08-30)


### Bug Fixes

* 🐛 Fixed condition when loading scripts ([#102](https://github.com/mjancarik/merkur/issues/102)) ([f5664f5](https://github.com/mjancarik/merkur/commit/f5664f550b375d50f85d410e02551484cee3c4ea))





# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


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.26.0",
"version": "0.26.1",
"description": "Merkur module for easy integration with other apps.",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit e135cc0

Please sign in to comment.