Skip to content

Commit

Permalink
🦋 Release package updates (#1812)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @guardian/[email protected]

### Patch Changes

-   cead399: Fix cmp usnat supported api lookup
  • Loading branch information
arelra authored Nov 23, 2024
2 parents fdecbd8 + 1de4d25 commit 023ad0e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/silver-taxis-learn.md

This file was deleted.

2 changes: 1 addition & 1 deletion libs/@guardian/core-web-vitals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "19.2.0",
"@guardian/libs": "19.2.1",
"@types/jest": "29.5.8",
"eslint": "9.14.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/identity-auth-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/identity-auth": "4.0.1",
"@guardian/libs": "19.2.0",
"@guardian/libs": "19.2.1",
"@types/jest": "29.5.8",
"eslint": "9.14.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/identity-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "19.2.0",
"@guardian/libs": "19.2.1",
"@types/jest": "29.5.8",
"eslint": "9.14.0",
"jest": "29.7.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/libs

## 19.2.1

### Patch Changes

- cead399: Fix cmp usnat supported api lookup

## 19.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/libs",
"version": "19.2.0",
"version": "19.2.1",
"private": false,
"description": "A collection of JavaScript libraries and TypeScript types for Guardian projects",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/react-crossword/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@emotion/react": "11.11.3",
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "19.2.0",
"@guardian/libs": "19.2.1",
"@guardian/source": "8.0.0",
"@guardian/source-development-kitchen": "13.1.0",
"@storybook/addon-a11y": "8.4.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/source-development-kitchen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@emotion/react": "11.11.3",
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "19.2.0",
"@guardian/libs": "19.2.1",
"@guardian/source": "8.0.0",
"@storybook/addon-a11y": "8.4.1",
"@storybook/addon-essentials": "8.4.1",
Expand Down
10 changes: 5 additions & 5 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 023ad0e

Please sign in to comment.