Skip to content

Commit 3064971

Browse files
Bump @guardian/consent-manager to 2.1.2 (#16735)
* Bump @guardian/consent-manager to 2.1.2 * Update US Ab Test states.
1 parent 6ec5418 commit 3064971

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

dotcom-rendering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@guardian/browserslist-config": "6.1.0",
3434
"@guardian/cdk": "catalog:",
3535
"@guardian/commercial-core": "35.1.0",
36-
"@guardian/consent-manager": "2.1.1",
36+
"@guardian/consent-manager": "2.1.2",
3737
"@guardian/core-web-vitals": "7.0.0",
3838
"@guardian/eslint-config": "catalog:",
3939
"@guardian/identity-auth": "6.0.1",

dotcom-rendering/src/components/marketing/lib/consentBannerTest.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ import { getCookie } from '@guardian/libs';
33
const AB_TEST_GEO_REGION_COOKIE = 'GU_geo_country_region';
44
const AB_TEST_US_STATES = [
55
'SC', // South Carolina
6-
// 'WA', // Washington
7-
// 'NC', // North Carolina
8-
// 'OH', // Ohio
9-
// 'MI', // Michigan
10-
// 'AZ', // Arizona
11-
// 'MO', // Missouri
12-
// 'WI', // Wisconsin
13-
// 'DC', // District of Columbia
14-
// 'KS', // Kansas
15-
// 'NM', // New Mexico
16-
// 'ME', // Maine
6+
'WA', // Washington
7+
'NC', // North Carolina
8+
'OH', // Ohio
9+
'MI', // Michigan
10+
'AZ', // Arizona
11+
'MO', // Missouri
12+
'WI', // Wisconsin
13+
'DC', // District of Columbia
14+
'KS', // Kansas
15+
'NM', // New Mexico
16+
'ME', // Maine
1717
];
1818

1919
export const isInUsStateForAbTest = (): boolean => {

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)