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 29, 2024
1 parent cd4c811 commit 4a9834b
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-chefs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-lies-bow.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.27.0

### Minor Changes

- [Added] - Tag component docs ([#1174](https://github.com/justeattakeaway/pie/pull/1174)) by [@raoufswe](https://github.com/raoufswe)

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

## 0.61.1

### Patch Changes

- Updated dependencies [[`68828edd7`](https://github.com/justeattakeaway/pie/commit/68828edd730a001acf599a0b6717f43e56d58a18)]:
- @justeattakeaway/pie-tag@0.4.2

## 0.61.0

### Minor 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.61.0",
"version": "0.61.1",
"private": true,
"description": "Storybook for PIE Design System components",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"@justeattakeaway/pie-notification": "0.3.1",
"@justeattakeaway/pie-spinner": "0.5.2",
"@justeattakeaway/pie-switch": "0.26.0",
"@justeattakeaway/pie-tag": "0.4.1",
"@justeattakeaway/pie-tag": "0.4.2",
"dompurify": "3.0.8"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @justeattakeaway/pie-tag

## 0.4.2

### Patch Changes

- [Fixed] - Percy test mounting issue ([#1224](https://github.com/justeattakeaway/pie/pull/1224)) by [@ashleynolan](https://github.com/ashleynolan)

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pie-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeattakeaway/pie-tag",
"description": "PIE Design System Tag built using Web Components",
"version": "0.4.1",
"version": "0.4.2",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 4a9834b

Please sign in to comment.