Skip to content

Commit aa04d6b

Browse files
committed
chore(release): publish
1 parent a4a761a commit aa04d6b

File tree

7 files changed

+23
-5
lines changed

7 files changed

+23
-5
lines changed

Diff for: 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.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)
7+
8+
### Bug Fixes
9+
10+
- 🐛 auto appendChild works only for not defined remount ([a4a761a](https://github.com/mjancarik/merkur/commit/a4a761a3f8a53b9a52a73c1d103923ddc26e0fac))
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: 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.0",
12+
"version": "0.36.1",
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1414
}

Diff for: package-lock.json

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

Diff for: packages/create-widget/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.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)
7+
8+
### Bug Fixes
9+
10+
- 🐛 auto appendChild works only for not defined remount ([a4a761a](https://github.com/mjancarik/merkur/commit/a4a761a3f8a53b9a52a73c1d103923ddc26e0fac))
11+
612
# [0.36.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)
713

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

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.0",
3+
"version": "0.36.1",
44
"description": "CLI for creating merkur widget easily.",
55
"bin": {
66
"merkur-create-widget": "./bin/createWidget.mjs"

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.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)
7+
8+
### Bug Fixes
9+
10+
- 🐛 auto appendChild works only for not defined remount ([a4a761a](https://github.com/mjancarik/merkur/commit/a4a761a3f8a53b9a52a73c1d103923ddc26e0fac))
11+
612
# [0.36.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)
713

814
### Features

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.0",
3+
"version": "0.36.1",
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)