Skip to content

Commit

Permalink
🦋 Release package updates (#1575)
Browse files Browse the repository at this point in the history
* Bump package versions

* update versions of @guardian/source and @guardian/libs

---------

Co-authored-by: gu-changesets-release-pr[bot] <gu-changesets-release-pr[bot]@users.noreply.github.com>
Co-authored-by: oliverabrahams <ollie.abrahams@guardian.co.uk>
  • Loading branch information
3 people authored Jun 20, 2024
1 parent bd424c2 commit 4024993
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-poems-compare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-bulldogs-untie.md

This file was deleted.

14 changes: 14 additions & 0 deletions libs/@guardian/source-development-kitchen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @guardian/source-development-kitchen

## 3.0.0

### Major Changes

- bd424c2: Now has a peer dependency of `@emotion/react@^11.11.3` (from `^11.11.1`).
- Update peer dependency of @guardian/libs v17.0.0
- Update peer dependency of @guardian/source v4.0.0

Fixes conflicting types between Emotion's deps, as outlined in https://github.com/emotion-js/emotion/pull/3141.

### Patch Changes

- bd424c2: Replace use of deprecated `ArticlePillar` with `Pillar` from `@guardian/libs`.

## 2.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions libs/@guardian/source-development-kitchen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-development-kitchen",
"version": "2.0.0",
"version": "3.0.0",
"sideEffects": false,
"type": "module",
"exports": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@babel/core": "7.24.0",
"@emotion/react": "11.11.3",
"@guardian/libs": "16.1.3",
"@guardian/source": "3.0.0",
"@guardian/libs": "17.0.0",
"@guardian/source": "4.0.0",
"@storybook/manager-api": "8.1.8",
"@storybook/react": "8.1.8",
"@types/jest": "29.5.8",
Expand All @@ -45,8 +45,8 @@
},
"peerDependencies": {
"@emotion/react": "^11.11.3",
"@guardian/libs": "^16.1.3",
"@guardian/source": "^3.0.0",
"@guardian/libs": "^17.0.0",
"@guardian/source": "^4.0.0",
"@types/react": "^18.2.11",
"react": "^18.2.0",
"tslib": "^2.6.2",
Expand Down
27 changes: 20 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4024993

Please sign in to comment.