Skip to content

Commit 9aeaa52

Browse files
committed
v0.5.0
1 parent 4801f40 commit 9aeaa52

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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
### ✨ Features | 新功能
9+
10+
* **engine:** 🎸 componentLib add search and customSearchBar ([4801f40](https://github.com/ByteCrazy/chameleon/commit/4801f403da1af705d5dc5eef579e7dba6560b08f))
11+
612
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
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.4.0"
72+
"version": "0.5.0"
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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
**Note:** Version bump only for package @chamn/build-script
9+
610
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
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.4.0",
3+
"version": "0.5.0",
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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
**Note:** Version bump only for package @chamn/demo-page
9+
610
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
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.4.0",
8+
"version": "0.5.0",
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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
**Note:** Version bump only for package docs-app
9+
610
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
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.4.0",
5+
"version": "0.5.0",
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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
**Note:** Version bump only for package @chamn/engine-website-app
9+
610
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
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.4.0",
4+
"version": "0.5.0",
55
"homepage": "https://github.com/hlerenow/chameleon",
66
"main": "./src/index.tsx",
77
"keywords": [

packages/engine/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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
### ✨ Features | 新功能
9+
10+
* **engine:** 🎸 componentLib add search and customSearchBar ([4801f40](https://github.com/ByteCrazy/chameleon/commit/4801f403da1af705d5dc5eef579e7dba6560b08f))
11+
612
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
713

814
**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.4.0",
3+
"version": "0.5.0",
44
"type": "module",
55
"files": [
66
"dist"

packages/layout/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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
**Note:** Version bump only for package @chamn/layout
9+
610
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
711

812
**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.4.0",
3+
"version": "0.5.0",
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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
**Note:** Version bump only for package @chamn/material
9+
610
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
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.4.0",
11+
"version": "0.5.0",
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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
**Note:** Version bump only for package @chamn/model
9+
610
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
711

812
### ✨ Features | 新功能

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.4.0",
3+
"version": "0.5.0",
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.5.0](https://github.com/ByteCrazy/chameleon/compare/v0.4.0...v0.5.0) (2025-03-30)
7+
8+
**Note:** Version bump only for package @chamn/render
9+
610
## [0.4.0](https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0) (2025-03-29)
711

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

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.4.0",
8+
"version": "0.5.0",
99
"publishConfig": {
1010
"access": "public"
1111
},

0 commit comments

Comments
 (0)