From 0917e8311edc0a27d93ef7657e491eca0934ad0b Mon Sep 17 00:00:00 2001 From: "tae-github-actions[bot]" <187522448+tae-github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:57:39 +0000 Subject: [PATCH] chore(release): release 1.6.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ composer.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4f6ddcea..f7d45284c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 725d425cf..d35f76071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.6.1](https://github.com/accessibility-exchange/platform/compare/v1.6.0...v1.6.1) (2024-12-12) + + +### Bug Fixes + +* **deps:** update dependency spatie/laravel-ciphersweet to v1.6.3 ([#2437](https://github.com/accessibility-exchange/platform/issues/2437)) ([f1885e4](https://github.com/accessibility-exchange/platform/commit/f1885e4ba5bb5c066dcf68a36e6a6b276843d358)) +* **deps:** update dependency spatie/laravel-collection-macros to v7.14.2 ([#2434](https://github.com/accessibility-exchange/platform/issues/2434)) ([0358a7a](https://github.com/accessibility-exchange/platform/commit/0358a7a54b0e51090c581f71ae792995225149a5)) +* **deps:** update dependency spatie/laravel-db-snapshots to v2.6.2 ([#2423](https://github.com/accessibility-exchange/platform/issues/2423)) ([a6a9917](https://github.com/accessibility-exchange/platform/commit/a6a99176e0f83b328806d32353385bea80444034)) +* **deps:** update dependency spatie/laravel-db-snapshots to v2.7.0 ([#2436](https://github.com/accessibility-exchange/platform/issues/2436)) ([6e1db45](https://github.com/accessibility-exchange/platform/commit/6e1db4501f4332fd197c4390bff0ea3febfbafac)) +* **deps:** update dependency spatie/laravel-login-link to v1.5.0 ([#2421](https://github.com/accessibility-exchange/platform/issues/2421)) ([d0dc476](https://github.com/accessibility-exchange/platform/commit/d0dc476ad66a1cb890b9529916052c895e34c6bc)) +* **deps:** update dependency spatie/laravel-sluggable to v3.7.0 ([#2422](https://github.com/accessibility-exchange/platform/issues/2422)) ([c351008](https://github.com/accessibility-exchange/platform/commit/c351008cff2315cb9c95a6e11b0fbf6b0a193e09)) +* **deps:** update dependency spatie/laravel-translatable to v6.9.0 ([#2424](https://github.com/accessibility-exchange/platform/issues/2424)) ([ef8c7ab](https://github.com/accessibility-exchange/platform/commit/ef8c7ab259e0ab4bcd723e3eed91080a3475256a)) + + +### Miscellaneous Chores + +* **deps:** lock file maintenance ([#2420](https://github.com/accessibility-exchange/platform/issues/2420)) ([922f2df](https://github.com/accessibility-exchange/platform/commit/922f2df4626073db568b6f8174c2363aa7ae40ec)) +* **deps:** lock file maintenance ([#2427](https://github.com/accessibility-exchange/platform/issues/2427)) ([e91daf9](https://github.com/accessibility-exchange/platform/commit/e91daf9f30ba714a3005e8ca13f6623c0d59c20a)) +* **deps:** update dependency lint-staged to v15.2.11 ([#2426](https://github.com/accessibility-exchange/platform/issues/2426)) ([53f51db](https://github.com/accessibility-exchange/platform/commit/53f51dbb41bb4626e1d4fd4179f237bc409c5597)) +* **deps:** update dependency vite to v6.0.3 ([#2418](https://github.com/accessibility-exchange/platform/issues/2418)) ([6656fb2](https://github.com/accessibility-exchange/platform/commit/6656fb2fb11c5382edf6bb0b1115a7fae8c8a2df)) + ## [1.6.0](https://github.com/accessibility-exchange/platform/compare/v1.5.2...v1.6.0) (2024-12-04) diff --git a/composer.json b/composer.json index 018475cae..b9e825da3 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "framework", "laravel" ], - "version": "1.6.0", + "version": "1.6.1", "license": "BSD-3-Clause", "require": { "php": "^8.4",