Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2069

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/cyan-candles-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-olives-poke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/red-onions-dance.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.72.0

### Minor Changes

- [Added] - GitHub Actions JS to pie-monorepo-utils package ([#2070](https://github.com/justeattakeaway/pie/pull/2070)) by [@siggerzz](https://github.com/siggerzz)

## 2.71.0

### Minor 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.5.39

### Patch Changes

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

## 0.5.38

### 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.38",
"version": "0.5.39",
"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.1",
"@justeattakeaway/pie-webc": "0.5.52",
"@justeattakeaway/pie-webc": "0.5.53",
"rxjs": "7.8.0",
"tslib": "2.3.0",
"zone.js": "0.12.0"
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.40

### Patch Changes

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

## 0.7.39

### 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.39",
"version": "0.7.40",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-webc": "0.5.52",
"@justeattakeaway/pie-webc": "0.5.53",
"core-js": "3.30.0",
"nuxt": "2.17.0",
"vue": "2.7.16",
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.38

### Patch Changes

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

## 0.5.37

### 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.37",
"version": "0.5.38",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-webc": "0.5.52",
"@justeattakeaway/pie-webc": "0.5.53",
"@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.38

### Patch Changes

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

## 0.6.37

### 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.37",
"version": "0.6.38",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-webc": "0.5.52",
"@justeattakeaway/pie-webc": "0.5.53",
"@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-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wc-vue3

## 0.5.40

### Patch Changes

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

## 0.5.39

### 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.39",
"version": "0.5.40",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-webc": "0.5.52",
"@justeattakeaway/pie-webc": "0.5.53",
"@vitejs/plugin-vue": "4.0.0",
"vite": "5.3.6",
"vue": "3.2.47"
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

## 4.20.0

### Minor Changes

- [Updated] - refactored the locale fallback logic so we can cater for more combinations ([#2043](https://github.com/justeattakeaway/pie/pull/2043)) by [@oliversweb](https://github.com/oliversweb)

### Patch Changes

- [Changed] - Complete the toast code page ([#2068](https://github.com/justeattakeaway/pie/pull/2068)) by [@thejfreitas](https://github.com/thejfreitas)

## 4.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.19.0",
"version": "4.20.0",
"main": "index.js",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@11ty/eleventy": "2.0.1",
"@11ty/eleventy-navigation": "0.3.5",
"@justeattakeaway/pie-monorepo-utils": "0.1.0",
"@justeattakeaway/pie-monorepo-utils": "0.2.0",
"eleventy-plugin-rev": "1.1.1",
"eleventy-sass": "2.2.3",
"markdown-it-attrs": "4.1.6"
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.15.1

### Patch Changes

- [Changed] - Complete the toast code page ([#2068](https://github.com/justeattakeaway/pie/pull/2068)) by [@thejfreitas](https://github.com/thejfreitas)

- Updated dependencies [[`2dd4d5378`](https://github.com/justeattakeaway/pie/commit/2dd4d53786ce0582f2436e4dd063b6adbb4485f0), [`d9284517b`](https://github.com/justeattakeaway/pie/commit/d9284517bab53ed0dbcb746829bf26d7fee4376e)]:
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]

## 1.15.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.15.0",
"version": "1.15.1",
"private": true,
"description": "Storybook for PIE Design System components",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@justeattakeaway/pie-checkbox": "0.13.6",
"@justeattakeaway/pie-checkbox-group": "0.7.6",
"@justeattakeaway/pie-chip": "0.9.3",
"@justeattakeaway/pie-cookie-banner": "1.0.4",
"@justeattakeaway/pie-cookie-banner": "1.1.0",
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-divider": "1.0.0",
"@justeattakeaway/pie-form-label": "0.14.4",
Expand All @@ -36,12 +36,12 @@
"@justeattakeaway/pie-tag": "0.12.0",
"@justeattakeaway/pie-text-input": "0.24.5",
"@justeattakeaway/pie-textarea": "0.13.0",
"@justeattakeaway/pie-toast": "0.4.5",
"@justeattakeaway/pie-toast": "0.4.6",
"dompurify": "3.1.3"
},
"devDependencies": {
"@justeattakeaway/pie-icons-configs": "4.5.1",
"@justeattakeaway/pie-monorepo-utils": "0.1.0",
"@justeattakeaway/pie-monorepo-utils": "0.2.0",
"@storybook/addon-a11y": "8.3.0",
"@storybook/addon-designs": "8.0.3",
"@storybook/addon-essentials": "8.3.0",
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.71.0",
"version": "2.72.0",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-cookie-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @justeattakeaway/pie-cookie-banner

## 1.1.0

### Minor Changes

- [Updated] - refactored the locale fallback logic so we can cater for more combinations ([#2043](https://github.com/justeattakeaway/pie/pull/2043)) by [@oliversweb](https://github.com/oliversweb)

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.4",
"version": "1.1.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @justeattakeaway/pie-toast

## 0.4.6

### Patch Changes

- [Changed] - Complete the toast code page ([#2068](https://github.com/justeattakeaway/pie/pull/2068)) by [@thejfreitas](https://github.com/thejfreitas)

## 0.4.5

### Patch Changes
Expand Down
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.4.5",
"version": "0.4.6",
"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.53

### Patch Changes

- Updated dependencies [[`2dd4d5378`](https://github.com/justeattakeaway/pie/commit/2dd4d53786ce0582f2436e4dd063b6adbb4485f0), [`d9284517b`](https://github.com/justeattakeaway/pie/commit/d9284517bab53ed0dbcb746829bf26d7fee4376e)]:
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]

## 0.5.52

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.52",
"version": "0.5.53",
"type": "module",
"files": [
"**/*.js",
Expand Down Expand Up @@ -251,7 +251,7 @@
"@justeattakeaway/pie-checkbox": "0.13.6",
"@justeattakeaway/pie-checkbox-group": "0.7.6",
"@justeattakeaway/pie-chip": "0.9.3",
"@justeattakeaway/pie-cookie-banner": "1.0.4",
"@justeattakeaway/pie-cookie-banner": "1.1.0",
"@justeattakeaway/pie-divider": "1.0.0",
"@justeattakeaway/pie-form-label": "0.14.4",
"@justeattakeaway/pie-icon-button": "1.0.0",
Expand All @@ -266,7 +266,7 @@
"@justeattakeaway/pie-tag": "0.12.0",
"@justeattakeaway/pie-text-input": "0.24.5",
"@justeattakeaway/pie-textarea": "0.13.0",
"@justeattakeaway/pie-toast": "0.4.5"
"@justeattakeaway/pie-toast": "0.4.6"
},
"volta": {
"extends": "../../../package.json"
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/pie-monorepo-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @justeattakeaway/pie-monorepo-utils

## 0.2.0

### Minor Changes

- [Added] - GitHub Actions JS to pie-monorepo-utils package ([#2070](https://github.com/justeattakeaway/pie/pull/2070)) by [@siggerzz](https://github.com/siggerzz)

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pie-monorepo-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeattakeaway/pie-monorepo-utils",
"version": "0.1.0",
"version": "0.2.0",
"description": "Scripts and utilities used by the PIE monorepo",
"main": "index.js",
"files": [
Expand Down
Loading