Skip to content

Commit fa4e107

Browse files
committed
v0.3.18
1 parent 19914fd commit fa4e107

File tree

20 files changed

+56
-12
lines changed

20 files changed

+56
-12
lines changed

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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package chameleon
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

812
### 🐛 Bug Fixes | Bug 修复

lerna.json

Lines changed: 1 addition & 1 deletion
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.17"
72+
"version": "0.3.18"
7373
}

packages/build-script/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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @chamn/build-script
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

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

packages/build-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chamn/build-script",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"publishConfig": {
55
"access": "public"
66
},

packages/demo-page/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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @chamn/demo-page
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

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

packages/demo-page/package.json

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

packages/docs-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package docs-app

packages/docs-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-app",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.3.18",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",
@@ -10,18 +10,18 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.32.4",
14-
"astro": "^5.5.3",
1513
"@ant-design/icons": "^5.4.0",
1614
"@astrojs/check": "^0.9.2",
1715
"@astrojs/react": "^3.6.2",
16+
"@astrojs/starlight": "^0.32.4",
1817
"@chamn/demo-page": "workspace:^",
1918
"@chamn/engine": "workspace:^",
2019
"@chamn/model": "workspace:^",
2120
"@chamn/render": "workspace:^",
2221
"@types/react": "^18.3.3",
2322
"@types/react-dom": "^18.3.0",
2423
"antd": "^5.23.2",
24+
"astro": "^5.5.3",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1",
2727
"typescript": "~5.7.2"

packages/engine-website-app/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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @chamn/engine-website-app
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

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

packages/engine-website-app/package.json

Lines changed: 1 addition & 1 deletion
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.17",
4+
"version": "0.3.18",
55
"homepage": "https://github.com/hlerenow/chameleon",
66
"main": "./src/index.tsx",
77
"keywords": [

packages/engine/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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @chamn/engine
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

812
### 🐛 Bug Fixes | Bug 修复

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chamn/engine",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"type": "module",
55
"files": [
66
"dist"

packages/layout/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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @chamn/layout
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

812
### 🐛 Bug Fixes | Bug 修复

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chamn/layout",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"publishConfig": {
55
"access": "public"
66
},

packages/material/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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @chamn/material
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

812
### 🐛 Bug Fixes | Bug 修复

packages/material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"files": [
99
"dist"
1010
],
11-
"version": "0.3.17",
11+
"version": "0.3.18",
1212
"main": "dist/index.js",
1313
"module": "dist/index.js",
1414
"types": "dist/index.d.ts",

packages/model/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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @chamn/model
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

812
### 🐛 Bug Fixes | Bug 修复

packages/model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chamn/model",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"type": "module",
55
"files": [
66
"dist"

packages/render/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+
## [0.3.18](https://github.com/ByteCrazy/chameleon/compare/v0.3.17...v0.3.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @chamn/render
9+
610
## [0.3.17](https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17) (2025-03-25)
711

812
### 🐛 Bug Fixes | Bug 修复

packages/render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist"
66
],
77
"type": "module",
8-
"version": "0.3.17",
8+
"version": "0.3.18",
99
"publishConfig": {
1010
"access": "public"
1111
},

0 commit comments

Comments
 (0)