Skip to content

Commit

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

# [0.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)


### Features

* 🎸 Added default support for asset image resources ([bd94f8d](https://github.com/mjancarik/merkur/commit/bd94f8d1a536335363a0f3381f85e57448078ac3))
* 🎸 Added direct entry points for RouterEvents export ([#107](https://github.com/mjancarik/merkur/issues/107)) ([9d10d46](https://github.com/mjancarik/merkur/commit/9d10d463c40d00a62dc25cb182aa3dc874be05df))
* 🎸 Added eslint plugin import and eslint react-hooks plugi ([#108](https://github.com/mjancarik/merkur/issues/108)) ([db8ca75](https://github.com/mjancarik/merkur/commit/db8ca75e701f1e9d57dc55c3a3a5e1fb7cfc4787))
* 🎸 Automatically generate free port for livereload server ([#101](https://github.com/mjancarik/merkur/issues/101)) ([a083a1b](https://github.com/mjancarik/merkur/commit/a083a1b31edc818a2d94e000a78cbb03cc8dc022))


### BREAKING CHANGES

* 🧨 createLiveReloadServer() function must be promise chained in
webpack.config.js before returning any config array.





## [0.26.1](https://github.com/mjancarik/merkur/compare/v0.26.0...v0.26.1) (2021-08-30)


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.26.1"
"version": "0.27.0"
}
8 changes: 8 additions & 0 deletions packages/core/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.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)

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





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


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

# [0.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)


### Features

* 🎸 Added eslint plugin import and eslint react-hooks plugi ([#108](https://github.com/mjancarik/merkur/issues/108)) ([db8ca75](https://github.com/mjancarik/merkur/commit/db8ca75e701f1e9d57dc55c3a3a5e1fb7cfc4787))
* 🎸 Automatically generate free port for livereload server ([#101](https://github.com/mjancarik/merkur/issues/101)) ([a083a1b](https://github.com/mjancarik/merkur/commit/a083a1b31edc818a2d94e000a78cbb03cc8dc022))


### BREAKING CHANGES

* 🧨 createLiveReloadServer() function must be promise chained in
webpack.config.js before returning any config array.





## [0.26.1](https://github.com/mjancarik/merkur/compare/v0.26.0...v0.26.1) (2021-08-30)

**Note:** Version bump only for package @merkur/create-widget
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.26.1",
"version": "0.27.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.26.0",
"@merkur/integration": "0.26.1",
"@merkur/plugin-component": "0.26.0",
"@merkur/plugin-error": "0.26.0",
"@merkur/plugin-event-emitter": "0.26.0",
"@merkur/core": "0.27.0",
"@merkur/integration": "0.27.0",
"@merkur/plugin-component": "0.27.0",
"@merkur/plugin-error": "0.27.0",
"@merkur/plugin-event-emitter": "0.27.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.26.0",
"@merkur/tool-webpack": "0.26.0",
"@merkur/tools": "0.27.0",
"@merkur/tool-webpack": "0.27.0",
"nodemon": "^2.0.12",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/integration-react/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.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)


### Features

* 🎸 Added eslint plugin import and eslint react-hooks plugi ([#108](https://github.com/mjancarik/merkur/issues/108)) ([db8ca75](https://github.com/mjancarik/merkur/commit/db8ca75e701f1e9d57dc55c3a3a5e1fb7cfc4787))





## [0.26.1](https://github.com/mjancarik/merkur/compare/v0.26.0...v0.26.1) (2021-08-30)

**Note:** Version bump only for package @merkur/integration-react
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.26.1",
"version": "0.27.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.26.0",
"@merkur/plugin-component": "^0.26.0",
"@merkur/plugin-event-emitter": "^0.26.0",
"@merkur/core": "^0.27.0",
"@merkur/plugin-component": "^0.27.0",
"@merkur/plugin-event-emitter": "^0.27.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.26.1"
"@merkur/integration": "^0.27.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.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)

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





## [0.26.1](https://github.com/mjancarik/merkur/compare/v0.26.0...v0.26.1) (2021-08-30)


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.26.1",
"version": "0.27.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.26.0",
"@merkur/core": "^0.27.0",
"rollup": "^2.56.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-component/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.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)

**Note:** Version bump only for package @merkur/plugin-component





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


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.26.0",
"version": "0.27.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.26.0",
"@merkur/core": "^0.27.0",
"rollup": "^2.56.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-css-scrambler/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.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)

**Note:** Version bump only for package @merkur/plugin-css-scrambler





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


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.26.0",
"version": "0.27.0",
"description": "Merkur plugin for scrambling CSS classes.",
"main": "lib/index",
"module": "lib/index",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-error/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.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)

**Note:** Version bump only for package @merkur/plugin-error





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


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.

6 changes: 3 additions & 3 deletions packages/plugin-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-error",
"version": "0.26.0",
"version": "0.27.0",
"description": "Merkur plugin for error handling.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@merkur/core": "^0.26.0",
"@merkur/plugin-component": "^0.26.0",
"@merkur/core": "^0.27.0",
"@merkur/plugin-component": "^0.27.0",
"rollup": "^2.56.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-event-emitter/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.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)

**Note:** Version bump only for package @merkur/plugin-event-emitter





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


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-event-emitter/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-event-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-event-emitter",
"version": "0.26.0",
"version": "0.27.0",
"description": "Merkur event emitter plugin.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@merkur/core": "^0.26.0",
"@merkur/core": "^0.27.0",
"rollup": "^2.56.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-http-client/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.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)

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





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


Expand Down
Loading

0 comments on commit 355cec8

Please sign in to comment.