Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1478 from guardian/changeset-release/main
Browse files Browse the repository at this point in the history
Release package updates
  • Loading branch information
sndrs authored Jul 19, 2022
2 parents 79ba755 + d9e8169 commit 2d6a379
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-llamas-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-owls-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-games-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-bats-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-spoons-reply.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @guardian/eslint-plugin-source-react-components

## 6.0.0

### Patch Changes

- Updated dependencies [07bfaf1b]
- Updated dependencies [78ff24be]
- Updated dependencies [fd69cf60]
- @guardian/source-react-components@6.0.0

## 5.0.0

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/eslint-plugin-source-react-components",
"version": "5.0.0",
"version": "6.0.0",
"description": "ESLint plugin for Guardian projects using the `@guardian/source-react-components` package.",
"homepage": "https://github.com/guardian/source#readme",
"bugs": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "~4.6.4"
},
"peerDependencies": {
"@guardian/source-react-components": "^5.0.0",
"@guardian/source-react-components": "^6.0.0",
"eslint": "^8.0.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/@guardian/source-foundations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @guardian/source-foundations

## 5.1.0

### Minor Changes

- b9cfe856: Add 14px "xsmall" font size to body

### Patch Changes

- 33ce0b3a: Prevent layout jumps when navigating between pages where one has content shorter than the viewport

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@guardian/source-foundations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-foundations",
"version": "5.0.0",
"version": "5.1.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @guardian/source-react-components-development-kitchen

## 2.0.0

### Patch Changes

- Updated dependencies [07bfaf1b]
- Updated dependencies [78ff24be]
- Updated dependencies [fd69cf60]
- @guardian/source-react-components@6.0.0

## 1.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-react-components-development-kitchen",
"version": "1.0.1",
"version": "2.0.0",
"license": "Apache-2.0",
"sideEffects": false,
"main": "dist/cjs/index.js",
Expand All @@ -24,7 +24,7 @@
"@emotion/react": "^11.0.0",
"@guardian/libs": "^3.0.0",
"@guardian/source-foundations": "^5.0.0",
"@guardian/source-react-components": "^5.0.0",
"@guardian/source-react-components": "^6.0.0",
"react": "^17.0.1"
},
"publishConfig": {
Expand Down
14 changes: 14 additions & 0 deletions packages/@guardian/source-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @guardian/source-react-components

## 6.0.0

### Major Changes

- 07bfaf1b: Update default border colour for TextInput and TextArea

### Minor Changes

- fd69cf60: add newsletter icon

### Patch Changes

- 78ff24be: Add documentation note about `AccordionRow`'s `max-height`

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@guardian/source-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-react-components",
"version": "5.0.0",
"version": "6.0.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down

0 comments on commit 2d6a379

Please sign in to comment.