Skip to content

Commit

Permalink
chore(release): release 1.6.0 (#2369)
Browse files Browse the repository at this point in the history
Co-authored-by: tae-github-actions[bot] <187522448+tae-github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tae-github-actions[bot] authored Dec 4, 2024
1 parent a0861a4 commit b078b51
Show file tree
Hide file tree
Showing 3 changed files with 63 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.5.2"
".": "1.6.0"
}
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# Changelog

## [1.6.0](https://github.com/accessibility-exchange/platform/compare/v1.5.2...v1.6.0) (2024-12-04)


### Features

* send notification to update page (resolves [#2373](https://github.com/accessibility-exchange/platform/issues/2373)) ([2d1999f](https://github.com/accessibility-exchange/platform/commit/2d1999fb5bf658114e25a04cf7160eb5f7bb1d68))
* switch to Hearth Components, remove Hearth, upgrade to Laravel 11 ([#2375](https://github.com/accessibility-exchange/platform/issues/2375)) ([0ea8da0](https://github.com/accessibility-exchange/platform/commit/0ea8da0f930f72608d80300fd0518b5a22272956))


### Bug Fixes

* **deps:** update dependency @vimeo/player to v2.25.0 ([#2398](https://github.com/accessibility-exchange/platform/issues/2398)) ([a292574](https://github.com/accessibility-exchange/platform/commit/a292574abc4014d9acad41e3962d31a77697729f))
* **deps:** update dependency axios to v1.7.8 ([#2387](https://github.com/accessibility-exchange/platform/issues/2387)) ([3ceb16d](https://github.com/accessibility-exchange/platform/commit/3ceb16d39859d7b831d3a8fe281ec01a6d4a9796))
* **deps:** update dependency axios to v1.7.9 ([#2414](https://github.com/accessibility-exchange/platform/issues/2414)) ([b941a9e](https://github.com/accessibility-exchange/platform/commit/b941a9e06a942a031406586eddec3482e56a2d0f))
* **deps:** update dependency commerceguys/addressing to v2.2.3 ([#2388](https://github.com/accessibility-exchange/platform/issues/2388)) ([aa0de38](https://github.com/accessibility-exchange/platform/commit/aa0de38cce4ed82ef90ba0479fab93311d341eac))
* **deps:** update dependency laravel/fortify to v1.25.0 ([#2399](https://github.com/accessibility-exchange/platform/issues/2399)) ([2862b78](https://github.com/accessibility-exchange/platform/commit/2862b784c143fc1b37d01bc2aa1b4fd4989142eb))
* **deps:** update dependency laravel/framework to v11.34.2 ([#2389](https://github.com/accessibility-exchange/platform/issues/2389)) ([060c86c](https://github.com/accessibility-exchange/platform/commit/060c86c879de6c61b07b1906d303e93ee275938e))
* **deps:** update dependency livewire/livewire to v3.5.16 ([#2390](https://github.com/accessibility-exchange/platform/issues/2390)) ([368473a](https://github.com/accessibility-exchange/platform/commit/368473abf0a476b67cb50132971768c39ada4e87))
* **deps:** update dependency spatie/laravel-ignition to v2.9.0 ([#2400](https://github.com/accessibility-exchange/platform/issues/2400)) ([242779b](https://github.com/accessibility-exchange/platform/commit/242779b294e0f7cf4a4108947c577db20f53a27b))
* **deps:** update dependency spatie/laravel-login-link to v1.4.0 ([#2401](https://github.com/accessibility-exchange/platform/issues/2401)) ([6d7f05f](https://github.com/accessibility-exchange/platform/commit/6d7f05f9c277f7461aa84cab9b0d1156294b27b5))
* **deps:** update dependency staudenmeir/eloquent-has-many-deep to v1.20.5 ([#2391](https://github.com/accessibility-exchange/platform/issues/2391)) ([56cc465](https://github.com/accessibility-exchange/platform/commit/56cc465e24ebf2f3241e85774fa10896ec645103))
* **deps:** update dependency symfony/http-foundation to v7.2.0 ([#2402](https://github.com/accessibility-exchange/platform/issues/2402)) ([7fe1aae](https://github.com/accessibility-exchange/platform/commit/7fe1aaeecc71825221308ecbf62343ffa38934bc))
* error when trying to access consulting_services (resolves [#2373](https://github.com/accessibility-exchange/platform/issues/2373)) ([2d1999f](https://github.com/accessibility-exchange/platform/commit/2d1999fb5bf658114e25a04cf7160eb5f7bb1d68))
* remove mention of IRIS from address (resolves [#2367](https://github.com/accessibility-exchange/platform/issues/2367)) ([#2371](https://github.com/accessibility-exchange/platform/issues/2371)) ([7110e39](https://github.com/accessibility-exchange/platform/commit/7110e39d4ce6372f2182d9c2d90a1a171c94c138))
* resolve issue with Symfony Mailer 7.2 ([#2412](https://github.com/accessibility-exchange/platform/issues/2412)) ([6f5e334](https://github.com/accessibility-exchange/platform/commit/6f5e3345834d9b0ac2c7eae60c8b82c8e1a271df))
* textareas in filament forms are showing up empty (resolves [#2370](https://github.com/accessibility-exchange/platform/issues/2370)) ([#2372](https://github.com/accessibility-exchange/platform/issues/2372)) ([7f3c3a0](https://github.com/accessibility-exchange/platform/commit/7f3c3a0db1db34263c50f7fc70aa5bd6815a1ee1))
* unpublishing a users public page may return a 404 error (resolves [#2366](https://github.com/accessibility-exchange/platform/issues/2366)) ([#2368](https://github.com/accessibility-exchange/platform/issues/2368)) ([979d750](https://github.com/accessibility-exchange/platform/commit/979d7504e30c86f59fb1ac321583bd96b592c00a))


### Miscellaneous Chores

* **deps:** lock file maintenance ([#2406](https://github.com/accessibility-exchange/platform/issues/2406)) ([49fc415](https://github.com/accessibility-exchange/platform/commit/49fc4157d7bf03f354ed36791043c9d032b058ac))
* **deps:** lock file maintenance ([#2411](https://github.com/accessibility-exchange/platform/issues/2411)) ([4da2a7d](https://github.com/accessibility-exchange/platform/commit/4da2a7d544763a5bc438fbbdcbf9ace5f8cf3ed2))
* **deps:** update codecov/codecov-action action to v5 ([#2403](https://github.com/accessibility-exchange/platform/issues/2403)) ([4acdd7b](https://github.com/accessibility-exchange/platform/commit/4acdd7bce85feed5ec4b06c2e2bc650dfc857a45))
* **deps:** update commitlint monorepo to v19.6.0 ([#2392](https://github.com/accessibility-exchange/platform/issues/2392)) ([f1f81fb](https://github.com/accessibility-exchange/platform/commit/f1f81fb9c1dbd0e6abf68e9e3517a614b51e24d6))
* **deps:** update dependency barryvdh/laravel-debugbar to v3.14.9 ([#2379](https://github.com/accessibility-exchange/platform/issues/2379)) ([cd9c84a](https://github.com/accessibility-exchange/platform/commit/cd9c84a0499739f737ec9e3e3ec2ff53b2bc1969))
* **deps:** update dependency eslint-plugin-jsonc to v2.18.2 ([#2393](https://github.com/accessibility-exchange/platform/issues/2393)) ([9634751](https://github.com/accessibility-exchange/platform/commit/963475186b5292052ac27f6014d5290d03e789cc))
* **deps:** update dependency husky to v9.1.7 ([#2380](https://github.com/accessibility-exchange/platform/issues/2380)) ([746a7ef](https://github.com/accessibility-exchange/platform/commit/746a7ef0ea52ebb16e350ac4784d89ebd8c46e05))
* **deps:** update dependency larastan/larastan to v3.0.2 ([#2381](https://github.com/accessibility-exchange/platform/issues/2381)) ([ea94c56](https://github.com/accessibility-exchange/platform/commit/ea94c56ea7a072791b1103c5f9ee0590ae99a10a))
* **deps:** update dependency laravel-vite-plugin to v1.1.1 ([#2407](https://github.com/accessibility-exchange/platform/issues/2407)) ([1984e02](https://github.com/accessibility-exchange/platform/commit/1984e02b489c000a46d8f2c1a752baebb96524be))
* **deps:** update dependency laravel/dusk to v8.2.12 ([#2382](https://github.com/accessibility-exchange/platform/issues/2382)) ([8f9e31c](https://github.com/accessibility-exchange/platform/commit/8f9e31c113c6ca5a3935c7b170f27de3032cd041))
* **deps:** update dependency laravel/pint to v1.18.3 ([#2383](https://github.com/accessibility-exchange/platform/issues/2383)) ([57c0dd8](https://github.com/accessibility-exchange/platform/commit/57c0dd80b89350d572df2c39904c02046df3943d))
* **deps:** update dependency laravel/sail to v1.39.1 ([#2394](https://github.com/accessibility-exchange/platform/issues/2394)) ([46c086a](https://github.com/accessibility-exchange/platform/commit/46c086ad3b76b03ec75db06147bb4462847b9857))
* **deps:** update dependency postcss to v8.4.49 ([#2384](https://github.com/accessibility-exchange/platform/issues/2384)) ([20712b8](https://github.com/accessibility-exchange/platform/commit/20712b880414c9bb7d0ecac955e88ca47fda38a1))
* **deps:** update dependency prettier to v3.4.1 ([#2395](https://github.com/accessibility-exchange/platform/issues/2395)) ([9abe079](https://github.com/accessibility-exchange/platform/commit/9abe079146ad583fc3eb4a5e8326742cd5a2c294))
* **deps:** update dependency prettier to v3.4.2 ([#2413](https://github.com/accessibility-exchange/platform/issues/2413)) ([956d2be](https://github.com/accessibility-exchange/platform/commit/956d2bed33db32fce41064bf1cc1141a319d59ae))
* **deps:** update dependency stylelint to v16.11.0 ([#2396](https://github.com/accessibility-exchange/platform/issues/2396)) ([bf7d3f4](https://github.com/accessibility-exchange/platform/commit/bf7d3f485407283a7fdd580b58ac17d9d105f670))
* **deps:** update dependency tailwindcss to v3.4.15 ([#2385](https://github.com/accessibility-exchange/platform/issues/2385)) ([a456dd4](https://github.com/accessibility-exchange/platform/commit/a456dd47f95b0e73711692d507f6223677cbc978))
* **deps:** update dependency tailwindcss to v3.4.16 ([#2410](https://github.com/accessibility-exchange/platform/issues/2410)) ([2f2c3d6](https://github.com/accessibility-exchange/platform/commit/2f2c3d68c6dae4459e978da19330e2119e498733))
* **deps:** update dependency vite to v5.4.11 ([#2386](https://github.com/accessibility-exchange/platform/issues/2386)) ([e791697](https://github.com/accessibility-exchange/platform/commit/e7916973e36118a6d73cde94cfec809e66660fec))
* **deps:** update dependency vite to v6 ([#2404](https://github.com/accessibility-exchange/platform/issues/2404)) ([36e1cf1](https://github.com/accessibility-exchange/platform/commit/36e1cf1541e3b683bcbec1a83375b3a971b353d8))
* **deps:** update dependency vite-plugin-static-copy to v2.2.0 ([#2397](https://github.com/accessibility-exchange/platform/issues/2397)) ([51d6bd7](https://github.com/accessibility-exchange/platform/commit/51d6bd75d57d8ec39c89e825c1ea336d807ddddd))
* **deps:** update docker.io/bitnami/mysql docker tag to v8.4 ([#2302](https://github.com/accessibility-exchange/platform/issues/2302)) ([f4b2462](https://github.com/accessibility-exchange/platform/commit/f4b246286bcb72c6d8076025be6d5c8fc5e1981a))
* **deps:** update nginx docker tag to v1.27 ([#2304](https://github.com/accessibility-exchange/platform/issues/2304)) ([4aabb2a](https://github.com/accessibility-exchange/platform/commit/4aabb2a6abc5bfaacf24d89554a279f212eddb80))
* **deps:** update node.js to v22 ([#2405](https://github.com/accessibility-exchange/platform/issues/2405)) ([bc7fb82](https://github.com/accessibility-exchange/platform/commit/bc7fb826efa90035006c41ccc752933549400c4e))
* **localization:** translate en.json into French, Canada ([c53479a](https://github.com/accessibility-exchange/platform/commit/c53479a3faa8ec71bf44dce67a468f548f520bb2))
* **localization:** translate en.json into French, Canada ([e3a7801](https://github.com/accessibility-exchange/platform/commit/e3a7801c26e38d00f449f253cb300422710d49a0))
* **localization:** update translations ([#2377](https://github.com/accessibility-exchange/platform/issues/2377)) ([e3a7801](https://github.com/accessibility-exchange/platform/commit/e3a7801c26e38d00f449f253cb300422710d49a0))
* **localization:** update translations ([#2408](https://github.com/accessibility-exchange/platform/issues/2408)) ([c53479a](https://github.com/accessibility-exchange/platform/commit/c53479a3faa8ec71bf44dce67a468f548f520bb2))
* **platform:** upgrade to PHP 8.4 and Node 22 ([#2409](https://github.com/accessibility-exchange/platform/issues/2409)) ([38080c3](https://github.com/accessibility-exchange/platform/commit/38080c3a30f2193f9688461ed2aa65cc84fe0235))

## [1.5.2](https://github.com/accessibility-exchange/platform/compare/v1.5.1...v1.5.2) (2024-11-13)


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.5.2",
"version": "1.6.0",
"license": "BSD-3-Clause",
"require": {
"php": "^8.4",
Expand Down

0 comments on commit b078b51

Please sign in to comment.