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 04891f5 commit c94c12f
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 28 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.

5 changes: 0 additions & 5 deletions .changeset/weak-shrimps-wave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-cobras-burn.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), [`04891f5a0`](https://github.com/justeattakeaway/pie/commit/04891f5a0bd9d880b731db3bf15d87600e2b59d2)]:
- @justeattakeaway/pie-tag@0.5.0

## 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.5.0",
"dompurify": "3.0.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@justeattakeaway/browserslist-config-pie": "0.2.0",
"@justeattakeaway/generator-pie-component": "0.19.0",
"@justeattakeaway/pie-icons": "4.9.3",
"@justeattakeaway/pie-webc-testing": "0.9.0",
"@justeattakeaway/pie-webc-testing": "0.10.0",
"@justeattakeaway/pie-wrapper-react": "0.14.0",
"@justeattakeaway/stylelint-config-pie": "0.6.0",
"@percy/cli": "1.26.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/pie-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @justeattakeaway/pie-tag

## 0.5.0

### Minor Changes

- [Changed] - The icon colour of blue-strong, green-strong, and red strong variants should be "content-inverse" ([#1226](https://github.com/justeattakeaway/pie/pull/1226)) by [@raoufswe](https://github.com/raoufswe)

[Changed] - The icon and label colour of the yellow-subtle variant should be "content-default"

### 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.5.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/pie-webc-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.10.0

### Minor Changes

- [Added] - RTL exported function ([#1221](https://github.com/justeattakeaway/pie/pull/1221)) by [@JoshuaNg2332](https://github.com/JoshuaNg2332)

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pie-webc-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeattakeaway/pie-webc-testing",
"version": "0.9.0",
"version": "0.10.0",
"description": "PIE design system helpers and utilities for testing our web components",
"type": "module",
"main": "index.ts",
Expand Down

0 comments on commit c94c12f

Please sign in to comment.