Skip to content

Commit

Permalink
Version Packages (#1520)
Browse files Browse the repository at this point in the history
release: release packages with 'latest' tag

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pie-design-system-bot and github-actions[bot] committed Jun 18, 2024
1 parent 6df1241 commit 18d5365
Show file tree
Hide file tree
Showing 27 changed files with 102 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-walls-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-eagles-applaud.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/perfect-moose-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-kiwis-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-owls-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-grapes-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-hounds-cry.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.61.1

### Patch Changes

- [Changed] - update github workflows for new pie-textarea component ([#1518](https://github.com/justeattakeaway/pie/pull/1518)) by [@xander-marjoram](https://github.com/xander-marjoram)

## 2.61.0

### Minor Changes
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/wc-next10/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-next10

## 0.5.42

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-cookie-banner@0.20.3

## 0.5.41

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-next10/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-next10",
"version": "0.5.41",
"version": "0.5.42",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-button": "0.47.6",
"@justeattakeaway/pie-cookie-banner": "0.20.2",
"@justeattakeaway/pie-cookie-banner": "0.20.3",
"@justeattakeaway/pie-css": "0.11.0",
"@lit/react": "1.0.2",
"next": "10.2.3",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/wc-vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-vanilla

## 0.4.74

### Patch Changes

- Updated dependencies [[`6df12416d`](https://github.com/justeattakeaway/pie/commit/6df12416dc3623d607babda8a5d74d738dd8ae42)]:
- @justeattakeaway/pie-modal@0.43.1

## 0.4.73

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-vanilla",
"version": "0.4.73",
"version": "0.4.74",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"@justeattakeaway/pie-css": "0.11.0",
"@justeattakeaway/pie-icon-button": "0.28.7",
"@justeattakeaway/pie-icons-webc": "0.24.1",
"@justeattakeaway/pie-modal": "0.43.0"
"@justeattakeaway/pie-modal": "0.43.1"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
10 changes: 10 additions & 0 deletions apps/pie-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.41.0

### Minor Changes

- [Added] - 'Overview' page for pie-text-input component ([#1500](https://github.com/justeattakeaway/pie/pull/1500)) by [@leksaBoiko](https://github.com/leksaBoiko)

- [Added] - 'Overview' page for pie-assistive-text component ([#1509](https://github.com/justeattakeaway/pie/pull/1509)) by [@leksaBoiko](https://github.com/leksaBoiko)

- [Added] - 'Code' page for pie-text-input component ([#1501](https://github.com/justeattakeaway/pie/pull/1501)) by [@jamieomaguire](https://github.com/jamieomaguire)

## 3.40.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/pie-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pie-docs",
"private": true,
"description": "Documentation website for the PIE design system",
"version": "3.40.0",
"version": "3.41.0",
"main": "index.js",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
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.79.2

### Patch Changes

- [Added] - initial pie-textarea files from component generator ([#1518](https://github.com/justeattakeaway/pie/pull/1518)) by [@xander-marjoram](https://github.com/xander-marjoram)

- Updated dependencies [[`18bc95a0f`](https://github.com/justeattakeaway/pie/commit/18bc95a0f036befc3b5ec6ac58635494b1ae5445), [`d2b2fa52f`](https://github.com/justeattakeaway/pie/commit/d2b2fa52f02e22bf4b4c5aaf787e5287dd7a8bd1), [`6df12416d`](https://github.com/justeattakeaway/pie/commit/6df12416dc3623d607babda8a5d74d738dd8ae42)]:
- @justeattakeaway/pie-textarea@0.1.0
- @justeattakeaway/pie-toast@0.1.0
- @justeattakeaway/pie-modal@0.43.1
- @justeattakeaway/pie-cookie-banner@0.20.3

## 0.79.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.79.1",
"version": "0.79.2",
"private": true,
"description": "Storybook for PIE Design System components",
"scripts": {
Expand All @@ -19,21 +19,21 @@
"@justeattakeaway/pie-card": "0.19.5",
"@justeattakeaway/pie-checkbox": "0.5.0",
"@justeattakeaway/pie-chip": "0.6.4",
"@justeattakeaway/pie-cookie-banner": "0.20.2",
"@justeattakeaway/pie-cookie-banner": "0.20.3",
"@justeattakeaway/pie-css": "0.11.0",
"@justeattakeaway/pie-divider": "0.13.5",
"@justeattakeaway/pie-form-label": "0.13.5",
"@justeattakeaway/pie-icon-button": "0.28.7",
"@justeattakeaway/pie-icons-webc": "0.24.1",
"@justeattakeaway/pie-link": "0.17.5",
"@justeattakeaway/pie-modal": "0.43.0",
"@justeattakeaway/pie-modal": "0.43.1",
"@justeattakeaway/pie-notification": "0.9.1",
"@justeattakeaway/pie-spinner": "0.6.5",
"@justeattakeaway/pie-switch": "0.29.8",
"@justeattakeaway/pie-tag": "0.9.6",
"@justeattakeaway/pie-text-input": "0.22.2",
"@justeattakeaway/pie-textarea": "0.0.0",
"@justeattakeaway/pie-toast": "0.0.0",
"@justeattakeaway/pie-textarea": "0.1.0",
"@justeattakeaway/pie-toast": "0.1.0",
"dompurify": "3.0.11"
},
"devDependencies": {
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.61.0",
"version": "2.61.1",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/pie-cookie-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @justeattakeaway/pie-cookie-banner

## 0.20.3

### Patch Changes

- Updated dependencies [[`6df12416d`](https://github.com/justeattakeaway/pie/commit/6df12416dc3623d607babda8a5d74d738dd8ae42)]:
- @justeattakeaway/pie-modal@0.43.1

## 0.20.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/pie-cookie-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeattakeaway/pie-cookie-banner",
"description": "PIE Design System Cookie Banner built using Web Components",
"version": "0.20.2",
"version": "0.20.3",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@justeattakeaway/pie-divider": "0.13.5",
"@justeattakeaway/pie-icon-button": "0.28.7",
"@justeattakeaway/pie-link": "0.17.5",
"@justeattakeaway/pie-modal": "0.43.0",
"@justeattakeaway/pie-modal": "0.43.1",
"@justeattakeaway/pie-switch": "0.29.8",
"@justeattakeaway/pie-webc-core": "0.23.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @justeattakeaway/pie-modal

## 0.43.1

### Patch Changes

- [Changed] - Component to beta status ([#1528](https://github.com/justeattakeaway/pie/pull/1528)) by [@kevinrodrigues](https://github.com/kevinrodrigues)

## 0.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pie-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeattakeaway/pie-modal",
"version": "0.43.0",
"version": "0.43.1",
"description": "PIE design system modal built using web components",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/pie-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @justeattakeaway/pie-textarea

## 0.1.0

### Minor Changes

- [Added] - initial pie-textarea files from component generator ([#1518](https://github.com/justeattakeaway/pie/pull/1518)) by [@xander-marjoram](https://github.com/xander-marjoram)
2 changes: 1 addition & 1 deletion packages/components/pie-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeattakeaway/pie-textarea",
"description": "PIE Design System Textarea built using Web Components",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/pie-toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @justeattakeaway/pie-toast

## 0.1.0

### Minor Changes

- [Added] generated Toast component files ([#1517](https://github.com/justeattakeaway/pie/pull/1517)) by [@leksaBoiko](https://github.com/leksaBoiko)
2 changes: 1 addition & 1 deletion packages/components/pie-toast/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeattakeaway/pie-toast",
"description": "PIE Design System Toast built using Web Components",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/pie-webc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @justeattakeaway/pie-webc

## 0.5.7

### Patch Changes

- [Added] - initial pie-textarea files from component generator ([#1518](https://github.com/justeattakeaway/pie/pull/1518)) by [@xander-marjoram](https://github.com/xander-marjoram)

- Updated dependencies [[`18bc95a0f`](https://github.com/justeattakeaway/pie/commit/18bc95a0f036befc3b5ec6ac58635494b1ae5445), [`d2b2fa52f`](https://github.com/justeattakeaway/pie/commit/d2b2fa52f02e22bf4b4c5aaf787e5287dd7a8bd1), [`6df12416d`](https://github.com/justeattakeaway/pie/commit/6df12416dc3623d607babda8a5d74d738dd8ae42)]:
- @justeattakeaway/pie-textarea@0.1.0
- @justeattakeaway/pie-toast@0.1.0
- @justeattakeaway/pie-modal@0.43.1
- @justeattakeaway/pie-cookie-banner@0.20.3

## 0.5.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/pie-webc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeattakeaway/pie-webc",
"description": "Component bundle containing all PIE web components",
"version": "0.5.6",
"version": "0.5.7",
"type": "module",
"files": [
"**/*.js",
Expand Down Expand Up @@ -212,19 +212,19 @@
"@justeattakeaway/pie-card": "0.19.5",
"@justeattakeaway/pie-checkbox": "0.5.0",
"@justeattakeaway/pie-chip": "0.6.4",
"@justeattakeaway/pie-cookie-banner": "0.20.2",
"@justeattakeaway/pie-cookie-banner": "0.20.3",
"@justeattakeaway/pie-divider": "0.13.5",
"@justeattakeaway/pie-form-label": "0.13.5",
"@justeattakeaway/pie-icon-button": "0.28.7",
"@justeattakeaway/pie-link": "0.17.5",
"@justeattakeaway/pie-modal": "0.43.0",
"@justeattakeaway/pie-modal": "0.43.1",
"@justeattakeaway/pie-notification": "0.9.1",
"@justeattakeaway/pie-spinner": "0.6.5",
"@justeattakeaway/pie-switch": "0.29.8",
"@justeattakeaway/pie-tag": "0.9.6",
"@justeattakeaway/pie-text-input": "0.22.2",
"@justeattakeaway/pie-textarea": "0.0.0",
"@justeattakeaway/pie-toast": "0.0.0"
"@justeattakeaway/pie-textarea": "0.1.0",
"@justeattakeaway/pie-toast": "0.1.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down

0 comments on commit 18d5365

Please sign in to comment.