Skip to content

Commit e12bdfa

Browse files
committed
chore(release): publish
1 parent 5340b95 commit e12bdfa

File tree

10 files changed

+34
-8
lines changed

10 files changed

+34
-8
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.36.2](https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2) (2024-05-28)
7+
8+
### Bug Fixes
9+
10+
- 🐛 creating merkur widget in playground ([6b639ed](https://github.com/mjancarik/merkur/commit/6b639ed15ab2eac04a7acbbc9c893896845c5244))
11+
12+
### Features
13+
14+
- 🎸 turn off HMR for custom element ([5340b95](https://github.com/mjancarik/merkur/commit/5340b958792bb392205d3909385aa9da1cbcfe32))
15+
616
## [0.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)
717

818
### Bug Fixes

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"verifyAccess": false
1010
}
1111
},
12-
"version": "0.36.1",
12+
"version": "0.36.2",
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1414
}

Diff for: package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.36.2](https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2) (2024-05-28)
7+
8+
### Bug Fixes
9+
10+
- 🐛 creating merkur widget in playground ([6b639ed](https://github.com/mjancarik/merkur/commit/6b639ed15ab2eac04a7acbbc9c893896845c5244))
11+
612
# [0.36.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)
713

814
### Bug Fixes

Diff for: packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/cli",
3-
"version": "0.36.0",
3+
"version": "0.36.2",
44
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
55
"bin": {
66
"merkur": "./bin/merkur.mjs"

Diff for: packages/create-widget/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.36.2](https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2) (2024-05-28)
7+
8+
**Note:** Version bump only for package @merkur/create-widget
9+
610
## [0.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)
711

812
### Bug Fixes

Diff for: packages/create-widget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/create-widget",
3-
"version": "0.36.1",
3+
"version": "0.36.2",
44
"description": "CLI for creating merkur widget easily.",
55
"bin": {
66
"merkur-create-widget": "./bin/createWidget.mjs"

Diff for: packages/create-widget/template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "",
1717
"license": "ISC",
1818
"dependencies": {
19-
"@merkur/cli": "0.36.0",
19+
"@merkur/cli": "0.36.2",
2020
"@merkur/core": "0.36.0",
2121
"@merkur/integration": "0.36.0",
2222
"@merkur/plugin-component": "0.36.0",

Diff for: packages/integration-custom-element/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.36.2](https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2) (2024-05-28)
7+
8+
### Features
9+
10+
- 🎸 turn off HMR for custom element ([5340b95](https://github.com/mjancarik/merkur/commit/5340b958792bb392205d3909385aa9da1cbcfe32))
11+
612
## [0.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)
713

814
### Bug Fixes

Diff for: packages/integration-custom-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/integration-custom-element",
3-
"version": "0.36.1",
3+
"version": "0.36.2",
44
"description": "Merkur module for easy integration with other apps with custom element.",
55
"main": "lib/index",
66
"module": "lib/index",

0 commit comments

Comments
 (0)