Skip to content

Commit 85580a5

Browse files
chore: release 0.21.0
1 parent d4cab96 commit 85580a5

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 0.21.0 (2026-04-01)
2+
3+
### Added
4+
5+
- create workshop site build flow 4856
6+
- feat: create workshop oauth flow 4855
7+
- Update app to Node v22 and update the dependencies
8+
- Add site delete webhook for publisher site
9+
10+
### Fixed
11+
12+
- branch with an invalid name should create an invalid build #2375
13+
- remove deprecated component
14+
- force patched version of fast-xml-parser
15+
- set node value in Docker
16+
- include screen reader text and update 404 test to expect updated login string
17+
- adjust slightly navigation text style
18+
- Audit and fix dependencies #4845
19+
- Publisher endpoint host environment variable
20+
- Use the correct bound route service domain by env
21+
22+
### Maintenance
23+
24+
- Remove deprecated security-considerations automation files
25+
- update to use new branding logos
26+
- update color palette
27+
- update styling to revise color palette
28+
- update admin-client node engine
29+
- update favicons with new pages logo
30+
- update styles and menus
31+
132
## 0.20.1 (2025-12-01)
233

334
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pages-core",
33
"private": true,
4-
"version": "0.20.1",
4+
"version": "0.21.0",
55
"description": "",
66
"keywords": [],
77
"dependencies": {

0 commit comments

Comments
 (0)