Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing committed Dec 1, 2022
1 parent 6185f98 commit e903fff
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 46 deletions.
6 changes: 3 additions & 3 deletions console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/plugin-starter",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite build --watch",
Expand All @@ -11,8 +11,8 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@halo-dev/components": "^0.0.0-alpha.5",
"@halo-dev/console-shared": "^2.0.0-alpha.3",
"@halo-dev/components": "^1.0.0",
"@halo-dev/console-shared": "^2.0.0",
"vue": "^3.2.41"
},
"devDependencies": {
Expand Down
163 changes: 120 additions & 43 deletions console/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/halo-2.0.0-SNAPSHOT-plain.jar
Binary file not shown.

0 comments on commit e903fff

Please sign in to comment.