File tree Expand file tree Collapse file tree 20 files changed +56
-12
lines changed Expand file tree Collapse file tree 20 files changed +56
-12
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
7
11
8
12
### 🐛 Bug Fixes | Bug 修复
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.3.17 "
72
+ "version" : " 0.3.18 "
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
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.3.17 " ,
3
+ "version" : " 0.3.18 " ,
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
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.3.17 " ,
8
+ "version" : " 0.3.18 " ,
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
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs-app" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.3.18 " ,
5
5
"scripts" : {
6
6
"dev" : " astro dev" ,
7
7
"start" : " astro dev" ,
10
10
"astro" : " astro"
11
11
},
12
12
"dependencies" : {
13
- "@astrojs/starlight" : " ^0.32.4" ,
14
- "astro" : " ^5.5.3" ,
15
13
"@ant-design/icons" : " ^5.4.0" ,
16
14
"@astrojs/check" : " ^0.9.2" ,
17
15
"@astrojs/react" : " ^3.6.2" ,
16
+ "@astrojs/starlight" : " ^0.32.4" ,
18
17
"@chamn/demo-page" : " workspace:^" ,
19
18
"@chamn/engine" : " workspace:^" ,
20
19
"@chamn/model" : " workspace:^" ,
21
20
"@chamn/render" : " workspace:^" ,
22
21
"@types/react" : " ^18.3.3" ,
23
22
"@types/react-dom" : " ^18.3.0" ,
24
23
"antd" : " ^5.23.2" ,
24
+ "astro" : " ^5.5.3" ,
25
25
"react" : " ^18.3.1" ,
26
26
"react-dom" : " ^18.3.1" ,
27
27
"typescript" : " ~5.7.2"
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
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.3.17 " ,
4
+ "version" : " 0.3.18 " ,
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
7
11
8
12
### 🐛 Bug Fixes | Bug 修复
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chamn/engine" ,
3
- "version" : " 0.3.17 " ,
3
+ "version" : " 0.3.18 " ,
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
7
11
8
12
### 🐛 Bug Fixes | Bug 修复
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chamn/layout" ,
3
- "version" : " 0.3.17 " ,
3
+ "version" : " 0.3.18 " ,
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
7
11
8
12
### 🐛 Bug Fixes | Bug 修复
Original file line number Diff line number Diff line change 8
8
"files" : [
9
9
" dist"
10
10
],
11
- "version" : " 0.3.17 " ,
11
+ "version" : " 0.3.18 " ,
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
7
11
8
12
### 🐛 Bug Fixes | Bug 修复
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chamn/model" ,
3
- "version" : " 0.3.17 " ,
3
+ "version" : " 0.3.18 " ,
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.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
+
6
10
## [ 0.3.17] ( https://github.com/ByteCrazy/chameleon/compare/v0.3.16...v0.3.17 ) (2025-03-25)
7
11
8
12
### 🐛 Bug Fixes | Bug 修复
Original file line number Diff line number Diff line change 5
5
" dist"
6
6
],
7
7
"type" : " module" ,
8
- "version" : " 0.3.17 " ,
8
+ "version" : " 0.3.18 " ,
9
9
"publishConfig" : {
10
10
"access" : " public"
11
11
},
You can’t perform that action at this time.
0 commit comments