Skip to content

Commit

Permalink
chore: release v1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aooiuu committed Oct 13, 2024
1 parent 605a1c7 commit 760f535
Show file tree
Hide file tree
Showing 15 changed files with 563 additions and 436 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
# draft: true
# prerelease: true
files: |
packages/web/dist/electron/latest*.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "1.11.3",
"version": "1.11.4",
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "any-reader",
"type": "module",
"version": "1.11.3",
"version": "1.11.4",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@unocss/reset": "^0.62.4",
"@unocss/reset": "^0.63.4",
"@vueuse/core": "^11.1.0",
"codemirror": "^6.0.1",
"sql.js": "^1.11.0",
Expand All @@ -81,25 +81,25 @@
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^20.16.5",
"@types/uuid": "^10.0.0",
"@unocss/eslint-config": "^0.62.4",
"@vitest/browser": "^2.1.1",
"@unocss/eslint-config": "^0.63.4",
"@vitest/browser": "^2.1.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"bumpp": "^9.5.2",
"bumpp": "^9.7.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue": "^9.29.0",
"husky": "^8.0.3",
"npm-run-all2": "^6.2.3",
"playwright": "^1.47.1",
"playwright": "^1.48.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"unbuild": "^2.0.0",
"unocss": "^0.62.4",
"unocss": "^0.63.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@any-reader/cli",
"type": "commonjs",
"version": "1.11.3",
"version": "1.11.4",
"description": "",
"author": "aooiuu <[email protected]>",
"license": "GPL3",
Expand Down
6 changes: 3 additions & 3 deletions 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.11.3",
"version": "1.11.4",
"description": "",
"author": "aooiuu <[email protected]>",
"license": "GPL3",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@any-reader/rule-utils": "workspace:^",
"@xmldom/xmldom": "^0.9.2",
"@xmldom/xmldom": "^0.9.3",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0",
Expand All @@ -41,7 +41,7 @@
"iconv-lite": "^0.6.3",
"jsonpath-plus": "^9.0.0",
"lodash-es": "^4.17.21",
"puppeteer": "^23.4.0",
"puppeteer": "^23.5.3",
"urlencode": "^2.0.0",
"xpath.js": "^1.1.0"
},
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.11.3",
"version": "1.11.4",
"description": "",
"scripts": {
"build": "unbuild",
Expand Down
6 changes: 3 additions & 3 deletions packages/legado/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@any-reader/legado",
"type": "module",
"version": "1.11.3",
"version": "1.11.4",
"private": true,
"description": "",
"author": "aooiuu <[email protected]>",
Expand All @@ -28,15 +28,15 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.2",
"@xmldom/xmldom": "^0.9.3",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0",
"content-type": "^1.0.5",
"iconv-lite": "^0.6.3",
"isolated-vm": "^5.0.1",
"jsonpath-plus": "^9.0.0",
"puppeteer": "^23.4.0",
"puppeteer": "^23.5.3",
"urlencode": "^2.0.0",
"xpath": "^0.0.34"
},
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.11.3",
"version": "1.11.4",
"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.11.3",
"version": "1.11.4",
"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.11.3",
"version": "1.11.4",
"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.11.3",
"version": "1.11.4",
"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.11.3",
"version": "1.11.4",
"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.11.3",
"version": "1.11.4",
"publisher": "aooiu",
"private": true,
"qna": "https://github.com/aooiuu/any-reader/issues",
Expand Down
14 changes: 7 additions & 7 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.11.3",
"version": "1.11.4",
"description": "",
"author": "aooiuu <[email protected]>",
"license": "GPL3",
Expand Down Expand Up @@ -56,18 +56,18 @@
"dplayer": "^1.27.1",
"easy-post-message": "^0.1.0",
"electron-localshortcut": "^3.2.1",
"electron-updater": "^6.3.4",
"electron-updater": "^6.3.9",
"file-saver": "^2.0.5",
"hls.js": "^1.5.15",
"hls.js": "^1.5.16",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"p-limit": "^6.1.0",
"p-queue": "^8.0.1",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"qs": "^6.13.0",
"sqlite3": "5.1.6",
"uuid": "^10.0.0",
"vue": "^3.5.8",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand All @@ -94,8 +94,8 @@
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.6",
"vite-bundle-analyzer": "^0.11.1",
"vite": "^5.4.8",
"vite-bundle-analyzer": "^0.12.1",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^2.1.6"
Expand Down
Loading

0 comments on commit 760f535

Please sign in to comment.