Skip to content

Commit

Permalink
chore(release): release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tae-github-actions[bot] authored Dec 12, 2024
1 parent f1885e4 commit 0917e83
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.6.1"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"framework",
"laravel"
],
"version": "1.6.0",
"version": "1.6.1",
"license": "BSD-3-Clause",
"require": {
"php": "^8.4",
Expand Down

0 comments on commit 0917e83

Please sign in to comment.