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 5f528bdd3..ef2bda196 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": { @@ -18267,7 +18267,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 aea327971..b1e057902 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": {