Skip to content

Commit ac4d9c7

Browse files
prepare releases
1 parent 316955c commit ac4d9c7

File tree

6 files changed

+19
-18
lines changed

6 files changed

+19
-18
lines changed

.changeset/early-hotels-raise.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/pink-teams-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

components/fires-server/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @fedimod/fires-server
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
- The permissions and administrative checkboxes are now correctly validated together.
9+
- The permissions and administrative checkboxes now correctly retain their state throughout validation errors.
10+
- The password confirmation is only visible if the password input has a value.
11+
- The password input is required for new accounts
12+
- Fixed input labels for new account vs editing account
13+
314
## 0.8.0
415

516
### Minor Changes

components/fires-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fedimod/fires-server",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"type": "module",
66
"license": "AGPL-3.0",

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fedimod/fires-docs
22

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.5.0
410

511
### Minor Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fedimod/fires-docs",
33
"private": true,
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vitepress dev",

0 commit comments

Comments
 (0)