Skip to content

Commit e3f312b

Browse files
committed
chore(release): publish
1 parent a5a965a commit e3f312b

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.29.5](https://github.com/mjancarik/merkur/compare/v0.29.4...v0.29.5) (2022-09-23)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 mapViews is async only for mounting methods ([a5a965a](https://github.com/mjancarik/merkur/commit/a5a965ab1db6d1c3c9892414d7cb3270b5a07b5c))
12+
13+
14+
15+
16+
617
## [0.29.4](https://github.com/mjancarik/merkur/compare/v0.29.3...v0.29.4) (2022-09-13)
718

819

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"packages": [
1313
"packages/*"
1414
],
15-
"version": "0.29.4"
15+
"version": "0.29.5"
1616
}

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.29.5](https://github.com/mjancarik/merkur/compare/v0.29.4...v0.29.5) (2022-09-23)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 mapViews is async only for mounting methods ([a5a965a](https://github.com/mjancarik/merkur/commit/a5a965ab1db6d1c3c9892414d7cb3270b5a07b5c))
12+
13+
14+
15+
16+
617
## [0.29.4](https://github.com/mjancarik/merkur/compare/v0.29.3...v0.29.4) (2022-09-13)
718

819

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

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

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

0 commit comments

Comments
 (0)