Skip to content

Commit 733c192

Browse files
committed
chore(release): publish
1 parent 1c42f80 commit 733c192

48 files changed

Lines changed: 262 additions & 148 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.45.0](https://github.com/mjancarik/merkur/compare/v0.44.1...v0.45.0) (2026-02-01)
7+
8+
### Bug Fixes
9+
10+
- 🐛 remove non-standard exports which cause error in next.js ([1c42f80](https://github.com/mjancarik/merkur/commit/1c42f80d888283d89b9b9fcac1c3c7680becda1e))
11+
612
## [0.44.1](https://github.com/mjancarik/merkur/compare/v0.44.0...v0.44.1) (2025-12-17)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"verifyAccess": false
1010
}
1111
},
12-
"version": "0.44.1",
12+
"version": "0.45.0",
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1414
}

package-lock.json

Lines changed: 103 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.45.0](https://github.com/mjancarik/merkur/compare/v0.44.1...v0.45.0) (2026-02-01)
7+
8+
**Note:** Version bump only for package @merkur/cli
9+
610
# [0.44.0](https://github.com/mjancarik/merkur/compare/v0.43.1...v0.44.0) (2025-12-17)
711

812
### Features

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/cli",
3-
"version": "0.44.0",
3+
"version": "0.45.0",
44
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
55
"bin": {
66
"merkur": "./bin/merkur.mjs"
@@ -60,7 +60,7 @@
6060
"ws": "^8.18.3"
6161
},
6262
"devDependencies": {
63-
"@merkur/core": "^0.44.0",
63+
"@merkur/core": "^0.45.0",
6464
"@types/express": "^5.0.4"
6565
},
6666
"engines": {

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.45.0](https://github.com/mjancarik/merkur/compare/v0.44.1...v0.45.0) (2026-02-01)
7+
8+
**Note:** Version bump only for package @merkur/core
9+
610
# [0.44.0](https://github.com/mjancarik/merkur/compare/v0.43.1...v0.44.0) (2025-12-17)
711

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/core",
3-
"version": "0.44.0",
3+
"version": "0.45.0",
44
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
55
"main": "lib/index",
66
"module": "lib/index",

packages/create-widget/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.45.0](https://github.com/mjancarik/merkur/compare/v0.44.1...v0.45.0) (2026-02-01)
7+
8+
**Note:** Version bump only for package @merkur/create-widget
9+
610
## [0.44.1](https://github.com/mjancarik/merkur/compare/v0.44.0...v0.44.1) (2025-12-17)
711

812
### Bug Fixes

packages/create-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/create-widget",
3-
"version": "0.44.1",
3+
"version": "0.45.0",
44
"description": "CLI for creating merkur widget easily.",
55
"bin": {
66
"merkur-create-widget": "./bin/createWidget.mjs"

packages/create-widget/template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"author": "",
1717
"license": "ISC",
1818
"dependencies": {
19-
"@merkur/cli": "0.44.0",
20-
"@merkur/core": "0.44.0",
21-
"@merkur/integration": "0.44.0",
22-
"@merkur/plugin-component": "0.44.0",
23-
"@merkur/plugin-error": "0.44.0",
24-
"@merkur/plugin-event-emitter": "0.44.0",
19+
"@merkur/cli": "0.45.0",
20+
"@merkur/core": "0.45.0",
21+
"@merkur/integration": "0.45.0",
22+
"@merkur/plugin-component": "0.45.0",
23+
"@merkur/plugin-error": "0.45.0",
24+
"@merkur/plugin-event-emitter": "0.45.0",
2525
"compression": "^1.7.4",
2626
"config": "^3.3.7",
2727
"cors": "^2.8.5",
@@ -32,7 +32,7 @@
3232
"morgan": "^1.10.0"
3333
},
3434
"devDependencies": {
35-
"@merkur/tools": "0.44.0",
35+
"@merkur/tools": "0.45.0",
3636
"es-jest": "^2.1.0"
3737
},
3838
"engines": {

0 commit comments

Comments
 (0)