Skip to content

Commit

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

## [0.36.2](https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2) (2024-05-28)

### Bug Fixes

- 🐛 creating merkur widget in playground ([6b639ed](https://github.com/mjancarik/merkur/commit/6b639ed15ab2eac04a7acbbc9c893896845c5244))

### Features

- 🎸 turn off HMR for custom element ([5340b95](https://github.com/mjancarik/merkur/commit/5340b958792bb392205d3909385aa9da1cbcfe32))

## [0.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)

### 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.36.1",
"version": "0.36.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/cli/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.36.2](https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2) (2024-05-28)

### Bug Fixes

- 🐛 creating merkur widget in playground ([6b639ed](https://github.com/mjancarik/merkur/commit/6b639ed15ab2eac04a7acbbc9c893896845c5244))

# [0.36.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)

### 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.36.0",
"version": "0.36.2",
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
"bin": {
"merkur": "./bin/merkur.mjs"
Expand Down
4 changes: 4 additions & 0 deletions packages/create-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.36.2](https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2) (2024-05-28)

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

## [0.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)

### 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.36.1",
"version": "0.36.2",
"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.36.0",
"@merkur/cli": "0.36.2",
"@merkur/core": "0.36.0",
"@merkur/integration": "0.36.0",
"@merkur/plugin-component": "0.36.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/integration-custom-element/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.36.2](https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2) (2024-05-28)

### Features

- 🎸 turn off HMR for custom element ([5340b95](https://github.com/mjancarik/merkur/commit/5340b958792bb392205d3909385aa9da1cbcfe32))

## [0.36.1](https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1) (2024-05-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-custom-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/integration-custom-element",
"version": "0.36.1",
"version": "0.36.2",
"description": "Merkur module for easy integration with other apps with custom element.",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit e12bdfa

Please sign in to comment.