Skip to content

Commit

Permalink
chore: s2-vue 发布 2.0 正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Nov 21, 2024
1 parent 690b624 commit 5c9d3bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/s2-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [@antv/s2-vue-v2.0.0](#) (2024-11-21)

* 2.0 正式版已发布,请查看 [升级指南](https://s2.antv.antgroup.com/manual/migration-v2)

# [@antv/s2-vue-v2.0.0-next.16](https://github.com/antvis/S2/compare/@antv/s2-vue-v2.0.0-next.15...@antv/s2-vue-v2.0.0-next.16) (2024-11-01)


Expand Down
5 changes: 3 additions & 2 deletions packages/s2-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/s2-vue",
"version": "2.0.0-next.16",
"version": "2.0.0",
"private": false,
"description": "use S2 with vue",
"keywords": [
Expand Down Expand Up @@ -74,7 +74,8 @@
"vue": ">=3.x"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"size-limit": [
{
Expand Down

0 comments on commit 5c9d3bc

Please sign in to comment.