diff --git a/.changeset/shy-onions-lick.md b/.changeset/shy-onions-lick.md deleted file mode 100644 index 7e9ab10055..0000000000 --- a/.changeset/shy-onions-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pie-docs": minor ---- - -[Changed] - Replaced fozzie colour tokens with pie-css tokens diff --git a/.changeset/tidy-crabs-notice.md b/.changeset/tidy-crabs-notice.md deleted file mode 100644 index 0add5066ae..0000000000 --- a/.changeset/tidy-crabs-notice.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"pie-docs": minor ---- - -[Added] - Component Status Page with new shortcodes `componentStatusTable.js` and `TermsAndDescriptions.js` -[Added] - Data file `componentStatusData.js` for all component status updates -[Removed] - Resource table data from each component page diff --git a/apps/pie-docs/CHANGELOG.md b/apps/pie-docs/CHANGELOG.md index dd54d73141..b2dde89142 100644 --- a/apps/pie-docs/CHANGELOG.md +++ b/apps/pie-docs/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 3.23.0 + +### Minor Changes + +- [Changed] - Replaced fozzie colour tokens with pie-css tokens ([#1190](https://github.com/justeattakeaway/pie/pull/1190)) by [@raoufswe](https://github.com/raoufswe) + +- [Added] - Component Status Page with new shortcodes `componentStatusTable.js` and `TermsAndDescriptions.js` ([#1168](https://github.com/justeattakeaway/pie/pull/1168)) by [@LTurns](https://github.com/LTurns) + + [Added] - Data file `componentStatusData.js` for all component status updates + [Removed] - Resource table data from each component page + ## 3.22.0 ### Minor Changes diff --git a/apps/pie-docs/package.json b/apps/pie-docs/package.json index 5d87b32189..07b3408af7 100644 --- a/apps/pie-docs/package.json +++ b/apps/pie-docs/package.json @@ -2,7 +2,7 @@ "name": "pie-docs", "private": true, "description": "Documentation website for the PIE design system", - "version": "3.22.0", + "version": "3.23.0", "main": "index.js", "keywords": [], "author": "Just Eat Takeaway.com - Design System Team",