Bump changelog, update capacitor

This commit is contained in:
Jon Staab 2024-05-24 08:42:34 -07:00
parent 1b77f669c9
commit d2116a0316
4 changed files with 13 additions and 11 deletions

View File

@ -4,6 +4,9 @@
- [x] Improve search results loading indicator - [x] Improve search results loading indicator
- [x] Make zaps prettier with bitcoin-connect - [x] Make zaps prettier with bitcoin-connect
- [x] Improve DM loading and deliverability
- [x] Add ability to search other people's lists and feeds
- [x] Limit recursive quotes
# 0.4.5 # 0.4.5

View File

@ -1,10 +1,9 @@
import {CapacitorConfig} from "@capacitor/cli" import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = { const config: CapacitorConfig = {
appId: "social.coracle.app", appId: 'social.coracle.app',
appName: "Coracle", appName: 'Coracle',
webDir: "dist", webDir: 'dist'
bundledWebRuntime: false, };
}
export default config export default config;

BIN
package-lock.json generated

Binary file not shown.

View File

@ -16,10 +16,7 @@
"watch": "find src -type f | entr -r" "watch": "find src -type f | entr -r"
}, },
"devDependencies": { "devDependencies": {
"@capacitor/android": "^5.7.5", "@capacitor/cli": "^6.0.0",
"@capacitor/cli": "^5.7.5",
"@capacitor/core": "^5.7.5",
"@capacitor/ios": "^5.7.5",
"@sveltejs/vite-plugin-svelte": "^3.1.0", "@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^5.0.4", "@tsconfig/svelte": "^5.0.4",
"@types/ramda": "^0.29.12", "@types/ramda": "^0.29.12",
@ -49,6 +46,9 @@
}, },
"dependencies": { "dependencies": {
"@bugsnag/js": "^7.22.4", "@bugsnag/js": "^7.22.4",
"@capacitor/android": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@event-calendar/core": "^2.6.1", "@event-calendar/core": "^2.6.1",
"@event-calendar/day-grid": "^2.6.1", "@event-calendar/day-grid": "^2.6.1",
"@event-calendar/interaction": "^2.6.1", "@event-calendar/interaction": "^2.6.1",