Skip to content

Commit 442582a

Browse files
committed
chore(release): publish v4.0.0-alpha.65
1 parent 9aac683 commit 442582a

29 files changed

Lines changed: 136 additions & 80 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [4.0.0-alpha.65](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.64...v4.0.0-alpha.65) (2026-04-08)
7+
8+
**Note:** Version bump only for package BurgerEditor_v4
9+
610
# [4.0.0-alpha.64](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2026-03-30)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "9.0.3",
3-
"version": "4.0.0-alpha.64",
3+
"version": "4.0.0-alpha.65",
44
"packages": ["packages/@burger-editor/*"],
55
"npmClient": "yarn",
66
"command": {

packages/@burger-editor/blocks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [4.0.0-alpha.65](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.64...v4.0.0-alpha.65) (2026-04-08)
7+
8+
**Note:** Version bump only for package @burger-editor/blocks
9+
610
# [4.0.0-alpha.64](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2026-03-30)
711

812
**Note:** Version bump only for package @burger-editor/blocks

packages/@burger-editor/blocks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burger-editor/blocks",
3-
"version": "4.0.0-alpha.64",
3+
"version": "4.0.0-alpha.65",
44
"description": "BurgerEditor Blocks",
55
"author": "D-ZERO",
66
"license": "(MIT OR Apache-2.0)",
@@ -30,12 +30,12 @@
3030
"dev": "rollup -c -w"
3131
},
3232
"dependencies": {
33-
"@burger-editor/core": "4.0.0-alpha.64",
34-
"@burger-editor/utils": "4.0.0-alpha.64",
33+
"@burger-editor/core": "4.0.0-alpha.65",
34+
"@burger-editor/utils": "4.0.0-alpha.65",
3535
"@d-zero/shared": "0.21.1"
3636
},
3737
"devDependencies": {
38-
"@burger-editor/custom-element": "4.0.0-alpha.64",
38+
"@burger-editor/custom-element": "4.0.0-alpha.65",
3939
"@types/google.maps": "3.58.1",
4040
"rollup": "4.59.0",
4141
"rollup-plugin-esbuild": "6.2.1",

packages/@burger-editor/client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [4.0.0-alpha.65](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.64...v4.0.0-alpha.65) (2026-04-08)
7+
8+
**Note:** Version bump only for package @burger-editor/client
9+
610
# [4.0.0-alpha.64](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2026-03-30)
711

812
### Bug Fixes

packages/@burger-editor/client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burger-editor/client",
3-
"version": "4.0.0-alpha.64",
3+
"version": "4.0.0-alpha.65",
44
"description": "BurgerEditor client package",
55
"author": "D-ZERO",
66
"license": "(MIT OR Apache-2.0)",
@@ -32,10 +32,10 @@
3232
"dev": "vite build --watch"
3333
},
3434
"dependencies": {
35-
"@burger-editor/core": "4.0.0-alpha.64",
36-
"@burger-editor/custom-element": "4.0.0-alpha.64",
37-
"@burger-editor/migrator": "4.0.0-alpha.64",
38-
"@burger-editor/utils": "4.0.0-alpha.64",
35+
"@burger-editor/core": "4.0.0-alpha.65",
36+
"@burger-editor/custom-element": "4.0.0-alpha.65",
37+
"@burger-editor/migrator": "4.0.0-alpha.65",
38+
"@burger-editor/utils": "4.0.0-alpha.65",
3939
"@tabler/icons-svelte": "3.37.1",
4040
"svelte": "5.53.6"
4141
},

packages/@burger-editor/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [4.0.0-alpha.65](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.64...v4.0.0-alpha.65) (2026-04-08)
7+
8+
**Note:** Version bump only for package @burger-editor/core
9+
610
# [4.0.0-alpha.64](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2026-03-30)
711

812
### Bug Fixes

packages/@burger-editor/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burger-editor/core",
3-
"version": "4.0.0-alpha.64",
3+
"version": "4.0.0-alpha.65",
44
"description": "BurgerEditor Editor Core",
55
"author": "D-ZERO",
66
"license": "(MIT OR Apache-2.0)",
@@ -32,8 +32,8 @@
3232
"clean": "tsc --build --clean"
3333
},
3434
"dependencies": {
35-
"@burger-editor/frozen-patty": "4.0.0-alpha.64",
36-
"@burger-editor/utils": "4.0.0-alpha.64",
35+
"@burger-editor/frozen-patty": "4.0.0-alpha.65",
36+
"@burger-editor/utils": "4.0.0-alpha.65",
3737
"jaco": "5.0.0",
3838
"semver": "7.7.4"
3939
},

packages/@burger-editor/css/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [4.0.0-alpha.65](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.64...v4.0.0-alpha.65) (2026-04-08)
7+
8+
**Note:** Version bump only for package @burger-editor/css
9+
610
# [4.0.0-alpha.64](https://github.com/d-zero-dev/BurgerEditor/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2026-03-30)
711

812
**Note:** Version bump only for package @burger-editor/css

packages/@burger-editor/css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burger-editor/css",
3-
"version": "4.0.0-alpha.64",
3+
"version": "4.0.0-alpha.65",
44
"description": "Stylesheet for BurgerEditor Blocks",
55
"author": "D-ZERO",
66
"license": "(MIT OR Apache-2.0)",
@@ -27,7 +27,7 @@
2727
"build": "node build.js"
2828
},
2929
"devDependencies": {
30-
"@burger-editor/blocks": "4.0.0-alpha.64",
30+
"@burger-editor/blocks": "4.0.0-alpha.65",
3131
"glob": "13.0.6",
3232
"postcss": "8.5.6",
3333
"vitest": "4.0.18"

0 commit comments

Comments
 (0)