Skip to content
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
11 changes: 0 additions & 11 deletions .changeset/early-hotels-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-teams-shave.md

This file was deleted.

11 changes: 11 additions & 0 deletions components/fires-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/fires-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fedimod/fires-server",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"type": "module",
"license": "AGPL-3.0",
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fedimod/fires-docs",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "vitepress dev",
Expand Down
Loading