Skip to content

Commit

Permalink
chore: release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuexiaoliang committed Aug 20, 2024
1 parent bced1b3 commit b036784
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.11.0",
"version": "0.12.0",
"packageManager": "[email protected]",
"scripts": {
"prepare": "simple-git-hooks",
Expand Down
2 changes: 1 addition & 1 deletion packages/charts-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wuxianx/charts-vue",
"type": "module",
"version": "0.11.0",
"version": "0.12.0",
"main": "index.ts",
"peerDependencies": {
"echarts": "^5",
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wuxianx/charts",
"type": "module",
"version": "0.11.0",
"version": "0.12.0",
"main": "index.ts",
"peerDependencies": {
"echarts": "^5"
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wuxianx/mock",
"type": "module",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"main": "index.ts",
"peerDependencies": {
Expand Down

0 comments on commit b036784

Please sign in to comment.