Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo committed Dec 8, 2023
1 parent c34be2d commit 9f455e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/s2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@antv/s2",
"version": "1.53.0",
"version": "1.54.0-alpha.1",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/s2-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@antv/s2-react",
"version": "1.45.0",
"version": "1.46.0-alpha.1",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"react-beautiful-dnd": "^13.1.0"
},
"devDependencies": {
"@antv/s2": "1.53.0-alpha.4",
"@antv/s2": "1.54.0-alpha.1",
"@antv/s2-shared": "*",
"@ant-design/icons": "^4.7.0",
"@testing-library/react": "^12.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/s2-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:ci-coverage": "yarn test:coverage --maxWorkers=3"
},
"devDependencies": {
"@antv/s2": "1.53.0-alpha.4",
"@antv/s2": "1.54.0-alpha.1",
"lodash": "^4.17.21"
}
}
4 changes: 2 additions & 2 deletions packages/s2-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@antv/s2-vue",
"version": "1.6.0-alpha.1",
"version": "1.7.0-alpha.1",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@antv/s2": "1.53.0-alpha.4",
"@antv/s2": "1.54.0-alpha.1",
"@antv/s2-shared": "*",
"@testing-library/vue": "^6.5.1",
"@vue/tsconfig": "^0.1.3",
Expand Down

0 comments on commit 9f455e1

Please sign in to comment.