diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ccf5d6..a763b41 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.3" + ".": "1.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a492ce5..e6c7853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ * bump indiware-api from 1.2.1 to 1.2.3 ([260ba57](https://github.com/Vertretungsapp/app/commit/260ba57e1ea1b35380d6f2229d9afdbdf3383e21)) +## [1.3.4](https://github.com/Vertretungsapp/app/compare/v1.3.3...v1.3.4) (2024-08-03) + + +### 🔄 Änderungen + +* Reihenfolge der Filter-Schnellaktionen geändert ([#274](https://github.com/Vertretungsapp/app/issues/274)) ([e2f007e](https://github.com/Vertretungsapp/app/commit/e2f007ea01ebb9f952c83b2f5182158a6e487d0e)) + + +### ⚙️ Abhängigkeiten + +* bump @sveltejs/kit from 2.5.0 to 2.5.20 ([#272](https://github.com/Vertretungsapp/app/issues/272)) ([a6146e8](https://github.com/Vertretungsapp/app/commit/a6146e806e6650c42b15bf1778a9398b09321fcf)) +* bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.0.0 ([#266](https://github.com/Vertretungsapp/app/issues/266)) ([c418065](https://github.com/Vertretungsapp/app/commit/c41806582024e25bc8feafc7bd39604e4bcbb04f)) +* bump autoprefixer from 10.4.17 to 10.4.19 ([#264](https://github.com/Vertretungsapp/app/issues/264)) ([3dfb897](https://github.com/Vertretungsapp/app/commit/3dfb897b48315fe1c408b6a9dbd1470b9d5df591)) +* bump the fortawesome group with 4 updates ([#262](https://github.com/Vertretungsapp/app/issues/262)) ([f820894](https://github.com/Vertretungsapp/app/commit/f820894fb053f275bc8729d6ff6e55c68b20e7cc)) +* bump vite from 5.2.10 to 5.3.5 ([#263](https://github.com/Vertretungsapp/app/issues/263)) ([c11b86f](https://github.com/Vertretungsapp/app/commit/c11b86f1c6dcb7d2b3a95820d5cb1f4044cca140)) + + +### 🔧 Sonstige Änderungen + +* Überflüssige Dateien entfernt ([5474262](https://github.com/Vertretungsapp/app/commit/54742622653abdf0f2a45950d632d9cd4946a9a8)) +* Übersetzung der Changelogs ins Deutsche ([#273](https://github.com/Vertretungsapp/app/issues/273)) ([868229c](https://github.com/Vertretungsapp/app/commit/868229cffcb7575f7a41db3707fd7e33285ee7b8)) + + +### 🚀 CI/CD-Änderungen + +* **eslint-check:** Downgrade der Node-Version auf LTS im CI ([#270](https://github.com/Vertretungsapp/app/issues/270)) ([a99d14c](https://github.com/Vertretungsapp/app/commit/a99d14c1c46c78617836d91ae9db3d7e9158ec3b)) + ## [1.3.2](https://github.com/Vertretungsapp/app/compare/v1.3.1...v1.3.2) (2024-07-30) diff --git a/package-lock.json b/package-lock.json index b1b0241..23f6892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vertretungsapp/app", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vertretungsapp/app", - "version": "1.3.3", + "version": "1.3.4", "dependencies": { "@capacitor/android": "^5.7.7", "@capacitor/cli": "^6.0.0", diff --git a/package.json b/package.json index 38dd952..652ed8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vertretungsapp/app", - "version": "1.3.3", + "version": "1.3.4", "private": true, "scripts": { "dev": "vite dev",