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 Sep 26, 2024
1 parent 5bf935d commit cc1fe4c
Show file tree
Hide file tree
Showing 28 changed files with 119 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-planets-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-bats-cover.md

This file was deleted.

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.5.23

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.5.22

### 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.5.22",
"version": "0.5.23",
"private": true,
"scripts": {
"ng": "ng",
Expand All @@ -18,7 +18,7 @@
"@angular/platform-browser-dynamic": "15.2.0",
"@angular/router": "15.2.0",
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-webc": "0.5.36",
"@justeattakeaway/pie-webc": "0.5.37",
"rxjs": "7.8.0",
"tslib": "2.3.0",
"zone.js": "0.12.0"
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.6.23

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.6.22

### 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.6.22",
"version": "0.6.23",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-webc": "0.5.36",
"@justeattakeaway/pie-webc": "0.5.37",
"@lit/react": "1.0.2",
"next": "10.2.3",
"next-transpile-modules": "4.1.0",
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.4.23

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.4.22

### 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,7 +1,7 @@
{
"name": "wc-next13",
"private": true,
"version": "0.4.22",
"version": "0.4.23",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-webc": "0.5.36",
"@justeattakeaway/pie-webc": "0.5.37",
"@lit-labs/nextjs": "0.2.0",
"@lit/react": "1.0.5",
"next": "13.5.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.7.24

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.7.23

### 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.7.23",
"version": "0.7.24",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-webc": "0.5.36",
"@justeattakeaway/pie-webc": "0.5.37",
"core-js": "3.30.0",
"nuxt": "2.17.0",
"vue": "2.7.16",
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.6.24

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.6.23

### 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.6.23",
"version": "0.6.24",
"private": true,
"scripts": {
"build:examples": "nuxt build",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-webc": "0.5.36",
"@justeattakeaway/pie-webc": "0.5.37",
"nuxt-ssr-lit": "1.6.5"
},
"devDependencies": {
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.5.22

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.5.21

### 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,7 +1,7 @@
{
"name": "wc-react17",
"private": true,
"version": "0.5.21",
"version": "0.5.22",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-webc": "0.5.36",
"@justeattakeaway/pie-webc": "0.5.37",
"@lit/react": "1.0.5",
"react": "17.0.2",
"react-dom": "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.6.22

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.6.21

### 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,7 +1,7 @@
{
"name": "wc-react18",
"private": true,
"version": "0.6.21",
"version": "0.6.22",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-webc": "0.5.36",
"@justeattakeaway/pie-webc": "0.5.37",
"@lit/react": "1.0.5",
"react": "18.3.1",
"react-dom": "18.3.1"
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.6.1

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"@justeat/pie-design-tokens": "6.5.0",
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-icons-webc": "0.25.1",
"@justeattakeaway/pie-webc": "0.5.36"
"@justeattakeaway/pie-webc": "0.5.37"
},
"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.5.24

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/pie-webc@0.5.37

## 0.5.23

### 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.5.23",
"version": "0.5.24",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-webc": "0.5.36",
"@justeattakeaway/pie-webc": "0.5.37",
"@vitejs/plugin-vue": "4.0.0",
"vite": "5.3.6",
"vue": "3.2.47"
Expand Down
10 changes: 10 additions & 0 deletions apps/pie-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.5.1

### Patch Changes

- [Added] - Form functionality, missing prop tests and form story ([#1927](https://github.com/justeattakeaway/pie/pull/1927)) by [@xander-marjoram](https://github.com/xander-marjoram)

- Updated dependencies [[`db1d4c890`](https://github.com/justeattakeaway/pie/commit/db1d4c8901bb4c4b6776dd1c33b9fa149561da5c), [`3f3e1d4ca`](https://github.com/justeattakeaway/pie/commit/3f3e1d4caebe0aa5c654c5d7d4620c72aa5d065d)]:
- @justeattakeaway/pie-card@0.21.0
- @justeattakeaway/pie-radio@0.2.0

## 1.5.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": "1.5.0",
"version": "1.5.1",
"private": true,
"description": "Storybook for PIE Design System components",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"@justeat/pie-design-tokens": "6.5.0",
"@justeattakeaway/pie-assistive-text": "0.7.1",
"@justeattakeaway/pie-button": "0.49.1",
"@justeattakeaway/pie-card": "0.20.1",
"@justeattakeaway/pie-card": "0.21.0",
"@justeattakeaway/pie-checkbox": "0.13.0",
"@justeattakeaway/pie-checkbox-group": "0.7.0",
"@justeattakeaway/pie-chip": "0.8.3",
Expand All @@ -30,7 +30,7 @@
"@justeattakeaway/pie-lottie-player": "0.0.2",
"@justeattakeaway/pie-modal": "0.47.0",
"@justeattakeaway/pie-notification": "0.12.0",
"@justeattakeaway/pie-radio": "0.1.0",
"@justeattakeaway/pie-radio": "0.2.0",
"@justeattakeaway/pie-radio-group": "0.1.0",
"@justeattakeaway/pie-spinner": "0.7.0",
"@justeattakeaway/pie-switch": "0.30.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @justeattakeaway/pie-card

## 0.21.0

### Minor Changes

- [Added] Ability to set images to 50% opacity when disabled ([#1946](https://github.com/justeattakeaway/pie/pull/1946)) by [@kevinrodrigues](https://github.com/kevinrodrigues)

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pie-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeattakeaway/pie-card",
"version": "0.20.1",
"version": "0.21.0",
"description": "PIE Design System Card built using Web Components",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @justeattakeaway/pie-radio

## 0.2.0

### Minor Changes

- [Added] - Form functionality, missing prop tests and form story ([#1927](https://github.com/justeattakeaway/pie/pull/1927)) by [@xander-marjoram](https://github.com/xander-marjoram)

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pie-radio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeattakeaway/pie-radio",
"description": "PIE Design System Radio built using Web Components",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/pie-webc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @justeattakeaway/pie-webc

## 0.5.37

### Patch Changes

- Updated dependencies [[`db1d4c890`](https://github.com/justeattakeaway/pie/commit/db1d4c8901bb4c4b6776dd1c33b9fa149561da5c), [`3f3e1d4ca`](https://github.com/justeattakeaway/pie/commit/3f3e1d4caebe0aa5c654c5d7d4620c72aa5d065d)]:
- @justeattakeaway/pie-card@0.21.0
- @justeattakeaway/pie-radio@0.2.0

## 0.5.36

### Patch Changes
Expand Down
Loading

0 comments on commit cc1fe4c

Please sign in to comment.