Skip to content

Commit

Permalink
Merge Release 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Jun 8, 2024
2 parents b34c3d0 + ae245e0 commit 0de77fa
Show file tree
Hide file tree
Showing 47 changed files with 2,043 additions and 2,871 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Run Playwright tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.43.0-jammy
image: mcr.microsoft.com/playwright:v1.44.1-jammy
steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "app.vger.voyager"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 249
versionName "2.11.1"
versionCode 251
versionName "2.12.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.11.1</string>
<string>2.12.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>249</string>
<string>251</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "voyager",
"description": "A progressive webapp Lemmy client",
"private": true,
"version": "2.11.1",
"version": "2.12.1",
"type": "module",
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"scripts": {
"dev": "vite",
"build": "./build.sh",
Expand All @@ -23,7 +23,7 @@
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:voyager-ionic-core@8.1.0"
"@ionic/core": "npm:voyager-ionic-core@8.2.0"
},
"patchedDependencies": {
"@capacitor/browser@6.0.0": "patches/@capacitor__browser@6.0.0.patch",
Expand All @@ -45,13 +45,13 @@
"@capacitor/network": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@github/markdown-toolbar-element": "^2.2.1",
"@ionic/core": "npm:voyager-ionic-core@8.1.0",
"@ionic/react": "8.1.0",
"@ionic/react-router": "8.1.0",
"@github/markdown-toolbar-element": "^2.2.3",
"@ionic/core": "npm:voyager-ionic-core@8.2.0",
"@ionic/react": "8.2.0",
"@ionic/react-router": "8.2.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@reduxjs/toolkit": "^2.2.3",
"@reduxjs/toolkit": "^2.2.5",
"capacitor-android-nav-mode": "^1.0.0",
"capacitor-application-context": "^1.0.0",
"capacitor-biometric-lock": "^1.0.0",
Expand All @@ -62,8 +62,8 @@
"capacitor-stash-media": "^2.0.0",
"capacitor-tips": "^1.0.0",
"compare-versions": "^6.1.0",
"date-fns": "^3.3.1",
"dexie": "^4.0.1",
"date-fns": "^3.6.0",
"dexie": "^4.0.7",
"dexie-export-import": "^4.1.2",
"dexie-react-hooks": "^1.1.7",
"history": "^4.10.1",
Expand All @@ -78,17 +78,17 @@
"micromark-extension-gfm-strikethrough": "^2.0.0",
"micromark-extension-gfm-table": "^2.0.0",
"micromark-util-combine-extensions": "^2.0.0",
"modern-screenshot": "^4.4.38",
"photoswipe": "^5.4.3",
"modern-screenshot": "^4.4.39",
"photoswipe": "^5.4.4",
"react": "^18.3.1",
"react-animate-height": "^3.2.3",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.12",
"react-intersection-observer": "^9.10.1",
"react-error-boundary": "^4.0.13",
"react-intersection-observer": "^9.10.2",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.1",
"react-redux": "^9.1.2",
"react-reverse-portal": "^2.1.1",
"react-reverse-portal": "^2.1.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^8.5.3",
Expand All @@ -100,56 +100,56 @@
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"remark-supersub-lemmy": "^1.0.0",
"ua-parser-js": "^1.0.37",
"ua-parser-js": "^1.0.38",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.2.0",
"usehooks-ts": "^3.0.2",
"usehooks-ts": "^3.1.0",
"uuid": "^9.0.1",
"virtua": "^0.30.2",
"virtua": "^0.31.0",
"workbox-window": "^7.1.0"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@capacitor/cli": "^6.0.0",
"@ionic/cli": "^7.2.0",
"@playwright/test": "^1.43.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.6",
"@playwright/test": "^1.44.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@trapezedev/configure": "^7.0.10",
"@types/history": "^4.0.0",
"@types/history": "^4.7.11",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/mdast": "^4.0.3",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/lodash": "^4.17.4",
"@types/mdast": "^4.0.4",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-legacy": "^5.3.1",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-react": "^4.3.0",
"@wyw-in-js/babel-preset": "^0.5.3",
"@wyw-in-js/vite": "^0.5.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"prettier": "^3.2.5",
"pwa-asset-generator": "^6.3.1",
"release-it": "^17.2.1",
"release-it": "^17.3.0",
"terser": "^5.31.0",
"typescript": "^5.4.3",
"vite": "^5.2.10",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 0de77fa

Please sign in to comment.