Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): release 1.5.3 #2369

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.5.3](https://github.com/accessibility-exchange/platform/compare/v1.5.2...v1.5.3) (2024-11-30)


### Bug Fixes

* error when trying to access consulting_services (resolves [#2373](https://github.com/accessibility-exchange/platform/issues/2373)) ([#2376](https://github.com/accessibility-exchange/platform/issues/2376)) ([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))
* 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))

## [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.5.3",
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
Expand Down