Skip to content

Commit a7bf45d

Browse files
committed
chore(release): publish
1 parent d0bb082 commit a7bf45d

48 files changed

Lines changed: 208 additions & 106 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.40.0](https://github.com/mjancarik/merkur/compare/v0.39.0...v0.40.0) (2025-10-27)
7+
8+
### Features
9+
10+
- 🎸 add support for default build es15 ([d0bb082](https://github.com/mjancarik/merkur/commit/d0bb082b79580d7eb1ef505bb478d896675e5d9b))
11+
612
# [0.39.0](https://github.com/mjancarik/merkur/compare/v0.38.2...v0.39.0) (2025-10-27)
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.39.0",
12+
"version": "0.40.0",
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1414
}

package-lock.json

Lines changed: 49 additions & 49 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: 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.40.0](https://github.com/mjancarik/merkur/compare/v0.39.0...v0.40.0) (2025-10-27)
7+
8+
### Features
9+
10+
- 🎸 add support for default build es15 ([d0bb082](https://github.com/mjancarik/merkur/commit/d0bb082b79580d7eb1ef505bb478d896675e5d9b))
11+
612
# [0.39.0](https://github.com/mjancarik/merkur/compare/v0.38.2...v0.39.0) (2025-10-27)
713

814
### Bug Fixes

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.39.0",
3+
"version": "0.40.0",
44
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
55
"bin": {
66
"merkur": "./bin/merkur.mjs"
@@ -58,7 +58,7 @@
5858
"ws": "^8.18.3"
5959
},
6060
"devDependencies": {
61-
"@merkur/core": "^0.39.0",
61+
"@merkur/core": "^0.40.0",
6262
"@types/express": "^5.0.4"
6363
},
6464
"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.40.0](https://github.com/mjancarik/merkur/compare/v0.39.0...v0.40.0) (2025-10-27)
7+
8+
**Note:** Version bump only for package @merkur/core
9+
610
# [0.39.0](https://github.com/mjancarik/merkur/compare/v0.38.2...v0.39.0) (2025-10-27)
711

812
### Features

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.39.0",
3+
"version": "0.40.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: 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.40.0](https://github.com/mjancarik/merkur/compare/v0.39.0...v0.40.0) (2025-10-27)
7+
8+
### Features
9+
10+
- 🎸 add support for default build es15 ([d0bb082](https://github.com/mjancarik/merkur/commit/d0bb082b79580d7eb1ef505bb478d896675e5d9b))
11+
612
# [0.39.0](https://github.com/mjancarik/merkur/compare/v0.38.2...v0.39.0) (2025-10-27)
713

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

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.39.0",
3+
"version": "0.40.0",
44
"description": "CLI for creating merkur widget easily.",
55
"bin": {
66
"merkur-create-widget": "./bin/createWidget.mjs"

0 commit comments

Comments
 (0)