Skip to content

Commit eacb3cd

Browse files
committed
chore(release): publish
1 parent b6327b0 commit eacb3cd

File tree

8 files changed

+35
-5
lines changed

8 files changed

+35
-5
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.30.1](https://github.com/mjancarik/merkur/compare/v0.30.0...v0.30.1) (2023-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 create instance of class for nested entites ([#152](https://github.com/mjancarik/merkur/issues/152)) ([b6327b0](https://github.com/mjancarik/merkur/commit/b6327b07793ab3e5ffe74b3b3d4b7366652f8127))
12+
13+
14+
15+
16+
617
# [0.30.0](https://github.com/mjancarik/merkur/compare/v0.29.5...v0.30.0) (2022-11-28)
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.30.0"
15+
"version": "0.30.1"
1616
}

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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.30.1](https://github.com/mjancarik/merkur/compare/v0.30.0...v0.30.1) (2023-02-21)
7+
8+
**Note:** Version bump only for package @merkur/create-widget
9+
10+
11+
12+
13+
614
# [0.30.0](https://github.com/mjancarik/merkur/compare/v0.29.5...v0.30.0) (2022-11-28)
715

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

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

Diff for: packages/plugin-graphql-client/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.30.1](https://github.com/mjancarik/merkur/compare/v0.30.0...v0.30.1) (2023-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 create instance of class for nested entites ([#152](https://github.com/mjancarik/merkur/issues/152)) ([b6327b0](https://github.com/mjancarik/merkur/commit/b6327b07793ab3e5ffe74b3b3d4b7366652f8127))
12+
13+
14+
15+
16+
617
# [0.30.0](https://github.com/mjancarik/merkur/compare/v0.29.5...v0.30.0) (2022-11-28)
718

819
**Note:** Version bump only for package @merkur/plugin-graphql-client

Diff for: packages/plugin-graphql-client/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/plugin-graphql-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/plugin-graphql-client",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"description": "Merkur event emitter plugin.",
55
"main": "lib/index",
66
"module": "lib/index",

0 commit comments

Comments
 (0)