diff --git a/CHANGELOG.md b/CHANGELOG.md index 795ccd3d..7d2cf901 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.35.4](https://github.com/mjancarik/merkur/compare/v0.35.3...v0.35.4) (2024-04-23) + +### Features + +- 🎸 add playgroud.widgetParams function to merkur ([a0a0e9c](https://github.com/mjancarik/merkur/commit/a0a0e9cb3b5439d8162635c3855eb033568d433e)) + ## [0.35.3](https://github.com/mjancarik/merkur/compare/v0.35.2...v0.35.3) (2024-04-14) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 1114096d..5c9ab3f6 100644 --- a/lerna.json +++ b/lerna.json @@ -9,6 +9,6 @@ "verifyAccess": false } }, - "version": "0.35.3", + "version": "0.35.4", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 051eca80..1634d852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27100,7 +27100,7 @@ }, "packages/cli": { "name": "@merkur/cli", - "version": "0.35.3", + "version": "0.35.4", "license": "ISC", "dependencies": { "@esmj/emitter": "^0.4.1", @@ -27154,7 +27154,7 @@ }, "packages/create-widget": { "name": "@merkur/create-widget", - "version": "0.35.3", + "version": "0.35.4", "license": "ISC", "dependencies": { "chalk": "^5.2.0", @@ -27285,7 +27285,7 @@ }, "packages/integration-custom-element": { "name": "@merkur/integration-custom-element", - "version": "0.35.3", + "version": "0.35.4", "license": "ISC", "devDependencies": { "@merkur/core": "^0.35.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 79b3665c..f4cde0cf 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.35.4](https://github.com/mjancarik/merkur/compare/v0.35.3...v0.35.4) (2024-04-23) + +### Features + +- 🎸 add playgroud.widgetParams function to merkur ([a0a0e9c](https://github.com/mjancarik/merkur/commit/a0a0e9cb3b5439d8162635c3855eb033568d433e)) + ## [0.35.3](https://github.com/mjancarik/merkur/compare/v0.35.2...v0.35.3) (2024-04-14) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index c91509b7..bd02b15e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@merkur/cli", - "version": "0.35.3", + "version": "0.35.4", "description": "Merkur is tiny and extensible library for creating front-end microservices.", "bin": { "merkur": "./bin/merkur.mjs" diff --git a/packages/create-widget/CHANGELOG.md b/packages/create-widget/CHANGELOG.md index 53eeadad..3991af2c 100644 --- a/packages/create-widget/CHANGELOG.md +++ b/packages/create-widget/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.35.4](https://github.com/mjancarik/merkur/compare/v0.35.3...v0.35.4) (2024-04-23) + +**Note:** Version bump only for package @merkur/create-widget + ## [0.35.3](https://github.com/mjancarik/merkur/compare/v0.35.2...v0.35.3) (2024-04-14) ### Bug Fixes diff --git a/packages/create-widget/package.json b/packages/create-widget/package.json index 5560a9ff..4cd7798d 100644 --- a/packages/create-widget/package.json +++ b/packages/create-widget/package.json @@ -1,6 +1,6 @@ { "name": "@merkur/create-widget", - "version": "0.35.3", + "version": "0.35.4", "description": "CLI for creating merkur widget easily.", "bin": { "merkur-create-widget": "./bin/createWidget.mjs" diff --git a/packages/create-widget/template/package.json b/packages/create-widget/template/package.json index 4dbdcfe1..a4be72fc 100644 --- a/packages/create-widget/template/package.json +++ b/packages/create-widget/template/package.json @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@merkur/cli": "0.35.3", + "@merkur/cli": "0.35.4", "@merkur/core": "0.35.0", "@merkur/integration": "0.35.3", "@merkur/plugin-component": "0.35.0", diff --git a/packages/integration-custom-element/CHANGELOG.md b/packages/integration-custom-element/CHANGELOG.md index 4a7b5e77..a2b94b0c 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.35.4](https://github.com/mjancarik/merkur/compare/v0.35.3...v0.35.4) (2024-04-23) + +### Features + +- 🎸 add playgroud.widgetParams function to merkur ([a0a0e9c](https://github.com/mjancarik/merkur/commit/a0a0e9cb3b5439d8162635c3855eb033568d433e)) + ## [0.35.3](https://github.com/mjancarik/merkur/compare/v0.35.2...v0.35.3) (2024-04-14) **Note:** Version bump only for package @merkur/integration-custom-element diff --git a/packages/integration-custom-element/package.json b/packages/integration-custom-element/package.json index 07fc4e1d..3a8cbeb4 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.35.3", + "version": "0.35.4", "description": "Merkur module for easy integration with other apps with custom element.", "main": "lib/index", "module": "lib/index",