diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6caaaac7b..5fab33bf4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.2" + ".": "1.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a12121eb..d111e0607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.3.3](https://github.com/accessibility-exchange/platform/compare/v1.3.2...v1.3.3) (2024-03-07) + + +### Bug Fixes + +* aria-labelledby references (resolves [#2168](https://github.com/accessibility-exchange/platform/issues/2168)) ([#2169](https://github.com/accessibility-exchange/platform/issues/2169)) ([419e1c0](https://github.com/accessibility-exchange/platform/commit/419e1c0d721a2c5337b004240264f1d0c15c88a8)) +* passing model into localizedRouteIs method may cause error (resolves [#2166](https://github.com/accessibility-exchange/platform/issues/2166)) ([#2167](https://github.com/accessibility-exchange/platform/issues/2167)) ([4cced2f](https://github.com/accessibility-exchange/platform/commit/4cced2f9021eba786767b45e6781bee63e87a5bc)) + + +### Miscellaneous Chores + +* **deps-dev:** bump @commitlint/cli from 18.6.0 to 19.0.3 ([#2161](https://github.com/accessibility-exchange/platform/issues/2161)) ([10933d4](https://github.com/accessibility-exchange/platform/commit/10933d425905562499964605b31c1548b5867cfe)) +* **deps-dev:** bump barryvdh/laravel-ide-helper from 2.15.0 to 2.15.1 ([#2156](https://github.com/accessibility-exchange/platform/issues/2156)) ([41db091](https://github.com/accessibility-exchange/platform/commit/41db091b5d50ad949ec2280e1033bf79cfda5fe5)) +* **deps-dev:** bump eslint-config-prettier from 9.0.0 to 9.1.0 ([#2160](https://github.com/accessibility-exchange/platform/issues/2160)) ([0e0054e](https://github.com/accessibility-exchange/platform/commit/0e0054ead543e2e7826c2f5f0a7198b4573149e4)) +* **deps-dev:** bump laravel/pint from 1.13.11 to 1.14.0 ([#2154](https://github.com/accessibility-exchange/platform/issues/2154)) ([f2da2b9](https://github.com/accessibility-exchange/platform/commit/f2da2b9c3e29e2b5a29b2be8f6c3fbab47835bdf)) +* **deps-dev:** bump laravel/sail from 1.27.4 to 1.28.1 ([#2155](https://github.com/accessibility-exchange/platform/issues/2155)) ([30d3b34](https://github.com/accessibility-exchange/platform/commit/30d3b34764aca6a80c721df78109f021e6ecf83b)) +* **deps-dev:** bump postcss from 8.4.33 to 8.4.35 ([#2158](https://github.com/accessibility-exchange/platform/issues/2158)) ([d16e9dc](https://github.com/accessibility-exchange/platform/commit/d16e9dc3a728cb0768c5e5094bb58d1d7f3fef85)) +* **deps-dev:** bump vite from 3.2.2 to 5.1.5 ([#2162](https://github.com/accessibility-exchange/platform/issues/2162)) ([12bbd25](https://github.com/accessibility-exchange/platform/commit/12bbd25e87adfcfa910a97b45a203cb87ef40e40)) +* **deps-dev:** bump vite-plugin-full-reload from 1.0.5 to 1.1.0 ([#2159](https://github.com/accessibility-exchange/platform/issues/2159)) ([439ddbe](https://github.com/accessibility-exchange/platform/commit/439ddbe72fab1ded4a9f29c73f123423bf94202d)) +* **deps:** bump codeat3/blade-forkawesome from 1.9.3 to 1.10.0 ([#2153](https://github.com/accessibility-exchange/platform/issues/2153)) ([5fd8ac5](https://github.com/accessibility-exchange/platform/commit/5fd8ac566c91f915bda3e64b8d400fe6c8587a1b)) +* **deps:** bump livewire/livewire from 3.4.4 to 3.4.6 ([#2157](https://github.com/accessibility-exchange/platform/issues/2157)) ([eb6ddc7](https://github.com/accessibility-exchange/platform/commit/eb6ddc706c763bb81ac99489cda3cc8de9b7ea17)) +* **deps:** bump webfactory/ssh-agent from 0.8.0 to 0.9.0 ([#2163](https://github.com/accessibility-exchange/platform/issues/2163)) ([e835280](https://github.com/accessibility-exchange/platform/commit/e8352801b47e9768dbf6cd5b3b1c1ef7e17f234d)) + ## [1.3.2](https://github.com/accessibility-exchange/platform/compare/v1.3.1...v1.3.2) (2024-02-21) diff --git a/composer.json b/composer.json index bdb8277dd..99b292b88 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "framework", "laravel" ], - "version": "1.3.2", + "version": "1.3.3", "license": "BSD-3-Clause", "require": { "php": "^8.1",