Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Aug 27, 2021
1 parent 2bbee18 commit be0e958
Show file tree
Hide file tree
Showing 42 changed files with 290 additions and 49 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


### Bug Fixes

* 🐛 Fixed fallback to lower ES versions when loading scripts ([#97](https://github.com/mjancarik/merkur/issues/97)) ([d52da56](https://github.com/mjancarik/merkur/commit/d52da567aaac453911f4376e04ed3f71c8e9a293))
* 🐛 use es11 source for playground page ([9256133](https://github.com/mjancarik/merkur/commit/9256133cb09a81cbea580d03531d4890a398e99c))
* link ([069615b](https://github.com/mjancarik/merkur/commit/069615b206f7360582bda7efe5a0a006ba5ce780))


* Slot (#96) ([ec4d528](https://github.com/mjancarik/merkur/commit/ec4d528b8bb92392bdd002c092ac38352851e2a5)), closes [#96](https://github.com/mjancarik/merkur/issues/96)


### Features

* 🎸 add cjs file for es9 ([#98](https://github.com/mjancarik/merkur/issues/98)) ([6b0a4a1](https://github.com/mjancarik/merkur/commit/6b0a4a130b632de014839ab1cef2730db7f32335))
* 🎸 Added callback functions to setState and setProps ([#100](https://github.com/mjancarik/merkur/issues/100)) ([2bbee18](https://github.com/mjancarik/merkur/commit/2bbee189511cd33654f1d2deddad6e702f295852))
* 🎸 create new module tool-webpack ([#99](https://github.com/mjancarik/merkur/issues/99)) ([111fda7](https://github.com/mjancarik/merkur/commit/111fda7a6854528472b8539ec12fffe7a1d7efae))


### BREAKING CHANGES

* 🧨 Extract webpack to alone module merkur/tool-webpack from merkur/tools
module

* ci: 🎡 add lock file for new module

* feat: 🎸 add new module merkur/tool-webpack to dev dependencies
* 🧨 The property slots from widget structure is renamed to slot

* fix: 🐛 import paths





# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages": [
"packages/*"
],
"version": "0.25.0"
"version": "0.26.0"
}
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.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


### Features

* 🎸 add cjs file for es9 ([#98](https://github.com/mjancarik/merkur/issues/98)) ([6b0a4a1](https://github.com/mjancarik/merkur/commit/6b0a4a130b632de014839ab1cef2730db7f32335))





# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

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.25.0",
"version": "0.26.0",
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
"main": "lib/index",
"module": "lib/index",
Expand Down
32 changes: 32 additions & 0 deletions packages/create-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


### Bug Fixes

* 🐛 use es11 source for playground page ([9256133](https://github.com/mjancarik/merkur/commit/9256133cb09a81cbea580d03531d4890a398e99c))


* Slot (#96) ([ec4d528](https://github.com/mjancarik/merkur/commit/ec4d528b8bb92392bdd002c092ac38352851e2a5)), closes [#96](https://github.com/mjancarik/merkur/issues/96)


### Features

* 🎸 create new module tool-webpack ([#99](https://github.com/mjancarik/merkur/issues/99)) ([111fda7](https://github.com/mjancarik/merkur/commit/111fda7a6854528472b8539ec12fffe7a1d7efae))


### BREAKING CHANGES

* 🧨 Extract webpack to alone module merkur/tool-webpack from merkur/tools
module

* ci: 🎡 add lock file for new module

* feat: 🎸 add new module merkur/tool-webpack to dev dependencies
* 🧨 The property slots from widget structure is renamed to slot

* fix: 🐛 import paths





# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-widget/package-lock.json

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

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.25.0",
"version": "0.26.0",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.js"
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.25.0",
"@merkur/integration": "0.25.0",
"@merkur/plugin-component": "0.25.0",
"@merkur/plugin-error": "0.25.0",
"@merkur/plugin-event-emitter": "0.25.0",
"@merkur/core": "0.26.0",
"@merkur/integration": "0.26.0",
"@merkur/plugin-component": "0.26.0",
"@merkur/plugin-error": "0.26.0",
"@merkur/plugin-event-emitter": "0.26.0",
"compression": "^1.7.4",
"config": "^3.3.6",
"cors": "^2.8.5",
Expand All @@ -34,8 +34,8 @@
"morgan": "^1.10.0"
},
"devDependencies": {
"@merkur/tools": "0.25.0",
"@merkur/tool-webpack": "0.25.0",
"@merkur/tools": "0.26.0",
"@merkur/tool-webpack": "0.26.0",
"nodemon": "^2.0.12",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
Expand Down
21 changes: 21 additions & 0 deletions packages/integration-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


* Slot (#96) ([ec4d528](https://github.com/mjancarik/merkur/commit/ec4d528b8bb92392bdd002c092ac38352851e2a5)), closes [#96](https://github.com/mjancarik/merkur/issues/96)


### Features

* 🎸 add cjs file for es9 ([#98](https://github.com/mjancarik/merkur/issues/98)) ([6b0a4a1](https://github.com/mjancarik/merkur/commit/6b0a4a130b632de014839ab1cef2730db7f32335))


### BREAKING CHANGES

* 🧨 The property slots from widget structure is renamed to slot

* fix: 🐛 import paths





# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/integration-react/package-lock.json

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

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.25.0",
"version": "0.26.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.14.5",
"@merkur/core": "^0.25.0",
"@merkur/plugin-component": "^0.25.0",
"@merkur/plugin-event-emitter": "^0.25.0",
"@merkur/core": "^0.26.0",
"@merkur/plugin-component": "^0.26.0",
"@merkur/plugin-event-emitter": "^0.26.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "^3.6.2",
Expand All @@ -63,6 +63,6 @@
"react-dom": ">=16"
},
"dependencies": {
"@merkur/integration": "^0.25.0"
"@merkur/integration": "^0.26.0"
}
}
16 changes: 16 additions & 0 deletions packages/integration/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.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


### Bug Fixes

* 🐛 Fixed fallback to lower ES versions when loading scripts ([#97](https://github.com/mjancarik/merkur/issues/97)) ([d52da56](https://github.com/mjancarik/merkur/commit/d52da567aaac453911f4376e04ed3f71c8e9a293))


### Features

* 🎸 add cjs file for es9 ([#98](https://github.com/mjancarik/merkur/issues/98)) ([6b0a4a1](https://github.com/mjancarik/merkur/commit/6b0a4a130b632de014839ab1cef2730db7f32335))





# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/integration",
"version": "0.25.0",
"version": "0.26.0",
"description": "Merkur module for easy integration with other apps.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@merkur/core": "^0.25.0",
"@merkur/core": "^0.26.0",
"rollup": "^2.56.2"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


### Features

* 🎸 add cjs file for es9 ([#98](https://github.com/mjancarik/merkur/issues/98)) ([6b0a4a1](https://github.com/mjancarik/merkur/commit/6b0a4a130b632de014839ab1cef2730db7f32335))
* 🎸 Added callback functions to setState and setProps ([#100](https://github.com/mjancarik/merkur/issues/100)) ([2bbee18](https://github.com/mjancarik/merkur/commit/2bbee189511cd33654f1d2deddad6e702f295852))





# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-component/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/plugin-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-component",
"version": "0.25.0",
"version": "0.26.0",
"description": "Merkur component plugin.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@merkur/core": "^0.25.0",
"@merkur/core": "^0.26.0",
"rollup": "^2.56.2"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-css-scrambler/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.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


### Features

* 🎸 add cjs file for es9 ([#98](https://github.com/mjancarik/merkur/issues/98)) ([6b0a4a1](https://github.com/mjancarik/merkur/commit/6b0a4a130b632de014839ab1cef2730db7f32335))





# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css-scrambler/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/plugin-css-scrambler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-css-scrambler",
"version": "0.25.0",
"version": "0.26.0",
"description": "Merkur plugin for scrambling CSS classes.",
"main": "lib/index",
"module": "lib/index",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-error/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.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)


### Features

* 🎸 add cjs file for es9 ([#98](https://github.com/mjancarik/merkur/issues/98)) ([6b0a4a1](https://github.com/mjancarik/merkur/commit/6b0a4a130b632de014839ab1cef2730db7f32335))





# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-error/package-lock.json

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

Loading

0 comments on commit be0e958

Please sign in to comment.