Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Nov 14, 2024
1 parent a2095c3 commit b631550
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.37.1](https://github.com/mjancarik/merkur/compare/v0.37.0...v0.37.1) (2024-11-14)

### Bug Fixes

- 🐛 add better error message for undefined Merkur ([a2095c3](https://github.com/mjancarik/merkur/commit/a2095c3613d63904c43af48fbe06160d6c82c1e9))
- 🐛 add better error message for undefined Merkur ([48407e0](https://github.com/mjancarik/merkur/commit/48407e0f1c838c6b70b376011b8abfb9ddf28720))
- 🐛 attach devClientHook only if entry point exists ([0152316](https://github.com/mjancarik/merkur/commit/0152316a614ee9feec3c33c53b3f187bfa386da3))
- 🐛 definition of custom tasks ([de74901](https://github.com/mjancarik/merkur/commit/de74901fa9140c14b9d86043e8ed49489038484b))

# [0.37.0](https://github.com/mjancarik/merkur/compare/v0.36.5...v0.37.0) (2024-11-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"verifyAccess": false
}
},
"version": "0.37.0",
"version": "0.37.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
4 changes: 2 additions & 2 deletions package-lock.json

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

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.37.1](https://github.com/mjancarik/merkur/compare/v0.37.0...v0.37.1) (2024-11-14)

### Bug Fixes

- 🐛 add better error message for undefined Merkur ([a2095c3](https://github.com/mjancarik/merkur/commit/a2095c3613d63904c43af48fbe06160d6c82c1e9))
- 🐛 add better error message for undefined Merkur ([48407e0](https://github.com/mjancarik/merkur/commit/48407e0f1c838c6b70b376011b8abfb9ddf28720))
- 🐛 attach devClientHook only if entry point exists ([0152316](https://github.com/mjancarik/merkur/commit/0152316a614ee9feec3c33c53b3f187bfa386da3))
- 🐛 definition of custom tasks ([de74901](https://github.com/mjancarik/merkur/commit/de74901fa9140c14b9d86043e8ed49489038484b))

# [0.37.0](https://github.com/mjancarik/merkur/compare/v0.36.5...v0.37.0) (2024-11-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/cli",
"version": "0.37.0",
"version": "0.37.1",
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
"bin": {
"merkur": "./bin/merkur.mjs"
Expand Down
6 changes: 6 additions & 0 deletions packages/create-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.37.1](https://github.com/mjancarik/merkur/compare/v0.37.0...v0.37.1) (2024-11-14)

### Bug Fixes

- 🐛 definition of custom tasks ([de74901](https://github.com/mjancarik/merkur/commit/de74901fa9140c14b9d86043e8ed49489038484b))

# [0.37.0](https://github.com/mjancarik/merkur/compare/v0.36.5...v0.37.0) (2024-11-12)

### Bug Fixes
Expand Down
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.37.0",
"version": "0.37.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 @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@merkur/cli": "0.37.0",
"@merkur/cli": "0.37.1",
"@merkur/core": "0.37.0",
"@merkur/integration": "0.37.0",
"@merkur/plugin-component": "0.37.0",
Expand Down

0 comments on commit b631550

Please sign in to comment.