Skip to content

Commit 7237693

Browse files
committed
chore(release): publish
1 parent efa24c4 commit 7237693

File tree

8 files changed

+22
-6
lines changed

8 files changed

+22
-6
lines changed

Diff for: CHANGELOG.md

+6
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.37.3](https://github.com/mjancarik/merkur/compare/v0.37.2...v0.37.3) (2024-11-18)
7+
8+
### Bug Fixes
9+
10+
- 🐛 exclude only js files (keep \*.less and others) ([efa24c4](https://github.com/mjancarik/merkur/commit/efa24c4fcbed90ba865412c00bf7b9410c10d164))
11+
612
## [0.37.2](https://github.com/mjancarik/merkur/compare/v0.37.1...v0.37.2) (2024-11-15)
713

814
### Bug Fixes

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"verifyAccess": false
1010
}
1111
},
12-
"version": "0.37.2",
12+
"version": "0.37.3",
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1414
}

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/cli/CHANGELOG.md

+6
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.37.3](https://github.com/mjancarik/merkur/compare/v0.37.2...v0.37.3) (2024-11-18)
7+
8+
### Bug Fixes
9+
10+
- 🐛 exclude only js files (keep \*.less and others) ([efa24c4](https://github.com/mjancarik/merkur/commit/efa24c4fcbed90ba865412c00bf7b9410c10d164))
11+
612
## [0.37.1](https://github.com/mjancarik/merkur/compare/v0.37.0...v0.37.1) (2024-11-14)
713

814
### Bug Fixes

Diff for: packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/cli",
3-
"version": "0.37.1",
3+
"version": "0.37.3",
44
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
55
"bin": {
66
"merkur": "./bin/merkur.mjs"

Diff for: packages/create-widget/CHANGELOG.md

+4
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.37.3](https://github.com/mjancarik/merkur/compare/v0.37.2...v0.37.3) (2024-11-18)
7+
8+
**Note:** Version bump only for package @merkur/create-widget
9+
610
## [0.37.2](https://github.com/mjancarik/merkur/compare/v0.37.1...v0.37.2) (2024-11-15)
711

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

Diff for: packages/create-widget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/create-widget",
3-
"version": "0.37.2",
3+
"version": "0.37.3",
44
"description": "CLI for creating merkur widget easily.",
55
"bin": {
66
"merkur-create-widget": "./bin/createWidget.mjs"

Diff for: packages/create-widget/template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "",
1717
"license": "ISC",
1818
"dependencies": {
19-
"@merkur/cli": "0.37.1",
19+
"@merkur/cli": "0.37.3",
2020
"@merkur/core": "0.37.0",
2121
"@merkur/integration": "0.37.0",
2222
"@merkur/plugin-component": "0.37.0",

0 commit comments

Comments
 (0)