Skip to content

Commit 0425629

Browse files
πŸ¦‹ Release package updates (#2077)
Bump package versions Co-authored-by: gu-changesets-release-pr[bot] <gu-changesets-release-pr[bot]@users.noreply.github.com>
1 parent b574bf9 commit 0425629

File tree

12 files changed

+44
-42
lines changed

12 files changed

+44
-42
lines changed

β€Ž.changeset/afraid-needles-kneel.mdβ€Ž

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

β€Ž.changeset/five-baths-grab.mdβ€Ž

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

β€Žlibs/@guardian/core-web-vitals/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@guardian/eslint-config": "workspace:*",
29-
"@guardian/libs": "22.3.0",
29+
"@guardian/libs": "22.4.0",
3030
"@types/jest": "29.5.8",
3131
"eslint": "9.19.0",
3232
"jest": "29.7.0",

β€Žlibs/@guardian/identity-auth-frontend/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@guardian/eslint-config": "workspace:*",
3030
"@guardian/identity-auth": "7.0.0",
31-
"@guardian/libs": "22.3.0",
31+
"@guardian/libs": "22.4.0",
3232
"@types/jest": "29.5.8",
3333
"eslint": "9.19.0",
3434
"jest": "29.7.0",

β€Žlibs/@guardian/identity-auth/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@guardian/eslint-config": "workspace:*",
30-
"@guardian/libs": "22.3.0",
30+
"@guardian/libs": "22.4.0",
3131
"@types/jest": "29.5.8",
3232
"eslint": "9.19.0",
3333
"jest": "29.7.0",

β€Ž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+
## 22.4.0
4+
5+
### Minor Changes
6+
7+
- 00b7eee: Add Prebid adaptors to CMP TCF vendor ID list
8+
39
## 22.3.0
410

511
### Minor 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": "22.3.0",
3+
"version": "22.4.0",
44
"private": false,
55
"description": "A collection of JavaScript libraries and TypeScript types for Guardian projects",
66
"sideEffects": false,

β€Žlibs/@guardian/react-crossword/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"devDependencies": {
3333
"@emotion/react": "11.11.4",
3434
"@guardian/eslint-config": "workspace:*",
35-
"@guardian/libs": "22.3.0",
36-
"@guardian/source": "10.1.0",
35+
"@guardian/libs": "22.4.0",
36+
"@guardian/source": "10.2.0",
3737
"@storybook/addon-a11y": "8.6.4",
3838
"@storybook/addon-essentials": "8.6.4",
3939
"@storybook/addon-interactions": "8.6.4",

β€Žlibs/@guardian/source-development-kitchen/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"devDependencies": {
2929
"@emotion/react": "11.11.4",
3030
"@guardian/eslint-config": "workspace:*",
31-
"@guardian/libs": "22.3.0",
32-
"@guardian/source": "10.1.0",
31+
"@guardian/libs": "22.4.0",
32+
"@guardian/source": "10.2.0",
3333
"@storybook/addon-a11y": "8.6.4",
3434
"@storybook/addon-essentials": "8.6.4",
3535
"@storybook/addon-interactions": "8.6.4",

β€Žlibs/@guardian/source/CHANGELOG.mdβ€Ž

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

3+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- b574bf9: Add automatic hover colour calculation for Button themes
8+
9+
`backgroundPrimaryHover`, `backgroundSecondaryHover` and `backgroundTertiaryHover` are now optional properties of `ThemeButton`. If supplied these hover colours will be used, if not then the following rules will be used to create a hover colour based on the lightness of the other colours.
10+
11+
| Background colour: | |
12+
| ------------------------------ | ------------------------ |
13+
| Very Dark (Luminosity: 0–10) | Lighten by 20% on hover. |
14+
| Dark (Luminosity: 11–20) | Darken by 8% on hover. |
15+
| Medium (Luminosity: 21–80) | Darken by 5% on hover. |
16+
| Light (Luminosity: 81-90) | Darken by 7% on hover. |
17+
| Very Light (Luminosity 91-100) | Darken by 10% on hover. |
18+
19+
| Borders with transparent backgrounds: | |
20+
| ------------------------------------- | --------------------------------- |
21+
| Luminosity 0–40 | Set border colour opacity to 10%. |
22+
| Luminosity 40–50 | Set border colour opacity to 15%. |
23+
| Luminosity 51–100 | Set border colour opacity to 20%. |
24+
325
## 10.1.0
426

527
### Minor Changes

0 commit comments

Comments
Β (0)