diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a643a8..6a7a9d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.5" + ".": "1.3.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c66632e..5790653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ * bump indiware-api from 1.2.1 to 1.2.3 ([260ba57](https://github.com/Vertretungsapp/app/commit/260ba57e1ea1b35380d6f2229d9afdbdf3383e21)) +## [1.3.6](https://github.com/Vertretungsapp/app/compare/v1.3.5...v1.3.6) (2024-09-02) + + +### ⚙️ Abhängigkeiten + +* bump @sveltejs/kit from 2.5.20 to 2.5.25 ([#288](https://github.com/Vertretungsapp/app/issues/288)) ([eaca272](https://github.com/Vertretungsapp/app/commit/eaca272f219e4551c313b8c467b962518338b4a2)) +* bump svelte-gestures from 4.0.0 to 5.0.4 ([#287](https://github.com/Vertretungsapp/app/issues/287)) ([9474c0d](https://github.com/Vertretungsapp/app/commit/9474c0d0dc3937b69b70666e045320fe900221f0)) +* bump the npm_and_yarn group with 2 updates ([#286](https://github.com/Vertretungsapp/app/issues/286)) ([912edbe](https://github.com/Vertretungsapp/app/commit/912edbeb9af8256bad66e7952f07f55d1be6a7bc)) + ## [1.3.5](https://github.com/Vertretungsapp/app/compare/v1.3.4...v1.3.5) (2024-08-11) diff --git a/package-lock.json b/package-lock.json index c393cfe..0cf5ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vertretungsapp/app", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vertretungsapp/app", - "version": "1.3.5", + "version": "1.3.6", "dependencies": { "@capacitor/android": "^5.7.7", "@capacitor/cli": "^6.0.0", @@ -53,7 +53,7 @@ "tailwind-plugin-realtime-colors": "^1.2.0", "tailwindcss": "^3.4.1", "tslib": "^2.6.2", - "typescript": "^5.5.4", + "typescript": "^5.4.5", "vite": "^5.3.5" } }, @@ -6393,9 +6393,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index b0e838a..fb481a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vertretungsapp/app", - "version": "1.3.5", + "version": "1.3.6", "private": true, "scripts": { "dev": "vite dev", @@ -37,7 +37,7 @@ "tailwind-plugin-realtime-colors": "^1.2.0", "tailwindcss": "^3.4.1", "tslib": "^2.6.2", - "typescript": "^5.5.4", + "typescript": "^5.4.5", "vite": "^5.3.5" }, "type": "module",