Skip to content

Commit 3bc4a1e

Browse files
author
Ondřej Baše
committed
chore(release): publish
1 parent 9057a8c commit 3bc4a1e

File tree

36 files changed

+228
-86
lines changed

36 files changed

+228
-86
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.34.0](https://github.com/mjancarik/merkur/compare/v0.33.0...v0.34.0) (2023-10-11)
7+
8+
9+
### Features
10+
11+
* 🎸 Add maxAge option to saved items (expiration) ([d103bf5](https://github.com/mjancarik/merkur/commit/d103bf533b68dfcbfe1d95c395fb78b02827f5ae))
12+
13+
14+
15+
16+
617
# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
718

819

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"verifyAccess": false
1010
}
1111
},
12-
"version": "0.33.0",
12+
"version": "0.34.0",
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1414
}

Diff for: package-lock.json

+39-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.34.0](https://github.com/mjancarik/merkur/compare/v0.33.0...v0.34.0) (2023-10-11)
7+
8+
**Note:** Version bump only for package @merkur/core
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
715

816

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/core",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
55
"main": "lib/index",
66
"module": "lib/index",

Diff for: packages/create-widget/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.34.0](https://github.com/mjancarik/merkur/compare/v0.33.0...v0.34.0) (2023-10-11)
7+
8+
**Note:** Version bump only for package @merkur/create-widget
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
715

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

Diff for: packages/create-widget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/create-widget",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "CLI for creating merkur widget easily.",
55
"bin": {
66
"merkur-create-widget": "./bin/createWidget.mjs"

Diff for: packages/create-widget/template/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "",
1818
"license": "ISC",
1919
"dependencies": {
20-
"@merkur/core": "0.33.0",
21-
"@merkur/integration": "0.33.0",
22-
"@merkur/plugin-component": "0.33.0",
23-
"@merkur/plugin-error": "0.33.0",
24-
"@merkur/plugin-event-emitter": "0.33.0",
20+
"@merkur/core": "0.34.0",
21+
"@merkur/integration": "0.34.0",
22+
"@merkur/plugin-component": "0.34.0",
23+
"@merkur/plugin-error": "0.34.0",
24+
"@merkur/plugin-event-emitter": "0.34.0",
2525
"compression": "^1.7.4",
2626
"config": "^3.3.7",
2727
"cors": "^2.8.5",
@@ -34,8 +34,8 @@
3434
"morgan": "^1.10.0"
3535
},
3636
"devDependencies": {
37-
"@merkur/tools": "0.33.0",
38-
"@merkur/tool-webpack": "0.33.0",
37+
"@merkur/tools": "0.34.0",
38+
"@merkur/tool-webpack": "0.34.0",
3939
"nodemon": "^2.0.15",
4040
"webpack": "^5.72.0",
4141
"webpack-cli": "^4.9.2"

Diff for: packages/integration-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.34.0](https://github.com/mjancarik/merkur/compare/v0.33.0...v0.34.0) (2023-10-11)
7+
8+
**Note:** Version bump only for package @merkur/integration-react
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
715

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

Diff for: packages/integration-react/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/integration-react",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "Merkur module for easy integration with react.",
55
"main": "lib/index",
66
"module": "lib/index",
@@ -47,9 +47,9 @@
4747
"homepage": "https://merkur.js.org/",
4848
"devDependencies": {
4949
"@babel/preset-react": "^7.18.6",
50-
"@merkur/core": "^0.33.0",
51-
"@merkur/plugin-component": "^0.33.0",
52-
"@merkur/plugin-event-emitter": "^0.33.0",
50+
"@merkur/core": "^0.34.0",
51+
"@merkur/plugin-component": "^0.34.0",
52+
"@merkur/plugin-event-emitter": "^0.34.0",
5353
"@rollup/plugin-commonjs": "^25.0.0",
5454
"@rollup/plugin-replace": "^5.0.2",
5555
"enzyme": "3.11.0",
@@ -64,6 +64,6 @@
6464
"react-dom": ">=16"
6565
},
6666
"dependencies": {
67-
"@merkur/integration": "^0.33.0"
67+
"@merkur/integration": "^0.34.0"
6868
}
6969
}

Diff for: packages/integration/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.34.0](https://github.com/mjancarik/merkur/compare/v0.33.0...v0.34.0) (2023-10-11)
7+
8+
**Note:** Version bump only for package @merkur/integration
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
715

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

Diff for: packages/integration/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@merkur/integration",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "Merkur module for easy integration with other apps.",
55
"main": "lib/index",
66
"module": "lib/index",
@@ -49,7 +49,7 @@
4949
},
5050
"homepage": "https://merkur.js.org/",
5151
"devDependencies": {
52-
"@merkur/core": "^0.33.0"
52+
"@merkur/core": "^0.34.0"
5353
},
5454
"peerDependencies": {
5555
"@merkur/core": "*"

0 commit comments

Comments
 (0)