Skip to content

Commit

Permalink
🦋 Release package updates (#1971)
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]

### Minor Changes

-   4b43203: Remove Consent or Pay feature flag.

### Patch Changes

- 6a48c7c: - Use encodeUriComponent to encode url for Support sign up
page
    -   Update privacy message for Consent or Pay
  • Loading branch information
arelra authored Feb 24, 2025
2 parents 4b43203 + 957eec5 commit 20c325f
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .changeset/large-ads-pick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-showers-scream.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": "21.0.1",
"@guardian/libs": "21.3.0",
"@types/jest": "29.5.8",
"eslint": "9.19.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": "6.0.1",
"@guardian/libs": "21.0.1",
"@guardian/libs": "21.3.0",
"@types/jest": "29.5.8",
"eslint": "9.19.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": "21.0.1",
"@guardian/libs": "21.3.0",
"@types/jest": "29.5.8",
"eslint": "9.19.0",
"jest": "29.7.0",
Expand Down
11 changes: 11 additions & 0 deletions libs/@guardian/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @guardian/libs

## 21.3.0

### Minor Changes

- 4b43203: Remove Consent or Pay feature flag.

### Patch Changes

- 6a48c7c: - Use encodeUriComponent to encode url for Support sign up page
- Update privacy message for Consent or Pay

## 21.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": "21.2.0",
"version": "21.3.0",
"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": "21.0.1",
"@guardian/libs": "21.3.0",
"@guardian/source": "8.0.2",
"@storybook/addon-a11y": "8.5.1",
"@storybook/addon-essentials": "8.5.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": "21.0.1",
"@guardian/libs": "21.3.0",
"@guardian/source": "8.0.2",
"@storybook/addon-a11y": "8.5.1",
"@storybook/addon-essentials": "8.5.1",
Expand Down
33 changes: 10 additions & 23 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 20c325f

Please sign in to comment.