Skip to content

Commit eabbb13

Browse files
committed
v0.3.14
1 parent 0f2624b commit eabbb13

20 files changed

+54
-10
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
### ✨ Features | 新功能
9+
10+
* **layout:** 🎸 ban drag img audio viewo el at editor canvas ([0f2624b](https://github.com/ByteCrazy/chameleon/commit/0f2624bd45eada0290610f7bb52e1683c0c84189))
11+
612
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
713

814
### ✨ Features | 新功能

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
7070
"userUrlFormat": "{{host}}/{{user}}"
7171
},
72-
"version": "0.3.13"
72+
"version": "0.3.14"
7373
}

packages/build-script/CHANGELOG.md

+4
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+
## [0.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
**Note:** Version bump only for package @chamn/build-script
9+
610
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
711

812
**Note:** Version bump only for package @chamn/build-script

packages/build-script/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chamn/build-script",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"publishConfig": {
55
"access": "public"
66
},

packages/demo-page/CHANGELOG.md

+4
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+
## [0.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
**Note:** Version bump only for package @chamn/demo-page
9+
610
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
711

812
**Note:** Version bump only for package @chamn/demo-page

packages/demo-page/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "0.3.13",
8+
"version": "0.3.14",
99
"main": "dist/index.js",
1010
"module": "dist/index.js",
1111
"types": "dist/index.d.ts",

packages/docs-app/CHANGELOG.md

+4
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+
## [0.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
**Note:** Version bump only for package docs-app
9+
610
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
711

812
**Note:** Version bump only for package docs-app

packages/docs-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docs-app",
33
"type": "module",
44
"private": true,
5-
"version": "0.3.13",
5+
"version": "0.3.14",
66
"scripts": {
77
"dev": "astro dev",
88
"start": "astro dev",

packages/engine-website-app/CHANGELOG.md

+4
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+
## [0.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
**Note:** Version bump only for package @chamn/engine-website-app
9+
610
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
711

812
**Note:** Version bump only for package @chamn/engine-website-app

packages/engine-website-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chamn/engine-website-app",
33
"private": true,
4-
"version": "0.3.13",
4+
"version": "0.3.14",
55
"homepage": "https://github.com/hlerenow/chameleon",
66
"main": "./src/index.tsx",
77
"keywords": [

packages/engine/CHANGELOG.md

+4
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+
## [0.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
**Note:** Version bump only for package @chamn/engine
9+
610
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
711

812
**Note:** Version bump only for package @chamn/engine

packages/engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chamn/engine",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"type": "module",
55
"files": [
66
"dist"

packages/layout/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
### ✨ Features | 新功能
9+
10+
* **layout:** 🎸 ban drag img audio viewo el at editor canvas ([0f2624b](https://github.com/ByteCrazy/chameleon/commit/0f2624bd45eada0290610f7bb52e1683c0c84189))
11+
612
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
713

814
**Note:** Version bump only for package @chamn/layout

packages/layout/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chamn/layout",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"publishConfig": {
55
"access": "public"
66
},

packages/material/CHANGELOG.md

+4
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+
## [0.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
**Note:** Version bump only for package @chamn/material
9+
610
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
711

812
**Note:** Version bump only for package @chamn/material

packages/material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"files": [
99
"dist"
1010
],
11-
"version": "0.3.13",
11+
"version": "0.3.14",
1212
"main": "dist/index.js",
1313
"module": "dist/index.js",
1414
"types": "dist/index.d.ts",

packages/model/CHANGELOG.md

+4
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+
## [0.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
**Note:** Version bump only for package @chamn/model
9+
610
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
711

812
**Note:** Version bump only for package @chamn/model

packages/model/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chamn/model",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"type": "module",
55
"files": [
66
"dist"

packages/render/CHANGELOG.md

+4
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+
## [0.3.14](https://github.com/ByteCrazy/chameleon/compare/v0.3.13...v0.3.14) (2025-03-23)
7+
8+
**Note:** Version bump only for package @chamn/render
9+
610
## [0.3.13](https://github.com/ByteCrazy/chameleon/compare/v0.3.12...v0.3.13) (2025-03-23)
711

812
### ✨ Features | 新功能

packages/render/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist"
66
],
77
"type": "module",
8-
"version": "0.3.13",
8+
"version": "0.3.14",
99
"publishConfig": {
1010
"access": "public"
1111
},

0 commit comments

Comments
 (0)