Skip to content

Commit

Permalink
release: release packages with 'latest' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent 5d6c33e commit b5fc574
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-rings-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-worms-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-mice-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-lizards-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-pianos-invent.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.56.5

### Patch Changes

- [Added] - Force resolution of `[email protected]` 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
Expand Down
12 changes: 12 additions & 0 deletions apps/pie-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions apps/pie-storybook/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pie-chip/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pie-notification/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/pie-icons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pie-icons-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b5fc574

Please sign in to comment.