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 21, 2024
1 parent 5b92110 commit 2471f91
Show file tree
Hide file tree
Showing 46 changed files with 198 additions and 100 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.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)

### Bug Fixes

- 🐛 devPlugin is only supported for dev command ([1f058ae](https://github.com/mjancarik/merkur/commit/1f058ae9f9c6fc1821e9d93168561de9aa4304bc))

### Features

- 🎸 better support for new @merkur/{framework} ([e197b95](https://github.com/mjancarik/merkur/commit/e197b95129345315b7823b0aa94830b5100c0c06))

## [0.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

### 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.35.13",
"version": "0.36.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
92 changes: 46 additions & 46 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.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)

### Bug Fixes

- 🐛 devPlugin is only supported for dev command ([1f058ae](https://github.com/mjancarik/merkur/commit/1f058ae9f9c6fc1821e9d93168561de9aa4304bc))

## [0.35.9](https://github.com/mjancarik/merkur/compare/v0.35.8...v0.35.9) (2024-05-08)

### Features
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.35.9",
"version": "0.36.0",
"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/core/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.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)

**Note:** Version bump only for package @merkur/core

# [0.35.0](https://github.com/mjancarik/merkur/compare/v0.34.6...v0.35.0) (2024-04-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/core",
"version": "0.35.0",
"version": "0.36.0",
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
"main": "lib/index",
"module": "lib/index",
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.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

## [0.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

### 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.35.13",
"version": "0.36.0",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.mjs"
Expand Down
14 changes: 7 additions & 7 deletions packages/create-widget/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@merkur/cli": "0.35.9",
"@merkur/core": "0.35.0",
"@merkur/integration": "0.35.3",
"@merkur/plugin-component": "0.35.0",
"@merkur/plugin-error": "0.35.0",
"@merkur/plugin-event-emitter": "0.35.0",
"@merkur/cli": "0.36.0",
"@merkur/core": "0.36.0",
"@merkur/integration": "0.36.0",
"@merkur/plugin-component": "0.36.0",
"@merkur/plugin-error": "0.36.0",
"@merkur/plugin-event-emitter": "0.36.0",
"compression": "^1.7.4",
"config": "^3.3.7",
"cors": "^2.8.5",
Expand All @@ -32,7 +32,7 @@
"morgan": "^1.10.0"
},
"devDependencies": {
"@merkur/tools": "0.35.3",
"@merkur/tools": "0.36.0",
"esbuild-jest": "^0.5.0"
},
"engines": {
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.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)

### Features

- 🎸 better support for new @merkur/{framework} ([e197b95](https://github.com/mjancarik/merkur/commit/e197b95129345315b7823b0aa94830b5100c0c06))

## [0.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

### Features
Expand Down
Loading

0 comments on commit 2471f91

Please sign in to comment.