Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Jun 6, 2021
1 parent 38a0f63 commit abc3dea
Show file tree
Hide file tree
Showing 40 changed files with 185 additions and 144 deletions.
11 changes: 11 additions & 0 deletions 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.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)


### Features

* 🎸 css scramble plugin ([#85](https://github.com/mjancarik/merkur/issues/85)) ([bfeff1e](https://github.com/mjancarik/merkur/commit/bfeff1ef15009ff9cf7dc81564af573526042a7a))





# [0.24.0](https://github.com/mjancarik/merkur/compare/v0.23.12...v0.24.0) (2021-05-28)


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.24.0"
"version": "0.24.1"
}
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.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)

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





# [0.24.0](https://github.com/mjancarik/merkur/compare/v0.23.12...v0.24.0) (2021-05-28)

**Note:** Version bump only for package @merkur/core
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.24.0",
"version": "0.24.1",
"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.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)

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





# [0.24.0](https://github.com/mjancarik/merkur/compare/v0.23.12...v0.24.0) (2021-05-28)


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.24.0",
"version": "0.24.1",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.js"
Expand Down
12 changes: 6 additions & 6 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.24.0",
"@merkur/integration": "0.24.0",
"@merkur/plugin-component": "0.24.0",
"@merkur/plugin-error": "0.24.0",
"@merkur/plugin-event-emitter": "0.24.0",
"@merkur/core": "0.24.1",
"@merkur/integration": "0.24.1",
"@merkur/plugin-component": "0.24.1",
"@merkur/plugin-error": "0.24.1",
"@merkur/plugin-event-emitter": "0.24.1",
"compression": "^1.7.4",
"config": "^3.3.6",
"cors": "^2.8.5",
Expand All @@ -34,7 +34,7 @@
"morgan": "^1.10.0"
},
"devDependencies": {
"@merkur/tools": "0.24.0",
"@merkur/tools": "0.24.1",
"nodemon": "^2.0.7",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
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.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)

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





# [0.24.0](https://github.com/mjancarik/merkur/compare/v0.23.12...v0.24.0) (2021-05-28)


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.24.0",
"version": "0.24.1",
"description": "Merkur module for easy integration with react.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -42,9 +42,9 @@
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@merkur/core": "^0.24.0",
"@merkur/plugin-component": "^0.24.0",
"@merkur/plugin-event-emitter": "^0.24.0",
"@merkur/core": "^0.24.1",
"@merkur/plugin-component": "^0.24.1",
"@merkur/plugin-event-emitter": "^0.24.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "^3.6.2",
Expand All @@ -58,6 +58,6 @@
"react-dom": ">=16"
},
"dependencies": {
"@merkur/integration": "^0.24.0"
"@merkur/integration": "^0.24.1"
}
}
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.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)

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





# [0.24.0](https://github.com/mjancarik/merkur/compare/v0.23.12...v0.24.0) (2021-05-28)

**Note:** Version bump only for package @merkur/integration
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.24.0",
"version": "0.24.1",
"description": "Merkur module for easy integration with other apps.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@merkur/core": "^0.24.0",
"@merkur/core": "^0.24.1",
"rollup": "^2.51.0"
},
"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.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)

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





# [0.24.0](https://github.com/mjancarik/merkur/compare/v0.23.12...v0.24.0) (2021-05-28)


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.24.0",
"version": "0.24.1",
"description": "Merkur component plugin.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@merkur/core": "^0.24.0",
"@merkur/core": "^0.24.1",
"rollup": "^2.51.0"
},
"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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)

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

0 comments on commit abc3dea

Please sign in to comment.