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] 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

View File

@ -1,10 +1,9 @@
import {CapacitorConfig} from "@capacitor/cli"
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: "social.coracle.app",
appName: "Coracle",
webDir: "dist",
bundledWebRuntime: false,
}
appId: 'social.coracle.app',
appName: 'Coracle',
webDir: 'dist'
};
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"
},
"devDependencies": {
"@capacitor/android": "^5.7.5",
"@capacitor/cli": "^5.7.5",
"@capacitor/core": "^5.7.5",
"@capacitor/ios": "^5.7.5",
"@capacitor/cli": "^6.0.0",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^5.0.4",
"@types/ramda": "^0.29.12",
@ -49,6 +46,9 @@
},
"dependencies": {
"@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/day-grid": "^2.6.1",
"@event-calendar/interaction": "^2.6.1",