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 20, 2021
1 parent e841b89 commit 1dd12c2
Show file tree
Hide file tree
Showing 44 changed files with 564 additions and 62 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* 🤖 update dependencies ([#89](https://github.com/mjancarik/merkur/issues/89)) ([ab1e063](https://github.com/mjancarik/merkur/commit/ab1e063fd72441f8e81d576d0a2a57122129f08d))


### Features

* 🎸 integration fn can load assets to shadow root ([#95](https://github.com/mjancarik/merkur/issues/95)) ([9381315](https://github.com/mjancarik/merkur/commit/9381315472615c540301e5ecfa5ccb7668c2cd44))
* 🎸 set es11 as default for esm modules ([#94](https://github.com/mjancarik/merkur/issues/94)) ([e841b89](https://github.com/mjancarik/merkur/commit/e841b89a601e139b803e585749991b992af8e70f))
* 🎸 transformer can intercept request ([7fb1ecc](https://github.com/mjancarik/merkur/commit/7fb1ecc7441ae31baec0fb532e90b816763576c1))


### BREAKING CHANGES

* 🧨 Change default for ems modules from es9 to es11.

* feat: 🎸 add polyfill for es9 version

* feat: 🎸 add isES11Supported method to testScript

* docs: ✏️ add es11 build to widget endpoint

* chore: 🤖 remove useless dependencies

* fix: 🐛 add webpack alias for plugin-css-scrambler to es5,es9

* feat: 🎸 add lib/index.es9.mjs to exports

* feat: 🎸 add missing modules for umd config

* chore: 🤖 update dependencies
* 🧨 Request and response transformers accept and return request and
response. Request promise is rejected for status code greater than 299.
* 🧨 Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700





## [0.24.4](https://github.com/mjancarik/merkur/compare/v0.24.3...v0.24.4) (2021-06-11)


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.4"
"version": "0.25.0"
}
38 changes: 38 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* 🤖 update dependencies ([#89](https://github.com/mjancarik/merkur/issues/89)) ([ab1e063](https://github.com/mjancarik/merkur/commit/ab1e063fd72441f8e81d576d0a2a57122129f08d))


### Features

* 🎸 set es11 as default for esm modules ([#94](https://github.com/mjancarik/merkur/issues/94)) ([e841b89](https://github.com/mjancarik/merkur/commit/e841b89a601e139b803e585749991b992af8e70f))


### BREAKING CHANGES

* 🧨 Change default for ems modules from es9 to es11.

* feat: 🎸 add polyfill for es9 version

* feat: 🎸 add isES11Supported method to testScript

* docs: ✏️ add es11 build to widget endpoint

* chore: 🤖 remove useless dependencies

* fix: 🐛 add webpack alias for plugin-css-scrambler to es5,es9

* feat: 🎸 add lib/index.es9.mjs to exports

* feat: 🎸 add missing modules for umd config

* chore: 🤖 update dependencies
* 🧨 Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm run dev // Point your browser at http://localhost:4444/
![alt text](https://raw.githubusercontent.com/mjancarik/merkur/master/images/hello-widget.png "Merkur example, hello widget")
## Documentation

To check out [live demo](https://merkur.js.org/demo) and [docs](https://merkur.js.org/doc), visit [https://merkur.js.org](https://merkur.js.org).
To check out [live demo](https://merkur.js.org/demo) and [docs](https://merkur.js.org/docs), visit [https://merkur.js.org](https://merkur.js.org).

## Contribution

Expand All @@ -44,4 +44,4 @@ Thank you to all the people who already contributed to Merkur!

<a href="https://github.com/mjancarik/merkur/graphs/contributors">
<img src="https://contrib.rocks/image?repo=mjancarik/merkur" />
</a>
</a>
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.1",
"version": "0.25.0",
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
"main": "lib/index",
"module": "lib/index",
Expand Down
38 changes: 38 additions & 0 deletions packages/create-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* 🤖 update dependencies ([#89](https://github.com/mjancarik/merkur/issues/89)) ([ab1e063](https://github.com/mjancarik/merkur/commit/ab1e063fd72441f8e81d576d0a2a57122129f08d))


### Features

* 🎸 set es11 as default for esm modules ([#94](https://github.com/mjancarik/merkur/issues/94)) ([e841b89](https://github.com/mjancarik/merkur/commit/e841b89a601e139b803e585749991b992af8e70f))


### BREAKING CHANGES

* 🧨 Change default for ems modules from es9 to es11.

* feat: 🎸 add polyfill for es9 version

* feat: 🎸 add isES11Supported method to testScript

* docs: ✏️ add es11 build to widget endpoint

* chore: 🤖 remove useless dependencies

* fix: 🐛 add webpack alias for plugin-css-scrambler to es5,es9

* feat: 🎸 add lib/index.es9.mjs to exports

* feat: 🎸 add missing modules for umd config

* chore: 🤖 update dependencies
* 🧨 Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700





## [0.24.4](https://github.com/mjancarik/merkur/compare/v0.24.3...v0.24.4) (2021-06-11)

**Note:** Version bump only for package @merkur/create-widget
Expand Down
4 changes: 2 additions & 2 deletions packages/create-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm run dev // Point your browser at http://localhost:4444/
![alt text](https://raw.githubusercontent.com/mjancarik/merkur/master/images/hello-widget.png "Merkur example, hello widget")
## Documentation

To check out [live demo](https://merkur.js.org/demo) and [docs](https://merkur.js.org/doc), visit [https://merkur.js.org](https://merkur.js.org).
To check out [live demo](https://merkur.js.org/demo) and [docs](https://merkur.js.org/docs), visit [https://merkur.js.org](https://merkur.js.org).

## Contribution

Expand All @@ -44,4 +44,4 @@ Thank you to all the people who already contributed to Merkur!

<a href="https://github.com/mjancarik/merkur/graphs/contributors">
<img src="https://contrib.rocks/image?repo=mjancarik/merkur" />
</a>
</a>
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.4",
"version": "0.25.0",
"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.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",
"@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",
"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.1",
"@merkur/tools": "0.25.0",
"nodemon": "^2.0.12",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
Expand Down
38 changes: 38 additions & 0 deletions packages/integration-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* 🤖 update dependencies ([#89](https://github.com/mjancarik/merkur/issues/89)) ([ab1e063](https://github.com/mjancarik/merkur/commit/ab1e063fd72441f8e81d576d0a2a57122129f08d))


### Features

* 🎸 set es11 as default for esm modules ([#94](https://github.com/mjancarik/merkur/issues/94)) ([e841b89](https://github.com/mjancarik/merkur/commit/e841b89a601e139b803e585749991b992af8e70f))


### BREAKING CHANGES

* 🧨 Change default for ems modules from es9 to es11.

* feat: 🎸 add polyfill for es9 version

* feat: 🎸 add isES11Supported method to testScript

* docs: ✏️ add es11 build to widget endpoint

* chore: 🤖 remove useless dependencies

* fix: 🐛 add webpack alias for plugin-css-scrambler to es5,es9

* feat: 🎸 add lib/index.es9.mjs to exports

* feat: 🎸 add missing modules for umd config

* chore: 🤖 update dependencies
* 🧨 Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700





## [0.24.4](https://github.com/mjancarik/merkur/compare/v0.24.3...v0.24.4) (2021-06-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/integration-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm run dev // Point your browser at http://localhost:4444/
![alt text](https://raw.githubusercontent.com/mjancarik/merkur/master/images/hello-widget.png "Merkur example, hello widget")
## Documentation

To check out [live demo](https://merkur.js.org/demo) and [docs](https://merkur.js.org/doc), visit [https://merkur.js.org](https://merkur.js.org).
To check out [live demo](https://merkur.js.org/demo) and [docs](https://merkur.js.org/docs), visit [https://merkur.js.org](https://merkur.js.org).

## Contribution

Expand All @@ -44,4 +44,4 @@ Thank you to all the people who already contributed to Merkur!

<a href="https://github.com/mjancarik/merkur/graphs/contributors">
<img src="https://contrib.rocks/image?repo=mjancarik/merkur" />
</a>
</a>
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.

12 changes: 6 additions & 6 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.4",
"version": "0.25.0",
"description": "Merkur module for easy integration with react.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -46,9 +46,9 @@
"homepage": "https://merkur.js.org/",
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@merkur/core": "^0.24.1",
"@merkur/plugin-component": "^0.24.1",
"@merkur/plugin-event-emitter": "^0.24.1",
"@merkur/core": "^0.25.0",
"@merkur/plugin-component": "^0.25.0",
"@merkur/plugin-event-emitter": "^0.25.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "^3.6.2",
Expand All @@ -62,6 +62,6 @@
"react-dom": ">=16"
},
"dependencies": {
"@merkur/integration": "^0.24.1"
"@merkur/integration": "^0.25.0"
}
}
}
39 changes: 39 additions & 0 deletions packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* 🤖 update dependencies ([#89](https://github.com/mjancarik/merkur/issues/89)) ([ab1e063](https://github.com/mjancarik/merkur/commit/ab1e063fd72441f8e81d576d0a2a57122129f08d))


### Features

* 🎸 integration fn can load assets to shadow root ([#95](https://github.com/mjancarik/merkur/issues/95)) ([9381315](https://github.com/mjancarik/merkur/commit/9381315472615c540301e5ecfa5ccb7668c2cd44))
* 🎸 set es11 as default for esm modules ([#94](https://github.com/mjancarik/merkur/issues/94)) ([e841b89](https://github.com/mjancarik/merkur/commit/e841b89a601e139b803e585749991b992af8e70f))


### BREAKING CHANGES

* 🧨 Change default for ems modules from es9 to es11.

* feat: 🎸 add polyfill for es9 version

* feat: 🎸 add isES11Supported method to testScript

* docs: ✏️ add es11 build to widget endpoint

* chore: 🤖 remove useless dependencies

* fix: 🐛 add webpack alias for plugin-css-scrambler to es5,es9

* feat: 🎸 add lib/index.es9.mjs to exports

* feat: 🎸 add missing modules for umd config

* chore: 🤖 update dependencies
* 🧨 Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm run dev // Point your browser at http://localhost:4444/
![alt text](https://raw.githubusercontent.com/mjancarik/merkur/master/images/hello-widget.png "Merkur example, hello widget")
## Documentation

To check out [live demo](https://merkur.js.org/demo) and [docs](https://merkur.js.org/doc), visit [https://merkur.js.org](https://merkur.js.org).
To check out [live demo](https://merkur.js.org/demo) and [docs](https://merkur.js.org/docs), visit [https://merkur.js.org](https://merkur.js.org).

## Contribution

Expand All @@ -44,4 +44,4 @@ Thank you to all the people who already contributed to Merkur!

<a href="https://github.com/mjancarik/merkur/graphs/contributors">
<img src="https://contrib.rocks/image?repo=mjancarik/merkur" />
</a>
</a>
Loading

0 comments on commit 1dd12c2

Please sign in to comment.