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 Jun 13, 2024
1 parent 18bc95a commit 5d8f6af
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/perfect-moose-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-grapes-destroy.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.61.1

### Patch Changes

- [Changed] - update github workflows for new pie-textarea component ([#1518](https://github.com/justeattakeaway/pie/pull/1518)) by [@xander-marjoram](https://github.com/xander-marjoram)

## 2.61.0

### Minor Changes
Expand Down
9 changes: 9 additions & 0 deletions apps/pie-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.79.2

### Patch Changes

- [Added] - initial pie-textarea files from component generator ([#1518](https://github.com/justeattakeaway/pie/pull/1518)) by [@xander-marjoram](https://github.com/xander-marjoram)

- Updated dependencies [[`18bc95a0f`](https://github.com/justeattakeaway/pie/commit/18bc95a0f036befc3b5ec6ac58635494b1ae5445)]:
- @justeattakeaway/pie-textarea@0.1.0

## 0.79.1

### 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.79.1",
"version": "0.79.2",
"private": true,
"description": "Storybook for PIE Design System components",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@justeattakeaway/pie-switch": "0.29.8",
"@justeattakeaway/pie-tag": "0.9.6",
"@justeattakeaway/pie-text-input": "0.22.2",
"@justeattakeaway/pie-textarea": "0.0.0",
"@justeattakeaway/pie-textarea": "0.1.0",
"dompurify": "3.0.11"
},
"devDependencies": {
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.61.0",
"version": "2.61.1",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/pie-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @justeattakeaway/pie-textarea

## 0.1.0

### Minor Changes

- [Added] - initial pie-textarea files from component generator ([#1518](https://github.com/justeattakeaway/pie/pull/1518)) by [@xander-marjoram](https://github.com/xander-marjoram)
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.0.0",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/pie-webc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @justeattakeaway/pie-webc

## 0.5.7

### Patch Changes

- [Added] - initial pie-textarea files from component generator ([#1518](https://github.com/justeattakeaway/pie/pull/1518)) by [@xander-marjoram](https://github.com/xander-marjoram)

- Updated dependencies [[`18bc95a0f`](https://github.com/justeattakeaway/pie/commit/18bc95a0f036befc3b5ec6ac58635494b1ae5445)]:
- @justeattakeaway/pie-textarea@0.1.0

## 0.5.6

### 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.6",
"version": "0.5.7",
"type": "module",
"files": [
"**/*.js",
Expand Down Expand Up @@ -213,7 +213,7 @@
"@justeattakeaway/pie-switch": "0.29.8",
"@justeattakeaway/pie-tag": "0.9.6",
"@justeattakeaway/pie-text-input": "0.22.2",
"@justeattakeaway/pie-textarea": "0.0.0"
"@justeattakeaway/pie-textarea": "0.1.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down

0 comments on commit 5d8f6af

Please sign in to comment.