Skip to content

Commit 89939c5

Browse files
committed
chore(release): publish
1 parent 6eb06ae commit 89939c5

File tree

7 files changed

+21
-5
lines changed

7 files changed

+21
-5
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.36.5](https://github.com/mjancarik/merkur/compare/v0.36.4...v0.36.5) (2024-07-30)
7+
8+
### Features
9+
10+
- 🎸 add possibility to generate absolute url address ([b2c01dd](https://github.com/mjancarik/merkur/commit/b2c01dd49dbc19ae62d66df9a37631bc0bcedd78))
11+
612
## [0.36.4](https://github.com/mjancarik/merkur/compare/v0.36.3...v0.36.4) (2024-07-26)
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.36.4",
12+
"version": "0.36.5",
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/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.36.5](https://github.com/mjancarik/merkur/compare/v0.36.4...v0.36.5) (2024-07-30)
7+
8+
**Note:** Version bump only for package @merkur/create-widget
9+
610
## [0.36.4](https://github.com/mjancarik/merkur/compare/v0.36.3...v0.36.4) (2024-07-26)
711

812
### Bug Fixes

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

Diff for: packages/plugin-router/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.36.5](https://github.com/mjancarik/merkur/compare/v0.36.4...v0.36.5) (2024-07-30)
7+
8+
### Features
9+
10+
- 🎸 add possibility to generate absolute url address ([b2c01dd](https://github.com/mjancarik/merkur/commit/b2c01dd49dbc19ae62d66df9a37631bc0bcedd78))
11+
612
# [0.36.0](https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0) (2024-05-21)
713

814
**Note:** Version bump only for package @merkur/plugin-router

Diff for: packages/plugin-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/plugin-router",
3-
"version": "0.36.0",
3+
"version": "0.36.5",
44
"description": "Merkur router plugin.",
55
"main": "lib/index",
66
"module": "lib/index",

0 commit comments

Comments
 (0)