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 Jul 11, 2024
1 parent 8e4ab30 commit c96bb45
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .changeset/long-bottles-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-houses-attack.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/pie-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.46.0

### Minor Changes

- [Added] - `Haptic Feedback` page to `Patterns` section ([#1573](https://github.com/justeattakeaway/pie/pull/1573)) by [@leksaBoiko](https://github.com/leksaBoiko)

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

## 0.81.3

### Patch Changes

- [Added] - resize prop for textarea ([#1574](https://github.com/justeattakeaway/pie/pull/1574)) by [@xander-marjoram](https://github.com/xander-marjoram)

[Added] - auto and manual sizing functionality
[Added] - styling for different sizes
[Added] - disabled and focus styles
[Added] - visual and component tests
[Changed] - update textarea storybook story

- Updated dependencies [[`8e4ab30d7`](https://github.com/justeattakeaway/pie/commit/8e4ab30d7c35e8a5cc5120dcce1420b533cf62e9)]:
- @justeattakeaway/pie-textarea@0.4.0

## 0.81.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/pie-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pie-storybook",
"version": "0.81.2",
"version": "0.81.3",
"private": true,
"description": "Storybook for PIE Design System components",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@justeattakeaway/pie-switch": "0.29.10",
"@justeattakeaway/pie-tag": "0.9.8",
"@justeattakeaway/pie-text-input": "0.23.1",
"@justeattakeaway/pie-textarea": "0.3.1",
"@justeattakeaway/pie-textarea": "0.4.0",
"@justeattakeaway/pie-toast": "0.1.1",
"dompurify": "3.0.11"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/components/pie-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @justeattakeaway/pie-textarea

## 0.4.0

### Minor Changes

- [Added] - resize prop for textarea ([#1574](https://github.com/justeattakeaway/pie/pull/1574)) by [@xander-marjoram](https://github.com/xander-marjoram)

[Added] - auto and manual sizing functionality
[Added] - styling for different sizes
[Added] - disabled and focus styles
[Added] - visual and component tests
[Changed] - update textarea storybook story

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pie-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeattakeaway/pie-textarea",
"description": "PIE Design System Textarea built using Web Components",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/pie-webc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @justeattakeaway/pie-webc

## 0.5.13

### Patch Changes

- Updated dependencies [[`8e4ab30d7`](https://github.com/justeattakeaway/pie/commit/8e4ab30d7c35e8a5cc5120dcce1420b533cf62e9)]:
- @justeattakeaway/pie-textarea@0.4.0

## 0.5.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.12",
"version": "0.5.13",
"type": "module",
"files": [
"**/*.js",
Expand Down Expand Up @@ -234,7 +234,7 @@
"@justeattakeaway/pie-switch": "0.29.10",
"@justeattakeaway/pie-tag": "0.9.8",
"@justeattakeaway/pie-text-input": "0.23.1",
"@justeattakeaway/pie-textarea": "0.3.1",
"@justeattakeaway/pie-textarea": "0.4.0",
"@justeattakeaway/pie-toast": "0.1.1"
},
"volta": {
Expand Down

0 comments on commit c96bb45

Please sign in to comment.