diff --git a/.changeset/cool-rings-impress.md b/.changeset/cool-rings-impress.md deleted file mode 100644 index 17fa6d7c7d..0000000000 --- a/.changeset/cool-rings-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@justeattakeaway/pie-notification": minor ---- - -[Added] - isDismissible, leadingAction, supportingAction, hasStackedActions diff --git a/.changeset/cool-worms-serve.md b/.changeset/cool-worms-serve.md deleted file mode 100644 index 9463a209d0..0000000000 --- a/.changeset/cool-worms-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pie-storybook": minor ---- - -[Added] - the following actions to the pie-notification story: isDismissible, leadingAction, supportingAction, hasStackedActions diff --git a/.changeset/empty-mice-look.md b/.changeset/empty-mice-look.md deleted file mode 100644 index bb1dd89ef1..0000000000 --- a/.changeset/empty-mice-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@justeattakeaway/pie-icons-react": minor ---- - -[Added] - Individual entry points diff --git a/.changeset/lucky-lizards-kiss.md b/.changeset/lucky-lizards-kiss.md deleted file mode 100644 index 1d40e0954a..0000000000 --- a/.changeset/lucky-lizards-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pie-monorepo": patch ---- - -[Added] - Force resolution of `tar@6.2.1` to fix the Synk vulnerability raised in #1355 diff --git a/.changeset/twenty-pianos-invent.md b/.changeset/twenty-pianos-invent.md deleted file mode 100644 index 99aedaa288..0000000000 --- a/.changeset/twenty-pianos-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@justeattakeaway/pie-chip": minor ---- - -[Fixed] - active and hover styles are applied with the component is disabled diff --git a/CHANGELOG.md b/CHANGELOG.md index f9454bea73..2bb790ee0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.56.5 + +### Patch Changes + +- [Added] - Force resolution of `tar@6.2.1` to fix the Synk vulnerability raised in #1355 ([#1357](https://github.com/justeattakeaway/pie/pull/1357)) by [@siggerzz](https://github.com/siggerzz) + ## 2.56.4 ### Patch Changes diff --git a/apps/pie-storybook/CHANGELOG.md b/apps/pie-storybook/CHANGELOG.md index 4659a0ff66..a9c96954f0 100644 --- a/apps/pie-storybook/CHANGELOG.md +++ b/apps/pie-storybook/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.70.0 + +### Minor Changes + +- [Added] - the following actions to the pie-notification story: isDismissible, leadingAction, supportingAction, hasStackedActions ([#1290](https://github.com/justeattakeaway/pie/pull/1290)) by [@thejfreitas](https://github.com/thejfreitas) + +### Patch Changes + +- Updated dependencies [[`c9a17ddce`](https://github.com/justeattakeaway/pie/commit/c9a17ddce7bf239be2fff9a453a3cc696d420b07), [`782cd239d`](https://github.com/justeattakeaway/pie/commit/782cd239d205023b9f14bc77ac52277a95f939f8)]: + - @justeattakeaway/pie-notification@0.5.0 + - @justeattakeaway/pie-chip@0.5.0 + ## 0.69.0 ### Minor Changes diff --git a/apps/pie-storybook/package.json b/apps/pie-storybook/package.json index eaebfe5a36..6bc2a1bda5 100644 --- a/apps/pie-storybook/package.json +++ b/apps/pie-storybook/package.json @@ -1,6 +1,6 @@ { "name": "pie-storybook", - "version": "0.69.0", + "version": "0.70.0", "private": true, "description": "Storybook for PIE Design System components", "scripts": { @@ -16,7 +16,7 @@ "@justeattakeaway/pie-assistive-text": "0.3.0", "@justeattakeaway/pie-button": "0.47.0", "@justeattakeaway/pie-card": "0.19.0", - "@justeattakeaway/pie-chip": "0.4.0", + "@justeattakeaway/pie-chip": "0.5.0", "@justeattakeaway/pie-cookie-banner": "0.19.0", "@justeattakeaway/pie-css": "0.11.0", "@justeattakeaway/pie-divider": "0.13.0", @@ -26,7 +26,7 @@ "@justeattakeaway/pie-input": "0.15.0", "@justeattakeaway/pie-link": "0.17.0", "@justeattakeaway/pie-modal": "0.42.0", - "@justeattakeaway/pie-notification": "0.4.0", + "@justeattakeaway/pie-notification": "0.5.0", "@justeattakeaway/pie-spinner": "0.6.0", "@justeattakeaway/pie-switch": "0.28.0", "@justeattakeaway/pie-tag": "0.9.0", diff --git a/package.json b/package.json index 0429b9f69a..e63d0a6f8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pie-monorepo", "description": "The home of Just Eat Takeaway.com's PIE Design System", - "version": "2.56.4", + "version": "2.56.5", "keywords": [], "author": "Just Eat Takeaway.com - Design System Team", "license": "Apache-2.0", diff --git a/packages/components/pie-chip/CHANGELOG.md b/packages/components/pie-chip/CHANGELOG.md index 92fccf3663..db390e324f 100644 --- a/packages/components/pie-chip/CHANGELOG.md +++ b/packages/components/pie-chip/CHANGELOG.md @@ -1,5 +1,11 @@ # @justeattakeaway/pie-chip +## 0.5.0 + +### Minor Changes + +- [Fixed] - active and hover styles are applied with the component is disabled ([#1348](https://github.com/justeattakeaway/pie/pull/1348)) by [@raoufswe](https://github.com/raoufswe) + ## 0.4.0 ### Minor Changes diff --git a/packages/components/pie-chip/package.json b/packages/components/pie-chip/package.json index 137a8d21c0..61cbfa92f8 100644 --- a/packages/components/pie-chip/package.json +++ b/packages/components/pie-chip/package.json @@ -1,7 +1,7 @@ { "name": "@justeattakeaway/pie-chip", "description": "PIE Design System Chip built using Web Components", - "version": "0.4.0", + "version": "0.5.0", "type": "module", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/components/pie-notification/CHANGELOG.md b/packages/components/pie-notification/CHANGELOG.md index 8ff6e14715..3e8fd1f7a3 100644 --- a/packages/components/pie-notification/CHANGELOG.md +++ b/packages/components/pie-notification/CHANGELOG.md @@ -1,5 +1,11 @@ # @justeattakeaway/pie-notification +## 0.5.0 + +### Minor Changes + +- [Added] - isDismissible, leadingAction, supportingAction, hasStackedActions ([#1290](https://github.com/justeattakeaway/pie/pull/1290)) by [@thejfreitas](https://github.com/thejfreitas) + ## 0.4.0 ### Minor Changes diff --git a/packages/components/pie-notification/package.json b/packages/components/pie-notification/package.json index 81652b361a..aed7bfa2a3 100644 --- a/packages/components/pie-notification/package.json +++ b/packages/components/pie-notification/package.json @@ -1,7 +1,7 @@ { "name": "@justeattakeaway/pie-notification", "description": "PIE Design System Notification built using Web Components", - "version": "0.4.0", + "version": "0.5.0", "type": "module", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/tools/pie-icons-react/CHANGELOG.md b/packages/tools/pie-icons-react/CHANGELOG.md index 76026ff5d5..287c2a6d36 100644 --- a/packages/tools/pie-icons-react/CHANGELOG.md +++ b/packages/tools/pie-icons-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.16.0 + +### Minor Changes + +- [Added] - Individual entry points ([#1347](https://github.com/justeattakeaway/pie/pull/1347)) by [@xander-marjoram](https://github.com/xander-marjoram) + ## 4.15.1 ### Patch Changes diff --git a/packages/tools/pie-icons-react/package.json b/packages/tools/pie-icons-react/package.json index 2898541563..1cceefc807 100644 --- a/packages/tools/pie-icons-react/package.json +++ b/packages/tools/pie-icons-react/package.json @@ -1,6 +1,6 @@ { "name": "@justeattakeaway/pie-icons-react", - "version": "4.15.1", + "version": "4.16.0", "main": "dist/index.js", "module": "esm/index.js", "types": "esm/icons/index.d.ts",