Skip to content

Commit

Permalink
🦋 Release package updates (#1552)
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>
  • Loading branch information
1 parent 9c7cd92 commit e8709a8
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-bobcats-hug.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/nasty-apples-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-grapes-cross.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-bulldogs-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-melons-own.md

This file was deleted.

14 changes: 14 additions & 0 deletions libs/@guardian/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @guardian/libs

## 17.0.0

### Major Changes

- 437e880: Remove GA from cmp vendorlist

### Minor Changes

- c2da3cd: Introduce AB test in sourcepoint config

### Patch Changes

- 01a3362: Fix vendor data removal and more strictly type arguments for `getConsentFor`

## 16.1.4

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

## 4.0.0

### Major Changes

- dc79048: Adds Guardian Headline 64px typography presets and removes Guardian Headline 70px presets.

```
headlineBold64
headlineLight64
headlineLightItalic64
headlineMedium64
headlineMediumItalic64
```

- 490384d: Now has a peer dependency of `@emotion/react@^11.11.3` (from `^11.11.1`).

Fixes conflicting types between Emotion's deps, as outlined in https://github.com/emotion-js/emotion/pull/3141.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source",
"version": "3.0.0",
"version": "4.0.0",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit e8709a8

Please sign in to comment.