File tree 6 files changed +16
-4
lines changed
6 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 13
13
"ci:version" : " pnpm changeset version" ,
14
14
"add:changelog" : " pnpm changeset" ,
15
15
"before:release" : " pnpm run build" ,
16
- "release" : " pnpm run before:release && pnpm publish --no-git-checks -r --registry=https://registry.npmjs.org --filter @ant-design/*" ,
16
+ "release" : " pnpm publish --no-git-checks -r --registry=https://registry.npmjs.org --filter @ant-design/*" ,
17
17
"release:alpha" : " pnpm run before:release && pnpm publish --tag alpha --no-git-checks -r --filter @ant-design/*" ,
18
18
"release:beta" : " pnpm run before:release && pnpm publish --tag beta --no-git-checks -r --filter @ant-design/*"
19
19
},
Original file line number Diff line number Diff line change
1
+ ## 2.1.2
2
+
3
+ ` 2024-07-24 `
4
+
5
+ - 🔥 Support SSR
6
+
1
7
## 2.1.1
2
8
3
9
` 2024-05-06 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : false ,
3
3
"name" : " @ant-design/charts" ,
4
- "version" : " 2.1.1 " ,
4
+ "version" : " 2.1.2 " ,
5
5
"description" : " AntV upper level visual component library" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/ant-design/ant-design-charts/issues"
Original file line number Diff line number Diff line change
1
+ ## 2.2.6
2
+
3
+ ` 2024-07-24 `
4
+
5
+ - 🔥 Support SSR
6
+
1
7
## 2.2.5
2
8
3
9
` 2024-07-03 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ant-design/plots" ,
3
- "version" : " 2.2.5 " ,
3
+ "version" : " 2.2.6 " ,
4
4
"description" : " G2Plot Statistical chart" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/ant-design/ant-design-charts/issues"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ant-design/charts-util" ,
3
- "version" : " 0.0.1-alpha.5 " ,
3
+ "version" : " 0.0.1-alpha.6 " ,
4
4
"description" : " charts utils" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/ant-design/ant-design-charts/issues"
You can’t perform that action at this time.
0 commit comments