Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5411f6e

Browse files
committedMar 6, 2025·
release: release packages with 'latest' tag
1 parent 6b6e7b3 commit 5411f6e

25 files changed

+110
-55
lines changed
 

‎.changeset/four-turtles-collect.md

-6
This file was deleted.

‎.changeset/slimy-dots-pretend.md

-6
This file was deleted.

‎.changeset/thick-experts-nail.md

-7
This file was deleted.

‎.changeset/tidy-dolls-confess.md

-5
This file was deleted.

‎apps/examples/wc-angular12/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-angular12
22

3+
## 0.5.63
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.17
9+
310
## 0.5.62
411

512
### Patch Changes

‎apps/examples/wc-angular12/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wc-angular12",
3-
"version": "0.5.62",
3+
"version": "0.5.63",
44
"private": true,
55
"scripts": {
66
"ng": "ng",
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser-dynamic": "15.2.0",
1919
"@angular/router": "15.2.0",
2020
"@justeattakeaway/pie-css": "0.15.1",
21-
"@justeattakeaway/pie-webc": "0.6.16",
21+
"@justeattakeaway/pie-webc": "0.6.17",
2222
"rxjs": "7.8.0",
2323
"tslib": "2.3.0",
2424
"zone.js": "0.12.0"

‎apps/examples/wc-nuxt2/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-nuxt2
22

3+
## 0.7.64
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.17
9+
310
## 0.7.63
411

512
### Patch Changes

‎apps/examples/wc-nuxt2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wc-nuxt2",
33
"author": "Just Eat Takeaway.com - Design System Team",
4-
"version": "0.7.63",
4+
"version": "0.7.64",
55
"private": true,
66
"scripts": {
77
"dev": "nuxt",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@justeattakeaway/pie-css": "0.15.1",
14-
"@justeattakeaway/pie-webc": "0.6.16",
14+
"@justeattakeaway/pie-webc": "0.6.17",
1515
"core-js": "3.30.0",
1616
"nuxt": "2.17.0",
1717
"vue": "2.7.16",

‎apps/examples/wc-react17/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-react17
22

3+
## 0.5.62
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.17
9+
310
## 0.5.61
411

512
### Patch Changes

‎apps/examples/wc-react17/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wc-react17",
33
"private": true,
4-
"version": "0.5.61",
4+
"version": "0.5.62",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@justeattakeaway/pie-css": "0.15.1",
14-
"@justeattakeaway/pie-webc": "0.6.16",
14+
"@justeattakeaway/pie-webc": "0.6.17",
1515
"@lit/react": "1.0.5",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"

‎apps/examples/wc-react18/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-react18
22

3+
## 0.6.62
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.17
9+
310
## 0.6.61
411

512
### Patch Changes

‎apps/examples/wc-react18/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wc-react18",
33
"private": true,
4-
"version": "0.6.61",
4+
"version": "0.6.62",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@justeattakeaway/pie-css": "0.15.1",
14-
"@justeattakeaway/pie-webc": "0.6.16",
14+
"@justeattakeaway/pie-webc": "0.6.17",
1515
"@lit/react": "1.0.5",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"

‎apps/examples/wc-vue3/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-vue3
22

3+
## 0.5.64
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.17
9+
310
## 0.5.63
411

512
### Patch Changes

‎apps/examples/wc-vue3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wc-vue3",
3-
"version": "0.5.63",
3+
"version": "0.5.64",
44
"private": true,
55
"scripts": {
66
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@justeattakeaway/pie-css": "0.15.1",
14-
"@justeattakeaway/pie-webc": "0.6.16",
14+
"@justeattakeaway/pie-webc": "0.6.17",
1515
"@vitejs/plugin-vue": "4.0.0",
1616
"vite": "5.3.6",
1717
"vue": "3.2.47"

‎apps/pie-docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.30.0
4+
5+
### Minor Changes
6+
7+
- [Added] - page for Tag icon only mode ([#2253](https://github.com/justeattakeaway/pie/pull/2253)) by [@fernandofranca](https://github.com/fernandofranca)
8+
9+
[Updated] - content for Tag page regarding icon only mode
10+
311
## 4.29.1
412

513
### Patch Changes

‎apps/pie-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pie-docs",
33
"private": true,
44
"description": "Documentation website for the PIE design system",
5-
"version": "4.29.1",
5+
"version": "4.30.0",
66
"main": "index.js",
77
"keywords": [],
88
"author": "Just Eat Takeaway.com - Design System Team",

‎apps/pie-storybook/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.26.0
4+
5+
### Minor Changes
6+
7+
- [Added] - regular story for Tag icon only mode ([#2253](https://github.com/justeattakeaway/pie/pull/2253)) by [@fernandofranca](https://github.com/fernandofranca)
8+
9+
[Added] - test stories for Tag icon only mode
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`2774a61`](https://github.com/justeattakeaway/pie/commit/2774a61a8809ae356722602dd0295a968dc1f8c0), [`6b6e7b3`](https://github.com/justeattakeaway/pie/commit/6b6e7b3a70036323aefbec874c8f904fc04ed8d4)]:
14+
- @justeattakeaway/pie-tag@0.15.0
15+
- @justeattakeaway/pie-cookie-banner@1.2.13
16+
317
## 1.25.1
418

519
### Patch Changes

‎apps/pie-storybook/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pie-storybook",
3-
"version": "1.25.1",
3+
"version": "1.26.0",
44
"private": true,
55
"description": "Storybook for PIE Design System components",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"@justeattakeaway/pie-checkbox": "0.14.2",
2424
"@justeattakeaway/pie-checkbox-group": "0.7.12",
2525
"@justeattakeaway/pie-chip": "0.10.2",
26-
"@justeattakeaway/pie-cookie-banner": "1.2.12",
26+
"@justeattakeaway/pie-cookie-banner": "1.2.13",
2727
"@justeattakeaway/pie-css": "0.15.1",
2828
"@justeattakeaway/pie-divider": "1.2.1",
2929
"@justeattakeaway/pie-form-label": "0.14.5",
@@ -38,7 +38,7 @@
3838
"@justeattakeaway/pie-select": "0.0.1",
3939
"@justeattakeaway/pie-spinner": "1.0.1",
4040
"@justeattakeaway/pie-switch": "1.2.2",
41-
"@justeattakeaway/pie-tag": "0.14.1",
41+
"@justeattakeaway/pie-tag": "0.15.0",
4242
"@justeattakeaway/pie-text-input": "0.26.2",
4343
"@justeattakeaway/pie-textarea": "0.14.1",
4444
"@justeattakeaway/pie-thumbnail": "0.6.3",

‎packages/components/pie-cookie-banner/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @justeattakeaway/pie-cookie-banner
22

3+
## 1.2.13
4+
5+
### Patch Changes
6+
7+
- [Added] - CDN dist output containing all cookie-banner and dependency code for uses where consumers cannot use npm/yarn or build tools. ([#2193](https://github.com/justeattakeaway/pie/pull/2193)) by [@jamieomaguire](https://github.com/jamieomaguire)
8+
39
## 1.2.12
410

511
### Patch Changes

‎packages/components/pie-cookie-banner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@justeattakeaway/pie-cookie-banner",
33
"description": "PIE Design System Cookie Banner built using Web Components",
4-
"version": "1.2.12",
4+
"version": "1.2.13",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/justeattakeaway/pie",

‎packages/components/pie-tag/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @justeattakeaway/pie-tag
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [Added] - supporting code for icon only mode ([#2253](https://github.com/justeattakeaway/pie/pull/2253)) by [@fernandofranca](https://github.com/fernandofranca)
8+
9+
[Updated] - fixed padding in icon only mode
10+
311
## 0.14.1
412

513
### Patch Changes

‎packages/components/pie-tag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@justeattakeaway/pie-tag",
33
"description": "PIE Design System Tag built using Web Components",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/justeattakeaway/pie",

‎packages/components/pie-webc/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @justeattakeaway/pie-webc
22

3+
## 0.6.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2774a61`](https://github.com/justeattakeaway/pie/commit/2774a61a8809ae356722602dd0295a968dc1f8c0), [`6b6e7b3`](https://github.com/justeattakeaway/pie/commit/6b6e7b3a70036323aefbec874c8f904fc04ed8d4)]:
8+
- @justeattakeaway/pie-tag@0.15.0
9+
- @justeattakeaway/pie-cookie-banner@1.2.13
10+
311
## 0.6.16
412

513
### Patch Changes

‎packages/components/pie-webc/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@justeattakeaway/pie-webc",
33
"description": "Component bundle containing all PIE web components",
4-
"version": "0.6.16",
4+
"version": "0.6.17",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/justeattakeaway/pie",
@@ -287,7 +287,7 @@
287287
"@justeattakeaway/pie-checkbox": "0.14.2",
288288
"@justeattakeaway/pie-checkbox-group": "0.7.12",
289289
"@justeattakeaway/pie-chip": "0.10.2",
290-
"@justeattakeaway/pie-cookie-banner": "1.2.12",
290+
"@justeattakeaway/pie-cookie-banner": "1.2.13",
291291
"@justeattakeaway/pie-divider": "1.2.1",
292292
"@justeattakeaway/pie-form-label": "0.14.5",
293293
"@justeattakeaway/pie-icon-button": "1.3.2",
@@ -300,7 +300,7 @@
300300
"@justeattakeaway/pie-select": "0.0.1",
301301
"@justeattakeaway/pie-spinner": "1.0.1",
302302
"@justeattakeaway/pie-switch": "1.2.2",
303-
"@justeattakeaway/pie-tag": "0.14.1",
303+
"@justeattakeaway/pie-tag": "0.15.0",
304304
"@justeattakeaway/pie-text-input": "0.26.2",
305305
"@justeattakeaway/pie-textarea": "0.14.1",
306306
"@justeattakeaway/pie-thumbnail": "0.6.3",

0 commit comments

Comments
 (0)
Please sign in to comment.