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 22, 2024
1 parent 130f1aa commit 5a3fc00
Show file tree
Hide file tree
Showing 66 changed files with 439 additions and 157 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-suits-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-peaches-learn.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/pink-spies-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-cooks-travel.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.4

### Patch Changes

- [Changed] - Reverted `turbo` back to `1.10.16`. Our current caused a bug that resulted in the `check-change-type` CI job not corretly detecting changes in the repo, resulting in deployments not being triggered. ([#1346](https://github.com/justeattakeaway/pie/pull/1346)) by [@siggerzz](https://github.com/siggerzz)

## 2.56.3

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

## 0.4.33

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0

## 0.4.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-angular12/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-angular12",
"version": "0.4.32",
"version": "0.4.33",
"private": true,
"scripts": {
"ng": "ng",
Expand All @@ -17,7 +17,7 @@
"@angular/platform-browser": "15.2.0",
"@angular/platform-browser-dynamic": "15.2.0",
"@angular/router": "15.2.0",
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-css": "0.11.0",
"rxjs": "7.8.0",
"tslib": "2.3.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/wc-next10/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# wc-next10

## 0.5.29

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0
- @justeattakeaway/pie-cookie-banner@0.19.0

## 0.5.28

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.28",
"version": "0.5.29",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,8 +10,8 @@
"lint:examples": "eslint ."
},
"dependencies": {
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-cookie-banner": "0.18.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-cookie-banner": "0.19.0",
"@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-next13/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-next13

## 0.3.33

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0

## 0.3.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-next13/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-next13",
"version": "0.3.32",
"version": "0.3.33",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--conditions=development next dev",
Expand All @@ -10,7 +10,7 @@
"lint:examples": "next lint"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-css": "0.11.0",
"@lit-labs/nextjs": "0.1.3",
"@lit/react": "1.0.2",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/wc-nuxt2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-nuxt2

## 0.6.10

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0

## 0.6.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-nuxt2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wc-nuxt2",
"author": "Just Eat Takeaway.com - Design System Team",
"version": "0.6.9",
"version": "0.6.10",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -10,7 +10,7 @@
"generate:examples": "nuxt generate"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-css": "0.11.0",
"core-js": "3.30.0",
"nuxt": "2.17.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/wc-nuxt3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-nuxt3

## 0.5.20

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0

## 0.5.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-nuxt3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-nuxt3",
"version": "0.5.19",
"version": "0.5.20",
"private": true,
"scripts": {
"build:examples": "nuxt build",
Expand All @@ -10,7 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-css": "0.11.0",
"nuxt-ssr-lit": "1.6.5"
},
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/wc-react17/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-react17

## 0.4.33

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0

## 0.4.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-react17/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "wc-react17",
"version": "0.4.32",
"version": "0.4.33",
"private": true,
"dependencies": {
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-css": "0.11.0",
"@lit/react": "1.0.2",
"react": "17.0.2",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/wc-react18/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-react18

## 0.5.32

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0

## 0.5.31

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-react18/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "wc-react18",
"version": "0.5.31",
"version": "0.5.32",
"private": true,
"dependencies": {
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-css": "0.11.0",
"@lit/react": "1.0.2",
"react": "18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/examples/wc-vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# wc-vanilla

## 0.4.64

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0
- @justeattakeaway/pie-icon-button@0.28.0
- @justeattakeaway/pie-modal@0.42.0
- @justeattakeaway/pie-icons-webc@0.20.0

## 0.4.63

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.63",
"version": "0.4.64",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,11 +13,11 @@
},
"dependencies": {
"@justeat/pie-design-tokens": "6.0.0",
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-css": "0.11.0",
"@justeattakeaway/pie-icon-button": "0.27.7",
"@justeattakeaway/pie-icons-webc": "0.19.1",
"@justeattakeaway/pie-modal": "0.41.0"
"@justeattakeaway/pie-icon-button": "0.28.0",
"@justeattakeaway/pie-icons-webc": "0.20.0",
"@justeattakeaway/pie-modal": "0.42.0"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/wc-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-vue3

## 0.4.33

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @justeattakeaway/pie-button@0.47.0

## 0.4.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/wc-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-vue3",
"version": "0.4.32",
"version": "0.4.33",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-button": "0.47.0",
"@justeattakeaway/pie-css": "0.11.0",
"@vitejs/plugin-vue": "4.0.0",
"vite": "4.5.2",
Expand Down
6 changes: 6 additions & 0 deletions apps/pie-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.33.0

### Minor Changes

- [Added] - Correct link added for web component storybook page ([#1342](https://github.com/justeattakeaway/pie/pull/1342)) by [@jamieomaguire](https://github.com/jamieomaguire)

## 3.32.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.32.0",
"version": "3.33.0",
"main": "index.js",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
Expand Down
22 changes: 22 additions & 0 deletions apps/pie-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.68.1

### Patch Changes

- Updated dependencies [[`130f1aaa3`](https://github.com/justeattakeaway/pie/commit/130f1aaa32ccd464b213febf75dd147e6b8aecc3)]:
- @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-cookie-banner@0.19.0
- @justeattakeaway/pie-divider@0.13.0
- @justeattakeaway/pie-form-label@0.13.0
- @justeattakeaway/pie-icon-button@0.28.0
- @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-spinner@0.6.0
- @justeattakeaway/pie-switch@0.28.0
- @justeattakeaway/pie-tag@0.9.0
- @justeattakeaway/pie-icons-webc@0.20.0

## 0.68.0

### Minor Changes
Expand Down
Loading

0 comments on commit 5a3fc00

Please sign in to comment.