Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed May 10, 2024
1 parent 9f5401a commit 8bb24cc
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 15 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.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

### Bug Fixes

- 🐛 exclude object internals ([85bb3b7](https://github.com/mjancarik/merkur/commit/85bb3b74a1db5bfda9a3aa02a62690f4566e6fdb))
- 🐛 tree shaking for package.json ([ec29152](https://github.com/mjancarik/merkur/commit/ec291527d634b11e733c271a923b2017f5cb5044))

### Features

- 🎸 allow async getSingleton function ([9f5401a](https://github.com/mjancarik/merkur/commit/9f5401a5b0e79b18a1a8d335b085c03382cdd5de))

## [0.35.12](https://github.com/mjancarik/merkur/compare/v0.35.11...v0.35.12) (2024-05-08)

### 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.35.12",
"version": "0.35.13",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
14 changes: 7 additions & 7 deletions package-lock.json

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

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

## [0.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

### Bug Fixes

- 🐛 tree shaking for package.json ([ec29152](https://github.com/mjancarik/merkur/commit/ec291527d634b11e733c271a923b2017f5cb5044))

## [0.35.12](https://github.com/mjancarik/merkur/compare/v0.35.11...v0.35.12) (2024-05-08)

**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.35.12",
"version": "0.35.13",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.mjs"
Expand Down
6 changes: 6 additions & 0 deletions packages/integration-custom-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

### Features

- 🎸 allow async getSingleton function ([9f5401a](https://github.com/mjancarik/merkur/commit/9f5401a5b0e79b18a1a8d335b085c03382cdd5de))

## [0.35.12](https://github.com/mjancarik/merkur/compare/v0.35.11...v0.35.12) (2024-05-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-custom-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/integration-custom-element",
"version": "0.35.12",
"version": "0.35.13",
"description": "Merkur module for easy integration with other apps with custom element.",
"main": "lib/index",
"module": "lib/index",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-graphql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

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

# [0.35.0](https://github.com/mjancarik/merkur/compare/v0.34.6...v0.35.0) (2024-04-09)

**Note:** Version bump only for package @merkur/plugin-graphql-client
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-graphql-client",
"version": "0.35.0",
"version": "0.35.13",
"description": "Merkur event emitter plugin.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@merkur/core": "^0.35.0",
"@merkur/plugin-component": "^0.35.0",
"@merkur/plugin-error": "^0.35.0",
"@merkur/plugin-http-client": "^0.35.0"
"@merkur/plugin-http-client": "^0.35.13"
},
"peerDependencies": {
"@merkur/core": "*",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-http-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

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

# [0.35.0](https://github.com/mjancarik/merkur/compare/v0.34.6...v0.35.0) (2024-04-09)

**Note:** Version bump only for package @merkur/plugin-http-cache
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-http-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-http-cache",
"version": "0.35.0",
"version": "0.35.13",
"description": "Merkur plugin for maintaining http requests cache.",
"main": "lib/index",
"module": "lib/index",
Expand Down Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@merkur/core": "^0.35.0",
"@merkur/plugin-component": "^0.35.0",
"@merkur/plugin-http-client": "^0.35.0"
"@merkur/plugin-http-client": "^0.35.13"
},
"peerDependencies": {
"@merkur/core": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.13](https://github.com/mjancarik/merkur/compare/v0.35.12...v0.35.13) (2024-05-10)

### Bug Fixes

- 🐛 exclude object internals ([85bb3b7](https://github.com/mjancarik/merkur/commit/85bb3b74a1db5bfda9a3aa02a62690f4566e6fdb))

# [0.35.0](https://github.com/mjancarik/merkur/compare/v0.34.6...v0.35.0) (2024-04-09)

**Note:** Version bump only for package @merkur/plugin-http-client
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-http-client",
"version": "0.35.0",
"version": "0.35.13",
"description": "Merkur event emitter plugin.",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit 8bb24cc

Please sign in to comment.