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 551cfc6 commit ebd03db
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
name: plugin-search-widget
path: |
build/libs/*-plain.jar
build/libs/*.jar
retention-days: 1

github-release:
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
release_id: releaseId,
name: artifactName,
data: await fs.readFile(artifactPathName)
});
});
Binary file modified lib/halo-2.0.0-SNAPSHOT-plain.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widget",
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
Expand All @@ -10,7 +10,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@halo-dev/search-widget": "^1.0.0-alpha.2",
"@halo-dev/search-widget": "^1.0.0",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
},
Expand Down
153 changes: 115 additions & 38 deletions widget/pnpm-lock.yaml

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

0 comments on commit ebd03db

Please sign in to comment.