From aa04d6baa119e2d57a231b69e641aaaa918cf942 Mon Sep 17 00:00:00 2001 From: Miroslav Jancarik Date: Thu, 23 May 2024 16:11:33 +0200 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- package-lock.json | 4 ++-- packages/create-widget/CHANGELOG.md | 6 ++++++ packages/create-widget/package.json | 2 +- packages/integration-custom-element/CHANGELOG.md | 6 ++++++ packages/integration-custom-element/package.json | 2 +- 7 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4675f20..4e2fc020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23) + +### Bug Fixes + +- 🐛 auto appendChild works only for not defined remount ([a4a761a](https://github.com/mjancarik/merkur/commit/a4a761a3f8a53b9a52a73c1d103923ddc26e0fac)) + # [0.36.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e0d25ff5..bd86e8c3 100644 --- a/lerna.json +++ b/lerna.json @@ -9,6 +9,6 @@ "verifyAccess": false } }, - "version": "0.36.0", + "version": "0.36.1", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 5d547093..21b7f1f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26733,7 +26733,7 @@ }, "packages/create-widget": { "name": "@merkur/create-widget", - "version": "0.36.0", + "version": "0.36.1", "license": "ISC", "dependencies": { "chalk": "^5.2.0", @@ -26992,7 +26992,7 @@ }, "packages/integration-custom-element": { "name": "@merkur/integration-custom-element", - "version": "0.36.0", + "version": "0.36.1", "license": "ISC", "devDependencies": { "@merkur/core": "^0.36.0", diff --git a/packages/create-widget/CHANGELOG.md b/packages/create-widget/CHANGELOG.md index 010458f0..d04b72e9 100644 --- a/packages/create-widget/CHANGELOG.md +++ b/packages/create-widget/CHANGELOG.md @@ -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.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23) + +### Bug Fixes + +- 🐛 auto appendChild works only for not defined remount ([a4a761a](https://github.com/mjancarik/merkur/commit/a4a761a3f8a53b9a52a73c1d103923ddc26e0fac)) + # [0.36.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21) **Note:** Version bump only for package @merkur/create-widget diff --git a/packages/create-widget/package.json b/packages/create-widget/package.json index 360e529e..9da262c9 100644 --- a/packages/create-widget/package.json +++ b/packages/create-widget/package.json @@ -1,6 +1,6 @@ { "name": "@merkur/create-widget", - "version": "0.36.0", + "version": "0.36.1", "description": "CLI for creating merkur widget easily.", "bin": { "merkur-create-widget": "./bin/createWidget.mjs" diff --git a/packages/integration-custom-element/CHANGELOG.md b/packages/integration-custom-element/CHANGELOG.md index 0f0717b9..21e75c5f 100644 --- a/packages/integration-custom-element/CHANGELOG.md +++ b/packages/integration-custom-element/CHANGELOG.md @@ -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.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23) + +### Bug Fixes + +- 🐛 auto appendChild works only for not defined remount ([a4a761a](https://github.com/mjancarik/merkur/commit/a4a761a3f8a53b9a52a73c1d103923ddc26e0fac)) + # [0.36.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21) ### Features diff --git a/packages/integration-custom-element/package.json b/packages/integration-custom-element/package.json index 48401426..331c9d5e 100644 --- a/packages/integration-custom-element/package.json +++ b/packages/integration-custom-element/package.json @@ -1,6 +1,6 @@ { "name": "@merkur/integration-custom-element", - "version": "0.36.0", + "version": "0.36.1", "description": "Merkur module for easy integration with other apps with custom element.", "main": "lib/index", "module": "lib/index",