Skip to content

Commit

Permalink
Merge branch 'main' into jm/mobile-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmockett committed May 24, 2024
2 parents f10439f + a1093d4 commit 71e2b19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-toes-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-eyes-divide.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- 522b68e: Replaced internal uses of `generateSourceId` with React's `useId`, as it does not change when the component is re-rendered.
- 2e48c80: Make `react` and `@emotion/react` optional `peerDeps` (you don't need them if you're not using react components).

## 1.0.1

### Patch 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": "1.0.1",
"version": "1.0.2",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 71e2b19

Please sign in to comment.