File tree 6 files changed +13
-5
lines changed
6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.0.20-beta.0] ( https://github.com/js-tool-pack/react-ui/compare/v0.0.19...v0.0.20-beta.0 ) (2024-02-19)
2
+
3
+ ### Features
4
+
5
+ - ** components/calendar:** 添加 locale ([ 9e4f449] ( https://github.com/js-tool-pack/react-ui/commit/9e4f449494e40ec1495ba90ec806ccd9de3bae75 ) )
6
+ - ** components:** 新增 ConfigProvider ([ 40fd136] ( https://github.com/js-tool-pack/react-ui/commit/40fd136234f25dde63b8bb88271ad090e14ba53c ) )
7
+ - ** react-ui:** 导出 locale ([ 46b73fe] ( https://github.com/js-tool-pack/react-ui/commit/46b73fedbc8b0dc2adf8edcbd8bd2d813bbb930f ) )
8
+
1
9
## [ 0.0.19] ( https://github.com/js-tool-pack/react-ui/compare/v0.0.19-beta.0...v0.0.19 ) (2024-02-15)
2
10
3
11
## [ 0.0.19-beta.0] ( https://github.com/js-tool-pack/react-ui/compare/v0.0.18...v0.0.19-beta.0 ) (2024-02-15)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tool-pack/react-ui-monorepo" ,
3
- "version" : " 0.0.19 " ,
3
+ "version" : " 0.0.20-beta.0 " ,
4
4
"private" : true ,
5
5
"packageManager" : " pnpm@7.1.0" ,
6
6
"workspaces" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.19 " ,
2
+ "version" : " 0.0.20-beta.0 " ,
3
3
"types" : " dist/index.d.ts" ,
4
4
"main" : " dist/index.js" ,
5
5
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.19 " ,
2
+ "version" : " 0.0.20-beta.0 " ,
3
3
"types" : " dist/index.d.ts" ,
4
4
"main" : " dist/index.js" ,
5
5
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tool-pack/react-ui" ,
3
- "version" : " 0.0.19 " ,
3
+ "version" : " 0.0.20-beta.0 " ,
4
4
"sideEffects" : false ,
5
5
"scripts" : {
6
6
"rm:dist" : " rimraf ./dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.19 " ,
2
+ "version" : " 0.0.20-beta.0 " ,
3
3
"types" : " dist/index.d.ts" ,
4
4
"main" : " dist/index.js" ,
5
5
"private" : true ,
You can’t perform that action at this time.
0 commit comments