File tree 20 files changed +54
-10
lines changed
20 files changed +54
-10
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
13
8
14
### ✨ Features | 新功能
Original file line number Diff line number Diff line change 69
69
"compareUrlFormat" : " {{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}" ,
70
70
"userUrlFormat" : " {{host}}/{{user}}"
71
71
},
72
- "version" : " 0.4 .0"
72
+ "version" : " 0.5 .0"
73
73
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
11
8
12
** Note:** Version bump only for package @chamn/build-script
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chamn/build-script" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
11
8
12
** Note:** Version bump only for package @chamn/demo-page
Original file line number Diff line number Diff line change 5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
8
- "version" : " 0.4 .0" ,
8
+ "version" : " 0.5 .0" ,
9
9
"main" : " dist/index.js" ,
10
10
"module" : " dist/index.js" ,
11
11
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
11
8
12
** Note:** Version bump only for package docs-app
Original file line number Diff line number Diff line change 2
2
"name" : " docs-app" ,
3
3
"type" : " module" ,
4
4
"private" : true ,
5
- "version" : " 0.4 .0" ,
5
+ "version" : " 0.5 .0" ,
6
6
"scripts" : {
7
7
"dev" : " astro dev" ,
8
8
"start" : " astro dev" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
11
8
12
** Note:** Version bump only for package @chamn/engine-website-app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chamn/engine-website-app" ,
3
3
"private" : true ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.5 .0" ,
5
5
"homepage" : " https://github.com/hlerenow/chameleon" ,
6
6
"main" : " ./src/index.tsx" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
13
8
14
** Note:** Version bump only for package @chamn/engine
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chamn/engine" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"type" : " module" ,
5
5
"files" : [
6
6
" dist"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
11
8
12
** Note:** Version bump only for package @chamn/layout
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chamn/layout" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
11
8
12
** Note:** Version bump only for package @chamn/material
Original file line number Diff line number Diff line change 8
8
"files" : [
9
9
" dist"
10
10
],
11
- "version" : " 0.4 .0" ,
11
+ "version" : " 0.5 .0" ,
12
12
"main" : " dist/index.js" ,
13
13
"module" : " dist/index.js" ,
14
14
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
11
8
12
### ✨ Features | 新功能
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chamn/model" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"type" : " module" ,
5
5
"files" : [
6
6
" dist"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.4.0] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.21...v0.4.0 ) (2025-03-29)
7
11
8
12
** Note:** Version bump only for package @chamn/render
Original file line number Diff line number Diff line change 5
5
" dist"
6
6
],
7
7
"type" : " module" ,
8
- "version" : " 0.4 .0" ,
8
+ "version" : " 0.5 .0" ,
9
9
"publishConfig" : {
10
10
"access" : " public"
11
11
},
You can’t perform that action at this time.
0 commit comments