From 5c75d07775bc547f2041b063c441a7b28a919f92 Mon Sep 17 00:00:00 2001 From: cloud-gov-pages-operations Date: Fri, 7 Aug 2026 13:42:08 +0000 Subject: [PATCH] chore: release 0.26.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9221854c..9c3a17798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 0.26.0 (2026-08-07) + +### Added + +- Don't allow folder names to have ../ in the public file storage #2906 +- Implement new New Site UI with the addition of Workshop 4899 - Remove old components and tests that no longer apply +- Implement new New Site UI with the addition of Workshop 4899 + +### Fixed + +- fix for deleting site not working +- fix redis connection + +### Maintenance + +- Refactor and test pages/sites/new 4692 +- add centralized store for rate limit +- add test +- add rate limiting on external endpoints +- Dont allow for a default value on the FEDERALIST_SESSION_SECRET env var +- Dont allow for a default value on the FEDERALIST_SESSION_SECRET env var + ## 0.25.1 (2026-06-18) ### Fixed diff --git a/package-lock.json b/package-lock.json index a9d09b93f..4d6ec9f6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pages-core", - "version": "0.25.1", + "version": "0.26.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pages-core", - "version": "0.25.1", + "version": "0.26.0", "license": "CC0-1.0", "dependencies": { "@aws-sdk/client-s3": "^3.1011.0", @@ -2544,7 +2544,7 @@ "version": "7.12.1", "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz", "integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==", - "deprecated": "🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.", + "deprecated": "\ud83d\udea8 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.", "dev": true, "license": "MIT", "dependencies": { @@ -18311,7 +18311,7 @@ "prop-types": "^15.5.6" }, "peerDependencies": { - "react": "0.14.x || ^15.0.0 || ^16.0.0", + "react": "0.14.x || ^15.0.0 ||\u00a0^16.0.0", "react-dom": "0.14.x || ^15.0.0 || ^16.0.0" } }, diff --git a/package.json b/package.json index eb7640985..3098e6da8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pages-core", "private": true, - "version": "0.25.1", + "version": "0.26.0", "description": "", "keywords": [], "dependencies": {