Skip to content

Commit

Permalink
🦋 Release package updates (#1694)
Browse files Browse the repository at this point in the history
Co-authored-by: gu-changesets-release-pr[bot] <gu-changesets-release-pr[bot]@users.noreply.github.com>
Co-authored-by: Alex Sanders <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent aeb24a5 commit f5eaf05
Show file tree
Hide file tree
Showing 13 changed files with 170 additions and 363 deletions.
33 changes: 0 additions & 33 deletions .changeset/nine-doors-sing.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/slimy-lobsters-jump.md

This file was deleted.

8 changes: 8 additions & 0 deletions libs/@guardian/core-web-vitals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @guardian/core-web-vitals

## 8.0.0

### Patch Changes

- Updated dependencies [cb19d46]
- Updated dependencies [59b350f]
- @guardian/libs@19.0.0

## 7.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/@guardian/core-web-vitals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/core-web-vitals",
"version": "7.0.0",
"version": "8.0.0",
"private": false,
"description": "Methods to help with the implementation of Google's Core Web Vitals",
"sideEffects": false,
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "18.0.0",
"@guardian/libs": "19.0.0",
"@types/jest": "29.5.8",
"eslint": "9.9.0",
"jest": "29.7.0",
Expand All @@ -39,7 +39,7 @@
"wireit": "0.14.8"
},
"peerDependencies": {
"@guardian/libs": "^18.0.0",
"@guardian/libs": "^19.0.0",
"tslib": "^2.6.2",
"typescript": "~5.5.2",
"web-vitals": "^4.2.1"
Expand Down
9 changes: 9 additions & 0 deletions libs/@guardian/identity-auth-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @guardian/identity-auth-frontend

## 6.0.0

### Patch Changes

- Updated dependencies [cb19d46]
- Updated dependencies [59b350f]
- @guardian/libs@19.0.0
- @guardian/identity-auth@4.0.0

## 5.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions libs/@guardian/identity-auth-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/identity-auth-frontend",
"version": "5.0.0",
"version": "6.0.0",
"private": false,
"description": "",
"license": "Apache-2.0",
Expand All @@ -27,8 +27,8 @@
},
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/identity-auth": "3.0.1",
"@guardian/libs": "18.0.0",
"@guardian/identity-auth": "4.0.0",
"@guardian/libs": "19.0.0",
"@types/jest": "29.5.8",
"eslint": "9.9.0",
"jest": "29.7.0",
Expand All @@ -41,8 +41,8 @@
"wireit": "0.14.8"
},
"peerDependencies": {
"@guardian/identity-auth": "^3.0.0",
"@guardian/libs": "^18.0.0",
"@guardian/identity-auth": "^4.0.0",
"@guardian/libs": "^19.0.0",
"tslib": "^2.6.2",
"typescript": "~5.5.2"
},
Expand Down
8 changes: 8 additions & 0 deletions libs/@guardian/identity-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @guardian/identity-auth

## 4.0.0

### Patch Changes

- Updated dependencies [cb19d46]
- Updated dependencies [59b350f]
- @guardian/libs@19.0.0

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/@guardian/identity-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/identity-auth",
"version": "3.0.1",
"version": "4.0.0",
"private": false,
"description": "",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "18.0.0",
"@guardian/libs": "19.0.0",
"@types/jest": "29.5.8",
"eslint": "9.9.0",
"jest": "29.7.0",
Expand All @@ -40,7 +40,7 @@
"wireit": "0.14.8"
},
"peerDependencies": {
"@guardian/libs": "^18.0.0",
"@guardian/libs": "^19.0.0",
"tslib": "^2.6.2",
"typescript": "~5.5.2"
},
Expand Down
45 changes: 45 additions & 0 deletions libs/@guardian/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @guardian/libs

## 19.0.0

### Major Changes

- cb19d46: Removes `ArticleDesign.PrintShop`, as we no longer intend to handle this as a separate `ArticleDesign`.

This is a breaking change because it removes this member from the `enum`. Therefore any code the depends on this member will need to be updated.

For example, in a `switch` the `case` will need to be removed:

```
switch (design) {
case ArticleDesign.Standard:
// Other code
case ArticleDesign.PrintShop:
// This case will need to be removed
}
```

Any code that stores the enum members directly, such as a fixture, will also need to be updated:

```
{
...
format: {
// With PrintShop removed, 20 will now refer to Obituary
design: 20,
...
}
}
```

Consideration will need to be given to what `ArticleDesign` will now be used for articles that were previously `PrintShop`. This is handled in the CAPI client for frontend/DCAR, and in AR itself for AR.

- 59b350f: CMP: Implement Multi-State Privacy Agreement for US Compliance

This release introduces support for the Global Privacy Platform (GPP) for third-party vendors who have completed migration. The legacy \*\*uspapi will remain available temporarily for vendors still in transition.

Key updates:

Added window.__gpp stub function for the US region.
Updated the US framework to use "usnat" instead of "ccpa".
Migrated CCPA-related types and functions to the "aus" namespace.
The ConsentState type, returned by getConsentFor, onConsentChange, and onConsent, now includes a usnat property, replacing the previous ccpa property.

## 18.0.2

### Patch 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": "18.0.2",
"version": "19.0.0",
"private": false,
"description": "A collection of JavaScript libraries and TypeScript types for Guardian projects",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions libs/@guardian/source-development-kitchen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @guardian/source-development-kitchen

## 10.0.0

### Patch Changes

- Updated dependencies [cb19d46]
- Updated dependencies [59b350f]
- @guardian/libs@19.0.0

## 9.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/@guardian/source-development-kitchen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-development-kitchen",
"version": "9.0.0",
"version": "10.0.0",
"sideEffects": false,
"type": "module",
"exports": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@emotion/react": "11.11.3",
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "18.0.0",
"@guardian/libs": "19.0.0",
"@guardian/source": "8.0.0",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-essentials": "8.2.9",
Expand All @@ -51,7 +51,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.11.3",
"@guardian/libs": "^18.0.0",
"@guardian/libs": "^19.0.0",
"@guardian/source": "^8.0.0",
"@types/react": "^18.2.79",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit f5eaf05

Please sign in to comment.