Skip to content

Commit

Permalink
Merge branch 'main' into dsw-2130-textarea-resize
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram authored Jul 10, 2024
2 parents 8fb56ea + bd86c0f commit 468ce2e
Show file tree
Hide file tree
Showing 73 changed files with 523 additions and 177 deletions.
22 changes: 0 additions & 22 deletions .changeset/curly-mirrors-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-numbers-deny.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silver-badgers-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-poets-tell.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/amplify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
aws amplify start-deployment \
--app-id ${{ env.AMPLIFY_ID }} \
--branch-name ${{ env.BRANCH_NAME }} \
--source-url https://${{ env.BUCKET_NAME }}.s3.${{ env.AWS_REGION }}.amazonaws.com/${{ env.ZIP_NAME }}
--source-url s3://${{ env.BUCKET_NAME }}/${{ env.ZIP_NAME }}
# Set env vars for domain name association
- name: Set environment variables for domain name association
if: github.event_name == 'pull_request'
Expand Down
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.3

### Patch Changes

- [Changed] - update github workflows for new pie-checkbox-group component ([#1570](https://github.com/justeattakeaway/pie/pull/1570)) by [@dandel10n](https://github.com/dandel10n)

## 2.61.2

### 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.43

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7)]:
- @justeattakeaway/pie-button@0.47.8

## 0.4.42

### 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.42",
"version": "0.4.43",
"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.47.7",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"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.46

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7), [`58636fcf3`](https://github.com/justeattakeaway/pie/commit/58636fcf3428fe047259a761d4c5091796a695c0)]:
- @justeattakeaway/pie-cookie-banner@0.21.0
- @justeattakeaway/pie-button@0.47.8

## 0.5.45

### 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.45",
"version": "0.5.46",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,8 +10,8 @@
"lint:examples": "eslint ."
},
"dependencies": {
"@justeattakeaway/pie-button": "0.47.7",
"@justeattakeaway/pie-cookie-banner": "0.20.5",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-cookie-banner": "0.21.0",
"@justeattakeaway/pie-css": "0.12.1",
"@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.43

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7)]:
- @justeattakeaway/pie-button@0.47.8

## 0.3.42

### 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.42",
"version": "0.3.43",
"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.47.7",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"@lit-labs/nextjs": "0.2.0",
"@lit/react": "1.0.5",
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.20

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7)]:
- @justeattakeaway/pie-button@0.47.8

## 0.6.19

### 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.19",
"version": "0.6.20",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -10,7 +10,7 @@
"generate:examples": "nuxt generate"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.47.7",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"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.30

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7)]:
- @justeattakeaway/pie-button@0.47.8

## 0.5.29

### 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.29",
"version": "0.5.30",
"private": true,
"scripts": {
"build:examples": "nuxt build",
Expand All @@ -10,7 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.47.7",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"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.43

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7)]:
- @justeattakeaway/pie-button@0.47.8

## 0.4.42

### 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.42",
"version": "0.4.43",
"private": true,
"dependencies": {
"@justeattakeaway/pie-button": "0.47.7",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"@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.42

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7)]:
- @justeattakeaway/pie-button@0.47.8

## 0.5.41

### 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.41",
"version": "0.5.42",
"private": true,
"dependencies": {
"@justeattakeaway/pie-button": "0.47.7",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"@lit/react": "1.0.5",
"react": "18.3.1",
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.78

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7)]:
- @justeattakeaway/pie-icon-button@0.28.9
- @justeattakeaway/pie-button@0.47.8
- @justeattakeaway/pie-modal@0.43.4
- @justeattakeaway/pie-icons-webc@0.24.2

## 0.4.77

### 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.77",
"version": "0.4.78",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,11 +13,11 @@
},
"dependencies": {
"@justeat/pie-design-tokens": "6.3.1",
"@justeattakeaway/pie-button": "0.47.7",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"@justeattakeaway/pie-icon-button": "0.28.8",
"@justeattakeaway/pie-icons-webc": "0.24.1",
"@justeattakeaway/pie-modal": "0.43.3"
"@justeattakeaway/pie-icon-button": "0.28.9",
"@justeattakeaway/pie-icons-webc": "0.24.2",
"@justeattakeaway/pie-modal": "0.43.4"
},
"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.43

### Patch Changes

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7)]:
- @justeattakeaway/pie-button@0.47.8

## 0.4.42

### 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.42",
"version": "0.4.43",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.47.7",
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"@vitejs/plugin-vue": "4.0.0",
"vite": "4.5.3",
Expand Down
28 changes: 28 additions & 0 deletions apps/pie-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.81.2

### Patch Changes

- [Added] - initial pie-checkbox-group files from component generator ([#1570](https://github.com/justeattakeaway/pie/pull/1570)) by [@dandel10n](https://github.com/dandel10n)

- Updated dependencies [[`ff65968f6`](https://github.com/justeattakeaway/pie/commit/ff65968f61ef9c998662416f72c1b9999567d9f7), [`58636fcf3`](https://github.com/justeattakeaway/pie/commit/58636fcf3428fe047259a761d4c5091796a695c0), [`96ea944af`](https://github.com/justeattakeaway/pie/commit/96ea944afa3526717ca253f66057823afa95839d)]:
- @justeattakeaway/pie-assistive-text@0.5.1
- @justeattakeaway/pie-cookie-banner@0.21.0
- @justeattakeaway/pie-notification@0.9.3
- @justeattakeaway/pie-icon-button@0.28.9
- @justeattakeaway/pie-checkbox@0.7.1
- @justeattakeaway/pie-textarea@0.3.1
- @justeattakeaway/pie-divider@0.13.7
- @justeattakeaway/pie-spinner@0.6.6
- @justeattakeaway/pie-button@0.47.8
- @justeattakeaway/pie-switch@0.29.10
- @justeattakeaway/pie-modal@0.43.4
- @justeattakeaway/pie-card@0.19.7
- @justeattakeaway/pie-chip@0.7.1
- @justeattakeaway/pie-link@0.17.7
- @justeattakeaway/pie-tag@0.9.8
- @justeattakeaway/pie-checkbox-group@0.1.0
- @justeattakeaway/pie-form-label@0.13.6
- @justeattakeaway/pie-text-input@0.23.1
- @justeattakeaway/pie-toast@0.1.1
- @justeattakeaway/pie-icons-webc@0.24.2

## 0.81.1

### Patch Changes
Expand Down
Loading

0 comments on commit 468ce2e

Please sign in to comment.