Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Baše committed Aug 10, 2023
1 parent 469bcf9 commit 3e88b57
Show file tree
Hide file tree
Showing 36 changed files with 254 additions and 86 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)


### Bug Fixes

* 🐛 Fix assigning to widget object ([6a89efa](https://github.com/mjancarik/merkur/commit/6a89efadaf18a7640c8db732fc8f27b849c6ff1c))


### Features

* 🎸 Add assignMissingKeys function ([2960ff2](https://github.com/mjancarik/merkur/commit/2960ff2453338f1255f39bd9ddfe44c56077cd4b))





## [0.32.1](https://github.com/mjancarik/merkur/compare/v0.32.0...v0.32.1) (2023-07-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"verifyAccess": false
}
},
"version": "0.32.1",
"version": "0.33.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)


### Features

* 🎸 Add assignMissingKeys function ([2960ff2](https://github.com/mjancarik/merkur/commit/2960ff2453338f1255f39bd9ddfe44c56077cd4b))





# [0.32.0](https://github.com/mjancarik/merkur/compare/v0.31.1...v0.32.0) (2023-07-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/core",
"version": "0.32.0",
"version": "0.33.0",
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
"main": "lib/index",
"module": "lib/index",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)

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





## [0.32.1](https://github.com/mjancarik/merkur/compare/v0.32.0...v0.32.1) (2023-07-14)

**Note:** Version bump only for package @merkur/create-widget
Expand Down
2 changes: 1 addition & 1 deletion packages/create-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/create-widget",
"version": "0.32.1",
"version": "0.33.0",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.mjs"
Expand Down
14 changes: 7 additions & 7 deletions packages/create-widget/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@merkur/core": "0.32.0",
"@merkur/integration": "0.32.0",
"@merkur/plugin-component": "0.32.0",
"@merkur/plugin-error": "0.32.0",
"@merkur/plugin-event-emitter": "0.32.0",
"@merkur/core": "0.33.0",
"@merkur/integration": "0.33.0",
"@merkur/plugin-component": "0.33.0",
"@merkur/plugin-error": "0.33.0",
"@merkur/plugin-event-emitter": "0.33.0",
"compression": "^1.7.4",
"config": "^3.3.7",
"cors": "^2.8.5",
Expand All @@ -34,8 +34,8 @@
"morgan": "^1.10.0"
},
"devDependencies": {
"@merkur/tools": "0.32.0",
"@merkur/tool-webpack": "0.32.0",
"@merkur/tools": "0.33.0",
"@merkur/tool-webpack": "0.33.0",
"nodemon": "^2.0.15",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)

**Note:** Version bump only for package @merkur/integration-react





# [0.32.0](https://github.com/mjancarik/merkur/compare/v0.31.1...v0.32.0) (2023-07-14)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/integration-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/integration-react",
"version": "0.32.0",
"version": "0.33.0",
"description": "Merkur module for easy integration with react.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -47,9 +47,9 @@
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@merkur/core": "^0.32.0",
"@merkur/plugin-component": "^0.32.0",
"@merkur/plugin-event-emitter": "^0.32.0",
"@merkur/core": "^0.33.0",
"@merkur/plugin-component": "^0.33.0",
"@merkur/plugin-event-emitter": "^0.33.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-replace": "^5.0.2",
"enzyme": "3.11.0",
Expand All @@ -64,6 +64,6 @@
"react-dom": ">=16"
},
"dependencies": {
"@merkur/integration": "^0.32.0"
"@merkur/integration": "^0.33.0"
}
}
8 changes: 8 additions & 0 deletions packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)

**Note:** Version bump only for package @merkur/integration





# [0.32.0](https://github.com/mjancarik/merkur/compare/v0.31.1...v0.32.0) (2023-07-14)

### Features
Expand Down
Loading

0 comments on commit 3e88b57

Please sign in to comment.