Skip to content

Commit 6ec3dbc

Browse files
Bump package versions
1 parent 5cca490 commit 6ec3dbc

File tree

31 files changed

+164
-84
lines changed

31 files changed

+164
-84
lines changed

.changeset/clever-boats-think.md

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

.changeset/four-suns-fold.md

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

.changeset/little-papers-attend.md

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

.changeset/two-mugs-relax.md

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

libs/@guardian/ab-core/CHANGELOG.md

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

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- 816eebd:
8+
- Peer Dependency: Update `typescript` to `5.9.3`
9+
- Peer Dependency: Update `tslib` to `2.8.1`
10+
311
## 8.0.2
412

513
### Patch Changes

libs/@guardian/ab-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guardian/ab-core",
3-
"version": "8.0.2",
3+
"version": "9.0.0",
44
"private": false,
55
"description": "A client-side library for A/B & multivariate testing",
66
"repository": {

libs/@guardian/ab-react/CHANGELOG.md

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

3+
## 10.0.0
4+
5+
### Major Changes
6+
7+
- 816eebd:
8+
- Peer Dependency: Update `typescript` to `5.9.3`
9+
- Peer Dependency: Update `tslib` to `2.8.1`
10+
- Peer Dependency: Update `@guardian/ab-core` to `9.0.0`
11+
312
## 9.0.2
413

514
### Patch Changes

libs/@guardian/ab-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guardian/ab-react",
3-
"version": "9.0.2",
3+
"version": "10.0.0",
44
"private": false,
55
"description": "A React library for A/B & multivariate testing",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"verify-dist": "wireit"
3131
},
3232
"devDependencies": {
33-
"@guardian/ab-core": "8.0.2",
33+
"@guardian/ab-core": "9.0.0",
3434
"@guardian/eslint-config": "workspace:*",
3535
"@testing-library/react": "16.3.0",
3636
"@types/jest": "30.0.0",
@@ -48,7 +48,7 @@
4848
"wireit": "0.14.12"
4949
},
5050
"peerDependencies": {
51-
"@guardian/ab-core": "^8.0.0",
51+
"@guardian/ab-core": "^9.0.0",
5252
"@types/react": "^18.2.79",
5353
"react": "^18.2.0",
5454
"react-dom": "^18.2.0",

libs/@guardian/browserslist-config/CHANGELOG.md

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

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- 816eebd:
8+
- Peer Dependency: Update `tslib` to `2.8.1`
9+
310
## 6.1.3
411

512
### Patch Changes

libs/@guardian/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guardian/browserslist-config",
3-
"version": "6.1.3",
3+
"version": "7.0.0",
44
"description": "Browserslist config for Guardian websites",
55
"repository": {
66
"url": "https://github.com/guardian/csnx",

0 commit comments

Comments
 (0)