diff --git a/.changeset/early-hotels-raise.md b/.changeset/early-hotels-raise.md deleted file mode 100644 index 76bc6f0..0000000 --- a/.changeset/early-hotels-raise.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@fedimod/fires-server": patch ---- - -Fix account management validation errors - -- The permissions and administrative checkboxes are now correctly validated together. -- The permissions and administrative checkboxes now correctly retain their state throughout validation errors. -- The password confirmation is only visible if the password input has a value. -- The password input is required for new accounts -- Fixed input labels for new account vs editing account diff --git a/.changeset/pink-teams-shave.md b/.changeset/pink-teams-shave.md deleted file mode 100644 index b89aae7..0000000 --- a/.changeset/pink-teams-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fedimod/fires-docs": patch ---- - -Improve website workflows diff --git a/components/fires-server/CHANGELOG.md b/components/fires-server/CHANGELOG.md index dc43009..d7ce6b9 100644 --- a/components/fires-server/CHANGELOG.md +++ b/components/fires-server/CHANGELOG.md @@ -1,5 +1,16 @@ # @fedimod/fires-server +## 0.8.1 + +### Patch Changes + +- [#263](https://github.com/fedimod/fires/pull/263) [`0a02ed1`](https://github.com/fedimod/fires/commit/0a02ed1cc4796efc8cc91a0dda65dc0df5dafd7d) Thanks [@ThisIsMissEm](https://github.com/ThisIsMissEm)! - Fix account management validation errors + - The permissions and administrative checkboxes are now correctly validated together. + - The permissions and administrative checkboxes now correctly retain their state throughout validation errors. + - The password confirmation is only visible if the password input has a value. + - The password input is required for new accounts + - Fixed input labels for new account vs editing account + ## 0.8.0 ### Minor Changes diff --git a/components/fires-server/package.json b/components/fires-server/package.json index 4067f70..7b49860 100644 --- a/components/fires-server/package.json +++ b/components/fires-server/package.json @@ -1,6 +1,6 @@ { "name": "@fedimod/fires-server", - "version": "0.8.0", + "version": "0.8.1", "private": true, "type": "module", "license": "AGPL-3.0", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 662c616..6a792d8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @fedimod/fires-docs +## 1.5.1 + +### Patch Changes + +- [#267](https://github.com/fedimod/fires/pull/267) [`4ad1080`](https://github.com/fedimod/fires/commit/4ad1080ca0f8b601ab4e06df46caaa939707da93) Thanks [@ThisIsMissEm](https://github.com/ThisIsMissEm)! - Improve website workflows + ## 1.5.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index ed94c2a..7ca077b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@fedimod/fires-docs", "private": true, - "version": "1.5.0", + "version": "1.5.1", "type": "module", "scripts": { "dev": "vitepress dev",