Skip to content

Commit 3e88b57

Browse files
author
Ondřej Baše
committed
chore(release): publish
1 parent 469bcf9 commit 3e88b57

File tree

36 files changed

+254
-86
lines changed

36 files changed

+254
-86
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 Fix assigning to widget object ([6a89efa](https://github.com/mjancarik/merkur/commit/6a89efadaf18a7640c8db732fc8f27b849c6ff1c))
12+
13+
14+
### Features
15+
16+
* 🎸 Add assignMissingKeys function ([2960ff2](https://github.com/mjancarik/merkur/commit/2960ff2453338f1255f39bd9ddfe44c56077cd4b))
17+
18+
19+
20+
21+
622
## [0.32.1](https://github.com/mjancarik/merkur/compare/v0.32.0...v0.32.1) (2023-07-14)
723

824
### 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.32.1",
12+
"version": "0.33.0",
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1414
}

Diff for: package-lock.json

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

Diff for: packages/core/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.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
7+
8+
9+
### Features
10+
11+
* 🎸 Add assignMissingKeys function ([2960ff2](https://github.com/mjancarik/merkur/commit/2960ff2453338f1255f39bd9ddfe44c56077cd4b))
12+
13+
14+
15+
16+
617
# [0.32.0](https://github.com/mjancarik/merkur/compare/v0.31.1...v0.32.0) (2023-07-14)
718

819
### Features

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/core",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
55
"main": "lib/index",
66
"module": "lib/index",

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.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
7+
8+
**Note:** Version bump only for package @merkur/create-widget
9+
10+
11+
12+
13+
614
## [0.32.1](https://github.com/mjancarik/merkur/compare/v0.32.0...v0.32.1) (2023-07-14)
715

816
**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.32.1",
3+
"version": "0.33.0",
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

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "",
1818
"license": "ISC",
1919
"dependencies": {
20-
"@merkur/core": "0.32.0",
21-
"@merkur/integration": "0.32.0",
22-
"@merkur/plugin-component": "0.32.0",
23-
"@merkur/plugin-error": "0.32.0",
24-
"@merkur/plugin-event-emitter": "0.32.0",
20+
"@merkur/core": "0.33.0",
21+
"@merkur/integration": "0.33.0",
22+
"@merkur/plugin-component": "0.33.0",
23+
"@merkur/plugin-error": "0.33.0",
24+
"@merkur/plugin-event-emitter": "0.33.0",
2525
"compression": "^1.7.4",
2626
"config": "^3.3.7",
2727
"cors": "^2.8.5",
@@ -34,8 +34,8 @@
3434
"morgan": "^1.10.0"
3535
},
3636
"devDependencies": {
37-
"@merkur/tools": "0.32.0",
38-
"@merkur/tool-webpack": "0.32.0",
37+
"@merkur/tools": "0.33.0",
38+
"@merkur/tool-webpack": "0.33.0",
3939
"nodemon": "^2.0.15",
4040
"webpack": "^5.72.0",
4141
"webpack-cli": "^4.9.2"

Diff for: packages/integration-react/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.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
7+
8+
**Note:** Version bump only for package @merkur/integration-react
9+
10+
11+
12+
13+
614
# [0.32.0](https://github.com/mjancarik/merkur/compare/v0.31.1...v0.32.0) (2023-07-14)
715

816
### Bug Fixes

Diff for: packages/integration-react/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/integration-react",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Merkur module for easy integration with react.",
55
"main": "lib/index",
66
"module": "lib/index",
@@ -47,9 +47,9 @@
4747
"homepage": "https://merkur.js.org/",
4848
"devDependencies": {
4949
"@babel/preset-react": "^7.18.6",
50-
"@merkur/core": "^0.32.0",
51-
"@merkur/plugin-component": "^0.32.0",
52-
"@merkur/plugin-event-emitter": "^0.32.0",
50+
"@merkur/core": "^0.33.0",
51+
"@merkur/plugin-component": "^0.33.0",
52+
"@merkur/plugin-event-emitter": "^0.33.0",
5353
"@rollup/plugin-commonjs": "^25.0.0",
5454
"@rollup/plugin-replace": "^5.0.2",
5555
"enzyme": "3.11.0",
@@ -64,6 +64,6 @@
6464
"react-dom": ">=16"
6565
},
6666
"dependencies": {
67-
"@merkur/integration": "^0.32.0"
67+
"@merkur/integration": "^0.33.0"
6868
}
6969
}

Diff for: packages/integration/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.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
7+
8+
**Note:** Version bump only for package @merkur/integration
9+
10+
11+
12+
13+
614
# [0.32.0](https://github.com/mjancarik/merkur/compare/v0.31.1...v0.32.0) (2023-07-14)
715

816
### Features

0 commit comments

Comments
 (0)