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 Jan 2, 2024
1 parent 2f269d9 commit 6560cf5
Show file tree
Hide file tree
Showing 51 changed files with 242 additions and 105 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-pens-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-snails-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-gifts-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-dolls-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-files-wash.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/late-turtles-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-cherries-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-wolves-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-teachers-explain.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.48.0

### Minor Changes

- [Added] - New pie-input component with boilerplate code ([#1135](https://github.com/justeattakeaway/pie/pull/1135)) by [@jamieomaguire](https://github.com/jamieomaguire)

## 2.47.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.4.20

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-button@0.42.0

## 0.4.19

### 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.19",
"version": "0.4.20",
"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.41.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-css": "0.9.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.12

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-button@0.42.0
- @justeattakeaway/pie-cookie-banner@0.13.2

## 0.5.11

### 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.11",
"version": "0.5.12",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,8 +10,8 @@
"lint:examples": "eslint ."
},
"dependencies": {
"@justeattakeaway/pie-button": "0.41.1",
"@justeattakeaway/pie-cookie-banner": "0.13.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-cookie-banner": "0.13.2",
"@justeattakeaway/pie-css": "0.9.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.20

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-button@0.42.0

## 0.3.19

### 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.19",
"version": "0.3.20",
"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.41.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-css": "0.9.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.5.7

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-button@0.42.0

## 0.5.6

### 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,6 +1,6 @@
{
"name": "wc-nuxt2",
"version": "0.5.6",
"version": "0.5.7",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -9,7 +9,7 @@
"generate:examples": "nuxt generate"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.41.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-css": "0.9.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.7

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-button@0.42.0

## 0.5.6

### 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.6",
"version": "0.5.7",
"private": true,
"scripts": {
"build:examples": "nuxt build",
Expand All @@ -10,7 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.41.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-css": "0.9.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.20

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-button@0.42.0

## 0.4.19

### 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.19",
"version": "0.4.20",
"private": true,
"dependencies": {
"@justeattakeaway/pie-button": "0.41.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-css": "0.9.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.19

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-button@0.42.0

## 0.5.18

### 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.18",
"version": "0.5.19",
"private": true,
"dependencies": {
"@justeattakeaway/pie-button": "0.41.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-css": "0.9.0",
"@lit/react": "1.0.2",
"react": "18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/examples/wc-vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# wc-vanilla

## 0.4.47

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`270b4679f`](https://github.com/justeattakeaway/pie/commit/270b4679f2ec553fad25baf16b775b6740e1150c), [`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-icon-button@0.25.0
- @justeattakeaway/pie-icons-webc@0.16.0
- @justeattakeaway/pie-button@0.42.0
- @justeattakeaway/pie-modal@0.36.0

## 0.4.46

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.46",
"version": "0.4.47",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,11 +13,11 @@
},
"dependencies": {
"@justeat/pie-design-tokens": "5.9.0",
"@justeattakeaway/pie-button": "0.41.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-css": "0.9.0",
"@justeattakeaway/pie-icon-button": "0.24.3",
"@justeattakeaway/pie-icons-webc": "0.15.0",
"@justeattakeaway/pie-modal": "0.35.6"
"@justeattakeaway/pie-icon-button": "0.25.0",
"@justeattakeaway/pie-icons-webc": "0.16.0",
"@justeattakeaway/pie-modal": "0.36.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.20

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-button@0.42.0

## 0.4.19

### 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.19",
"version": "0.4.20",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.41.1",
"@justeattakeaway/pie-button": "0.42.0",
"@justeattakeaway/pie-css": "0.9.0",
"@vitejs/plugin-vue": "4.0.0",
"vite": "4.2.3",
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.55.0

### Minor Changes

- [Added] - Initial generated storybook boilerplate for pie-input ([#1135](https://github.com/justeattakeaway/pie/pull/1135)) by [@jamieomaguire](https://github.com/jamieomaguire)

### Patch Changes

- Updated dependencies [[`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`270b4679f`](https://github.com/justeattakeaway/pie/commit/270b4679f2ec553fad25baf16b775b6740e1150c), [`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`e27452b22`](https://github.com/justeattakeaway/pie/commit/e27452b228e2a09ded5a2bd88a6d3c567a94f03e), [`99160e0c3`](https://github.com/justeattakeaway/pie/commit/99160e0c3fa6d4ef566fefdbea7850e469e502b9), [`5541a6b1d`](https://github.com/justeattakeaway/pie/commit/5541a6b1d6f7fb9dff75e16c28087bd853564426)]:
- @justeattakeaway/pie-icon-button@0.25.0
- @justeattakeaway/pie-icons-webc@0.16.0
- @justeattakeaway/pie-button@0.42.0
- @justeattakeaway/pie-divider@0.10.0
- @justeattakeaway/pie-switch@0.22.0
- @justeattakeaway/pie-modal@0.36.0
- @justeattakeaway/pie-card@0.15.0
- @justeattakeaway/pie-link@0.12.0
- @justeattakeaway/pie-cookie-banner@0.13.2

## 0.54.1

### Patch Changes
Expand Down
Loading

0 comments on commit 6560cf5

Please sign in to comment.