Skip to content

Commit

Permalink
chore: release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aooiuu committed Jul 12, 2024
1 parent 86a73a9 commit 03d1637
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
pat: ${{ secrets.VSCODE_TOKEN }}
skipDuplicate: true
registryUrl: https://marketplace.visualstudio.com
dependencies: false
yarn: false

- name: Build Electron App
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "any-reader",
"type": "module",
"version": "1.7.10",
"version": "1.8.0",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@any-reader/cli",
"version": "1.7.10",
"version": "1.8.0",
"description": "",
"type": "commonjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@any-reader/core",
"type": "module",
"version": "1.7.10",
"version": "1.8.0",
"description": "",
"author": "aooiuu <[email protected]>",
"license": "GPL3",
Expand Down
2 changes: 1 addition & 1 deletion packages/epub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@any-reader/epub",
"version": "1.7.10",
"version": "1.8.0",
"description": "",
"scripts": {
"build": "unbuild"
Expand Down
2 changes: 1 addition & 1 deletion packages/rubick/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@any-reader/rubick",
"type": "commonjs",
"version": "1.7.10",
"version": "1.8.0",
"private": true,
"description": "",
"author": "aooiuu <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@any-reader/rule-utils",
"type": "module",
"version": "1.7.10",
"version": "1.8.0",
"description": "",
"author": "aooiuu <[email protected]>",
"license": "GPL3",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@any-reader/server",
"type": "module",
"version": "1.7.10",
"version": "1.8.0",
"description": "",
"author": "aooiuu <[email protected]>",
"license": "GPL3",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@any-reader/shared",
"type": "module",
"version": "1.7.10",
"version": "1.8.0",
"description": "",
"author": "aooiuu <[email protected]>",
"license": "GPL3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@any-reader/utools",
"version": "1.7.10",
"version": "1.8.0",
"private": true,
"description": "",
"author": "aooiuu <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "any-reader",
"description": "摸鱼,自定义规则多站点聚合搜索阅读小说、漫画。包含JS规则解析库和VSCode插件。支持本地小说 TXT、EPUB",
"icon": "resources/icon.png",
"version": "1.7.10",
"version": "1.8.0",
"publisher": "aooiu",
"private": true,
"qna": "https://github.com/aooiuu/any-reader/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@any-reader/web",
"version": "1.7.10",
"version": "1.8.0",
"description": "",
"author": "aooiuu <[email protected]>",
"license": "GPL3",
Expand Down Expand Up @@ -103,4 +103,4 @@
"vite-plugin-mock": "^3.0.1",
"vue-tsc": "^1.8.27"
}
}
}

0 comments on commit 03d1637

Please sign in to comment.