Skip to content

Commit

Permalink
Version Packages (#2062)
Browse files Browse the repository at this point in the history
release: release packages with 'latest' tag

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8c43af8 commit ad0fafe
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-poets-carry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-timers-compare.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/spotty-numbers-type.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.71.0

### Minor Changes

- [Removed] - @babel/traverse resolution to fix issue with pie-icons-webc build ([#2034](https://github.com/justeattakeaway/pie/pull/2034)) by [@siggerzz](https://github.com/siggerzz)

## 2.70.0

### Minor Changes
Expand Down
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

## 4.18.0

### Minor Changes

- [Added] - Refactor to use @justeattakeaway/pie-monorepo-utils to import component statuses ([#2034](https://github.com/justeattakeaway/pie/pull/2034)) by [@siggerzz](https://github.com/siggerzz)

## 4.17.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.17.0",
"version": "4.18.0",
"main": "index.js",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@11ty/eleventy": "2.0.1",
"@11ty/eleventy-navigation": "0.3.5",
"@justeattakeaway/pie-monorepo-utils": "0.0.0",
"@justeattakeaway/pie-monorepo-utils": "0.1.0",
"eleventy-plugin-rev": "1.1.1",
"eleventy-sass": "2.2.3",
"markdown-it-attrs": "4.1.6"
Expand Down
6 changes: 6 additions & 0 deletions apps/pie-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.15.0

### Minor Changes

- [Added] - Refactor to use @justeattakeaway/pie-monorepo-utils to import component statuses ([#2034](https://github.com/justeattakeaway/pie/pull/2034)) by [@siggerzz](https://github.com/siggerzz)

## 1.14.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": "1.14.0",
"version": "1.15.0",
"private": true,
"description": "Storybook for PIE Design System components",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@justeattakeaway/pie-icons-configs": "4.5.1",
"@justeattakeaway/pie-monorepo-utils": "0.0.0",
"@justeattakeaway/pie-monorepo-utils": "0.1.0",
"@storybook/addon-a11y": "8.3.0",
"@storybook/addon-designs": "8.0.3",
"@storybook/addon-essentials": "8.3.0",
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.70.0",
"version": "2.71.0",
"keywords": [],
"author": "Just Eat Takeaway.com - Design System Team",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/tools/pie-monorepo-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @justeattakeaway/pie-monorepo-utils

## 0.1.0

### Minor Changes

- [Added] - Renamed `pie-git-hooks-scripts` to `pie-monorepo-utils` ([#2034](https://github.com/justeattakeaway/pie/pull/2034)) by [@siggerzz](https://github.com/siggerzz)

**Old Changelog entries from `pie-git-hooks-scripts`**

[Changed] - Exported files for use in consuming repos ([#1206](https://github.com/justeattakeaway/pie/pull/1206)) by [@siggerzz](https://github.com/siggerzz)
[Added] - scripts for verifying branch name and commit message format ([#625](https://github.com/justeattakeaway/pie/pull/625)) by [@fernandofranca](https://github.com/fernandofranca)
2 changes: 1 addition & 1 deletion packages/tools/pie-monorepo-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeattakeaway/pie-monorepo-utils",
"version": "0.0.0",
"version": "0.1.0",
"description": "Scripts and utilities used by the PIE monorepo",
"main": "index.js",
"files": [
Expand Down

0 comments on commit ad0fafe

Please sign in to comment.