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 20, 2024
1 parent 0acc497 commit 153fcfe
Show file tree
Hide file tree
Showing 55 changed files with 240 additions and 90 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-steaks-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-candles-care.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/green-dingos-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-dodos-sit.md

This file was deleted.

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

## 2.56.3

### Patch Changes

- [Fixed] - Issue where `packageManager` property was causing renovate PR's to fail due to `corepack` opt-in. ([#1340](https://github.com/justeattakeaway/pie/pull/1340)) by [@siggerzz](https://github.com/siggerzz)

- [Changed] - Use pie-design-tokens v6 ([#1335](https://github.com/justeattakeaway/pie/pull/1335)) by [@xander-marjoram](https://github.com/xander-marjoram)

[Changed] - Replace uses of `font-interactive-m` with `font-interactive-l`

## 2.56.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.32

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-button@0.46.0

## 0.4.31

### 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.31",
"version": "0.4.32",
"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.45.6",
"@justeattakeaway/pie-button": "0.46.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.28

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-cookie-banner@0.18.0
- @justeattakeaway/pie-button@0.46.0

## 0.5.27

### 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.27",
"version": "0.5.28",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,8 +10,8 @@
"lint:examples": "eslint ."
},
"dependencies": {
"@justeattakeaway/pie-button": "0.45.6",
"@justeattakeaway/pie-cookie-banner": "0.17.6",
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-cookie-banner": "0.18.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.32

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-button@0.46.0

## 0.3.31

### 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.31",
"version": "0.3.32",
"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.45.6",
"@justeattakeaway/pie-button": "0.46.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.9

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-button@0.46.0

## 0.6.8

### 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.8",
"version": "0.6.9",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -10,7 +10,7 @@
"generate:examples": "nuxt generate"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.45.6",
"@justeattakeaway/pie-button": "0.46.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.19

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-button@0.46.0

## 0.5.18

### 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.18",
"version": "0.5.19",
"private": true,
"scripts": {
"build:examples": "nuxt build",
Expand All @@ -10,7 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.45.6",
"@justeattakeaway/pie-button": "0.46.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.32

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-button@0.46.0

## 0.4.31

### 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.31",
"version": "0.4.32",
"private": true,
"dependencies": {
"@justeattakeaway/pie-button": "0.45.6",
"@justeattakeaway/pie-button": "0.46.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.31

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-button@0.46.0

## 0.5.30

### 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.30",
"version": "0.5.31",
"private": true,
"dependencies": {
"@justeattakeaway/pie-button": "0.45.6",
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-css": "0.11.0",
"@lit/react": "1.0.2",
"react": "18.2.0",
Expand Down
12 changes: 12 additions & 0 deletions apps/examples/wc-vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# wc-vanilla

## 0.4.63

### Patch Changes

- [Changed] - Use pie-design-tokens v6 ([#1335](https://github.com/justeattakeaway/pie/pull/1335)) by [@xander-marjoram](https://github.com/xander-marjoram)

[Changed] - Replace uses of `font-interactive-m` with `font-interactive-l`

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-button@0.46.0
- @justeattakeaway/pie-modal@0.41.0

## 0.4.62

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.62",
"version": "0.4.63",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,11 +13,11 @@
},
"dependencies": {
"@justeat/pie-design-tokens": "6.0.0",
"@justeattakeaway/pie-button": "0.45.6",
"@justeattakeaway/pie-button": "0.46.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.40.0"
"@justeattakeaway/pie-modal": "0.41.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.32

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-button@0.46.0

## 0.4.31

### 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.31",
"version": "0.4.32",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.45.6",
"@justeattakeaway/pie-button": "0.46.0",
"@justeattakeaway/pie-css": "0.11.0",
"@vitejs/plugin-vue": "4.0.0",
"vite": "4.5.2",
Expand Down
8 changes: 8 additions & 0 deletions apps/pie-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.32.0

### Minor Changes

- [Changed] - Use pie-design-tokens v6 ([#1335](https://github.com/justeattakeaway/pie/pull/1335)) by [@xander-marjoram](https://github.com/xander-marjoram)

[Changed] - Replace uses of `font-interactive-m` with `font-interactive-l`

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

## 0.68.0

### Minor Changes

- [Changed] - Use pie-design-tokens v6 ([#1335](https://github.com/justeattakeaway/pie/pull/1335)) by [@xander-marjoram](https://github.com/xander-marjoram)

[Changed] - Replace uses of `font-interactive-m` with `font-interactive-l`

- [Added] - Sort all component storybook controls alphabetically ([#1337](https://github.com/justeattakeaway/pie/pull/1337)) by [@jamieomaguire](https://github.com/jamieomaguire)

### Patch Changes

- Updated dependencies [[`e71ede482`](https://github.com/justeattakeaway/pie/commit/e71ede482c2257e95ba2844029bff00fd54e20ac)]:
- @justeattakeaway/pie-cookie-banner@0.18.0
- @justeattakeaway/pie-button@0.46.0
- @justeattakeaway/pie-modal@0.41.0
- @justeattakeaway/pie-card@0.18.0
- @justeattakeaway/pie-link@0.16.0

## 0.67.0

### Minor Changes
Expand Down
Loading

0 comments on commit 153fcfe

Please sign in to comment.