Skip to content

Commit

Permalink
chore: release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuexiaoliang committed Aug 19, 2024
1 parent d00a57e commit d977419
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.9.0",
"version": "0.9.1",
"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.9.0",
"version": "0.9.1",
"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.9.0",
"version": "0.9.1",
"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.9.0",
"version": "0.9.1",
"private": true,
"main": "index.ts",
"peerDependencies": {
Expand Down

0 comments on commit d977419

Please sign in to comment.