Skip to content

Commit 1e51683

Browse files
ci: release (#488)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0b4e61b commit 1e51683

25 files changed

+80
-50
lines changed

.changeset/feat-s3-runtime-env-fallback.md

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

.changeset/fix-manifest-version.md

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

.changeset/petite-grapes-fly.md

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

.changeset/redirect-loop-detection.md

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

.changeset/rich-drinks-hug.md

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

packages/admin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @emdash-cms/admin
22

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- [#351](https://github.com/emdash-cms/emdash/pull/351) [`c70f66f`](https://github.com/emdash-cms/emdash/commit/c70f66f7da66311fcf2f5922f23cdf951cdaff5f) Thanks [@CacheMeOwside](https://github.com/CacheMeOwside)! - Fixes redirect loops causing the ERR_TOO_MANY_REDIRECTS error, by detecting circular chains when creating or editing redirects on the admin Redirects page.
8+
9+
- [#499](https://github.com/emdash-cms/emdash/pull/499) [`0b4e61b`](https://github.com/emdash-cms/emdash/commit/0b4e61b059e40d7fc56aceb63d43004c8872005d) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes admin failing to load when installed from npm due to broken locale catalog resolution.
10+
11+
- Updated dependencies []:
12+
- @emdash-cms/blocks@0.3.0
13+
314
## 0.2.0
415

516
### Minor Changes

packages/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/admin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Admin UI for EmDash CMS",
55
"type": "module",
66
"main": "dist/index.js",

packages/auth/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @emdash-cms/auth
22

3+
## 0.3.0
4+
35
## 0.2.0
46

57
### Patch Changes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/auth",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Passkey-first authentication for EmDash",
55
"type": "module",
66
"main": "dist/index.mjs",

packages/blocks/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @emdash-cms/blocks
22

3+
## 0.3.0
4+
35
## 0.2.0
46

57
### Patch Changes

0 commit comments

Comments
 (0)