Skip to content

Commit

Permalink
🦋 Release package updates (#315)
Browse files Browse the repository at this point in the history
* Bump package versions

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: TJ Silver <15648334+tjsilver@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 14, 2022
1 parent 05a92fe commit 6ac179f
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-glasses-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-steaks-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-books-add.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/@guardian/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/eslint-config-typescript

## 3.0.0

### Major Changes

- 4cb065e: Explicit uses of `any` are now errors, not just warnings.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/eslint-config-typescript",
"version": "2.0.1",
"version": "3.0.0",
"description": "ESLint config for Guardian TypeScript projects",
"main": "index.js",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/libs

## 11.1.0

### Minor Changes

- 5a7ba38: Add `isNonNullable` [type guard](https://www.typescriptlang.org/docs/handbook/advanced-types.html#type-guards-and-differentiating-types) for values that are neither `null` nor `undefined`

## 11.0.0

### Major 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": "11.0.0",
"version": "11.1.0",
"private": false,
"description": "A collection of JavaScript libraries and TypeScript types for Guardian projects",
"sideEffects": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source-react-components-development-kitchen

## 8.1.0

### Minor Changes

- d098baa: Add the FileInput component

## 8.0.0

### Major 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": "8.0.0",
"version": "8.1.0",
"sideEffects": false,
"devDependencies": {
"@babel/core": "7.20.5",
Expand Down

0 comments on commit 6ac179f

Please sign in to comment.