Skip to content

Commit 473e292

Browse files
authored
🦋 Release package updates (#2318)
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/libs@30.0.0 ### Major Changes - 135f060: Revert AUS framework update due to testing. ## @guardian/core-web-vitals@19.0.0 ### Patch Changes - Updated dependencies [135f060] - @guardian/libs@30.0.0 ## @guardian/identity-auth@15.0.0 ### Patch Changes - Updated dependencies [135f060] - @guardian/libs@30.0.0 ## @guardian/identity-auth-frontend@17.0.0 ### Patch Changes - Updated dependencies [135f060] - @guardian/libs@30.0.0 - @guardian/identity-auth@15.0.0 ## @guardian/react-crossword@16.0.0 ### Patch Changes - Updated dependencies [135f060] - @guardian/libs@30.0.0 ## @guardian/source-development-kitchen@26.0.0 ### Patch Changes - Updated dependencies [135f060] - @guardian/libs@30.0.0
2 parents 135f060 + e96e7be commit 473e292

File tree

14 files changed

+66
-29
lines changed

14 files changed

+66
-29
lines changed

‎.changeset/perky-olives-rhyme.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎libs/@guardian/core-web-vitals/CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @guardian/core-web-vitals
22

3+
## 19.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [135f060]
8+
- @guardian/libs@30.0.0
9+
310
## 18.0.0
411

512
### Patch Changes

‎libs/@guardian/core-web-vitals/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guardian/core-web-vitals",
3-
"version": "18.0.0",
3+
"version": "19.0.0",
44
"private": false,
55
"description": "Methods to help with the implementation of Google's Core Web Vitals",
66
"repository": {
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@guardian/eslint-config": "workspace:*",
33-
"@guardian/libs": "29.0.1",
33+
"@guardian/libs": "30.0.0",
3434
"@types/jest": "30.0.0",
3535
"eslint": "9.39.1",
3636
"jest": "30.2.0",
@@ -43,7 +43,7 @@
4343
"wireit": "0.14.12"
4444
},
4545
"peerDependencies": {
46-
"@guardian/libs": "^29.0.0",
46+
"@guardian/libs": "^30.0.0",
4747
"tslib": "^2.8.1",
4848
"typescript": "~5.9.3",
4949
"web-vitals": "^4.2.1"

‎libs/@guardian/identity-auth-frontend/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @guardian/identity-auth-frontend
22

3+
## 17.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [135f060]
8+
- @guardian/libs@30.0.0
9+
- @guardian/identity-auth@15.0.0
10+
311
## 16.0.0
412

513
### Patch Changes

‎libs/@guardian/identity-auth-frontend/package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guardian/identity-auth-frontend",
3-
"version": "16.0.0",
3+
"version": "17.0.0",
44
"private": false,
55
"description": "",
66
"repository": {
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@guardian/eslint-config": "workspace:*",
34-
"@guardian/identity-auth": "14.0.0",
35-
"@guardian/libs": "29.0.1",
34+
"@guardian/identity-auth": "15.0.0",
35+
"@guardian/libs": "30.0.0",
3636
"@types/jest": "30.0.0",
3737
"eslint": "9.39.1",
3838
"jest": "30.2.0",
@@ -45,8 +45,8 @@
4545
"wireit": "0.14.12"
4646
},
4747
"peerDependencies": {
48-
"@guardian/identity-auth": "^14.0.0",
49-
"@guardian/libs": "^29.0.0",
48+
"@guardian/identity-auth": "^15.0.0",
49+
"@guardian/libs": "^30.0.0",
5050
"tslib": "^2.8.1",
5151
"typescript": "~5.9.3"
5252
},

‎libs/@guardian/identity-auth/CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @guardian/identity-auth
22

3+
## 15.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [135f060]
8+
- @guardian/libs@30.0.0
9+
310
## 14.0.0
411

512
### Patch Changes

‎libs/@guardian/identity-auth/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guardian/identity-auth",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"private": false,
55
"description": "",
66
"repository": {
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@guardian/eslint-config": "workspace:*",
34-
"@guardian/libs": "29.0.1",
34+
"@guardian/libs": "30.0.0",
3535
"@types/jest": "30.0.0",
3636
"eslint": "9.39.1",
3737
"jest": "30.2.0",
@@ -44,7 +44,7 @@
4444
"wireit": "0.14.12"
4545
},
4646
"peerDependencies": {
47-
"@guardian/libs": "^29.0.0",
47+
"@guardian/libs": "^30.0.0",
4848
"tslib": "^2.8.1",
4949
"typescript": "~5.9.3"
5050
},

‎libs/@guardian/libs/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @guardian/libs
22

3+
## 30.0.0
4+
5+
### Major Changes
6+
7+
- 135f060: Revert AUS framework update due to testing.
8+
39
## 29.0.1
410

511
### Patch Changes

‎libs/@guardian/libs/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guardian/libs",
3-
"version": "29.0.1",
3+
"version": "30.0.0",
44
"private": false,
55
"description": "A collection of JavaScript libraries and TypeScript types for Guardian projects",
66
"repository": {

‎libs/@guardian/react-crossword/CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @guardian/react-crossword
22

3+
## 16.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [135f060]
8+
- @guardian/libs@30.0.0
9+
310
## 15.0.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)