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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.24.0 (2026-05-29)

### Added

- Update pages Admin project repository links for Workshop GitLab sites 4877
- Site defaults to large container with new 10GB disk space
- Increase file size limit on the public file storage 4885 - add audit event
- Increase file size limit on the public file storage 4885

### Maintenance

- Update Pages ci pipelines to use the same creds value for Github. #2839
- Remove underscore dependency from pages-core #2946
- Update core to use NPM install with improved security config 2949
- Remove archived gatsby template from site choices
- Update core to use NPM install with improved security config 2949
- Update core to use NPM install with improved security config 2949
- Update core to use NPM install with improved security config 2949

## 0.23.1 (2026-05-14)

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pages-core",
"private": true,
"version": "0.23.1",
"version": "0.24.0",
"description": "",
"keywords": [],
"dependencies": {
Expand Down
Loading