Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Baše committed Oct 12, 2023
1 parent 7a500f7 commit bc4804e
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 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.34.1](https://github.com/mjancarik/merkur/compare/v0.34.0...v0.34.1) (2023-10-12)


### Bug Fixes

* 🐛 Remove ?. syntax from plugin-session-storage ([7a500f7](https://github.com/mjancarik/merkur/commit/7a500f787e8b2b22957c091d44e7213f1e22f040))





# [0.34.0](https://github.com/mjancarik/merkur/compare/v0.33.0...v0.34.0) (2023-10-11)


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.34.0",
"version": "0.34.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
4 changes: 2 additions & 2 deletions package-lock.json

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

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.34.1](https://github.com/mjancarik/merkur/compare/v0.34.0...v0.34.1) (2023-10-12)

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





# [0.34.0](https://github.com/mjancarik/merkur/compare/v0.33.0...v0.34.0) (2023-10-11)

**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.34.0",
"version": "0.34.1",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.mjs"
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-session-storage/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.34.1](https://github.com/mjancarik/merkur/compare/v0.34.0...v0.34.1) (2023-10-12)


### Bug Fixes

* 🐛 Remove ?. syntax from plugin-session-storage ([7a500f7](https://github.com/mjancarik/merkur/commit/7a500f787e8b2b22957c091d44e7213f1e22f040))





# [0.34.0](https://github.com/mjancarik/merkur/compare/v0.33.0...v0.34.0) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-session-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-session-storage",
"version": "0.34.0",
"version": "0.34.1",
"description": "Merkur session storage.",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit bc4804e

Please sign in to comment.