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 #2035

Merged
merged 1 commit into from
Nov 11, 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
5 changes: 0 additions & 5 deletions .changeset/little-beans-count.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/old-students-push.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/olive-rings-look.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/plenty-months-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-flies-lie.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.69.0

### Minor Changes

- [Added] - Bundlewatch size limits to components with CI integration ([#2020](https://github.com/justeattakeaway/pie/pull/2020)) by [@jamieomaguire](https://github.com/jamieomaguire)

### Patch Changes

- [Fixed] - Bundlewatch base branch diff tracking ([#2038](https://github.com/justeattakeaway/pie/pull/2038)) by [@siggerzz](https://github.com/siggerzz)

## 2.68.1

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

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/[email protected]

## 0.5.35

### 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.35",
"version": "0.5.36",
"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.49",
"@justeattakeaway/pie-webc": "0.5.50",
"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.37

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/[email protected]

## 0.7.36

### 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.36",
"version": "0.7.37",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-webc": "0.5.49",
"@justeattakeaway/pie-webc": "0.5.50",
"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.35

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/[email protected]

## 0.5.34

### 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.34",
"version": "0.5.35",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-webc": "0.5.49",
"@justeattakeaway/pie-webc": "0.5.50",
"@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.35

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/[email protected]

## 0.6.34

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

### Patch Changes

- Updated dependencies []:
- @justeattakeaway/[email protected]

## 0.5.36

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

## 4.15.0

### Minor Changes

- [Updated] - (Breaking change) rename the following variants: ([#2023](https://github.com/justeattakeaway/pie/pull/2023)) by [@raoufswe](https://github.com/raoufswe)

- blue to information
- green to success
- red to error
- yellow to brand-05
- brand to brand-02

- [Added] - Implement trailing icon for interactive variants ([#2025](https://github.com/justeattakeaway/pie/pull/2025)) by [@raoufswe](https://github.com/raoufswe)

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

## 1.12.0

### Minor Changes

- [Updated] - (Breaking change) rename the following variants: ([#2023](https://github.com/justeattakeaway/pie/pull/2023)) by [@raoufswe](https://github.com/raoufswe)

- blue to information
- green to success
- red to error
- yellow to brand-05
- brand to brand-02

- [Added] - Implement trailing icon for interactive variants ([#2025](https://github.com/justeattakeaway/pie/pull/2025)) by [@raoufswe](https://github.com/raoufswe)

### Patch Changes

- Updated dependencies [[`f78d77ae1`](https://github.com/justeattakeaway/pie/commit/f78d77ae10c9856f801e48dcaed55f2e670a20b2), [`7df4bd2ff`](https://github.com/justeattakeaway/pie/commit/7df4bd2ffd332dcd8c01f1825beb22bd316ec13f), [`50ebed5e7`](https://github.com/justeattakeaway/pie/commit/50ebed5e71da97b44f1952e1b5b1e100a311cc5b)]:
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]
- @justeattakeaway/[email protected]

## 1.11.0

### Minor Changes
Expand Down
26 changes: 13 additions & 13 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.11.0",
"version": "1.12.0",
"private": true,
"description": "Storybook for PIE Design System components",
"scripts": {
Expand All @@ -15,29 +15,29 @@
"dependencies": {
"@justeat/pie-design-tokens": "6.5.0",
"@justeattakeaway/pie-assistive-text": "0.8.0",
"@justeattakeaway/pie-button": "0.49.4",
"@justeattakeaway/pie-button": "1.0.0",
"@justeattakeaway/pie-card": "0.21.3",
"@justeattakeaway/pie-checkbox": "0.13.6",
"@justeattakeaway/pie-checkbox-group": "0.7.6",
"@justeattakeaway/pie-chip": "0.9.2",
"@justeattakeaway/pie-cookie-banner": "1.0.3",
"@justeattakeaway/pie-chip": "0.9.3",
"@justeattakeaway/pie-cookie-banner": "1.0.4",
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-divider": "0.14.2",
"@justeattakeaway/pie-divider": "1.0.0",
"@justeattakeaway/pie-form-label": "0.14.4",
"@justeattakeaway/pie-icon-button": "0.29.2",
"@justeattakeaway/pie-icon-button": "1.0.0",
"@justeattakeaway/pie-icons-webc": "1.1.0",
"@justeattakeaway/pie-link": "0.18.3",
"@justeattakeaway/pie-link": "1.0.0",
"@justeattakeaway/pie-lottie-player": "0.0.5",
"@justeattakeaway/pie-modal": "0.49.4",
"@justeattakeaway/pie-notification": "0.12.5",
"@justeattakeaway/pie-modal": "1.0.0",
"@justeattakeaway/pie-notification": "0.12.6",
"@justeattakeaway/pie-radio": "0.5.0",
"@justeattakeaway/pie-radio-group": "0.3.0",
"@justeattakeaway/pie-spinner": "0.7.3",
"@justeattakeaway/pie-switch": "0.30.6",
"@justeattakeaway/pie-tag": "0.11.1",
"@justeattakeaway/pie-spinner": "1.0.0",
"@justeattakeaway/pie-switch": "1.0.0",
"@justeattakeaway/pie-tag": "0.12.0",
"@justeattakeaway/pie-text-input": "0.24.5",
"@justeattakeaway/pie-textarea": "0.11.1",
"@justeattakeaway/pie-toast": "0.4.3",
"@justeattakeaway/pie-toast": "0.4.4",
"dompurify": "3.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.68.1",
"version": "2.69.0",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@commitlint/config-conventional": "17.4.4",
"@justeat/pie-design-tokens": "6.5.0",
"@justeattakeaway/browserslist-config-pie": "0.2.0",
"@justeattakeaway/generator-pie-component": "0.24.0",
"@justeattakeaway/generator-pie-component": "0.25.0",
"@justeattakeaway/pie-icons": "5.1.0",
"@justeattakeaway/pie-webc-testing": "0.13.4",
"@justeattakeaway/pie-wrapper-react": "0.14.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/pie-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.0

### Major Changes

- [Changed] - Set package version to stable/first major version ([#2030](https://github.com/justeattakeaway/pie/pull/2030)) by [@jamieomaguire](https://github.com/jamieomaguire)

### Patch Changes

- Updated dependencies [[`7df4bd2ff`](https://github.com/justeattakeaway/pie/commit/7df4bd2ffd332dcd8c01f1825beb22bd316ec13f)]:
- @justeattakeaway/[email protected]

## 0.49.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/pie-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeattakeaway/pie-button",
"version": "0.49.4",
"version": "1.0.0",
"description": "PIE design system button built using web components",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"dist/*.js"
],
"dependencies": {
"@justeattakeaway/pie-spinner": "0.7.3",
"@justeattakeaway/pie-spinner": "1.0.0",
"@justeattakeaway/pie-webc-core": "0.24.2",
"element-internals-polyfill": "1.3.11"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/components/pie-chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @justeattakeaway/pie-chip

## 0.9.3

### Patch Changes

- Updated dependencies [[`7df4bd2ff`](https://github.com/justeattakeaway/pie/commit/7df4bd2ffd332dcd8c01f1825beb22bd316ec13f)]:
- @justeattakeaway/[email protected]

## 0.9.2

### Patch Changes
Expand Down
Loading
Loading