diff --git a/.changeset/happy-eagles-speak.md b/.changeset/happy-eagles-speak.md deleted file mode 100644 index 983d5ae38b..0000000000 --- a/.changeset/happy-eagles-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pie-docs": minor ---- - -[Changed] - Complete the toast overview page diff --git a/.changeset/neat-ads-reflect.md b/.changeset/neat-ads-reflect.md deleted file mode 100644 index 9d675af833..0000000000 --- a/.changeset/neat-ads-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pie-docs": minor ---- - -[Added] - NextJS 14 integration guide for web components diff --git a/.changeset/slimy-socks-switch.md b/.changeset/slimy-socks-switch.md deleted file mode 100644 index e55d2cb211..0000000000 --- a/.changeset/slimy-socks-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pie-docs": minor ---- - -[Added] - Nuxt3 integration guide to docs site diff --git a/apps/pie-docs/CHANGELOG.md b/apps/pie-docs/CHANGELOG.md index f45d2fee9b..7e4c8f0a25 100644 --- a/apps/pie-docs/CHANGELOG.md +++ b/apps/pie-docs/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 4.19.0 + +### Minor Changes + +- [Changed] - Complete the toast overview page ([#2040](https://github.com/justeattakeaway/pie/pull/2040)) by [@thejfreitas](https://github.com/thejfreitas) + +- [Added] - NextJS 14 integration guide for web components ([#2063](https://github.com/justeattakeaway/pie/pull/2063)) by [@jamieomaguire](https://github.com/jamieomaguire) + +- [Added] - Nuxt3 integration guide to docs site ([#2066](https://github.com/justeattakeaway/pie/pull/2066)) by [@jamieomaguire](https://github.com/jamieomaguire) + ## 4.18.0 ### Minor Changes diff --git a/apps/pie-docs/package.json b/apps/pie-docs/package.json index 629e0a1014..be0b10c125 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": "4.18.0", + "version": "4.19.0", "main": "index.js", "keywords": [], "author": "Just Eat Takeaway.com - Design System Team",