Skip to content

Commit

Permalink
🦋 Release package updates (#1375)
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 <alex@sndrs.dev>
  • Loading branch information
3 people committed Apr 24, 2024
1 parent a247de9 commit 1a23052
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-jobs-flow.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/pretty-poets-smash.md

This file was deleted.

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

## 7.0.2

### Patch Changes

- a247de9: Smaller source code

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/ab-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/ab-core",
"version": "7.0.1",
"version": "7.0.2",
"private": false,
"description": "A client-side library for A/B & multivariate testing",
"license": "Apache-2.0",
Expand Down
15 changes: 15 additions & 0 deletions libs/@guardian/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @guardian/eslint-config-typescript

## 10.0.0

### Major Changes

- cc7aa7d: Requires curly braces in all circumstances.

This should help reduce noise in diffs, and remove ambiguity about when you should use curly braces (and possibly when a block starts and ends), especially for people unfamiliar with the language.

_Note that this rule is fixable, so running eslint with the `--fix` flag will automatically update your code to comply with the new setting._

### Patch Changes

- Updated dependencies [cc7aa7d]
- @guardian/eslint-config@8.0.0

## 9.0.4

### 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": "9.0.4",
"version": "10.0.0",
"description": "ESLint config for Guardian TypeScript projects",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions libs/@guardian/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @guardian/eslint-config

## 8.0.0

### Major Changes

- cc7aa7d: Requires curly braces in all circumstances.

This should help reduce noise in diffs, and remove ambiguity about when you should use curly braces (and possibly when a block starts and ends), especially for people unfamiliar with the language.

_Note that this rule is fixable, so running eslint with the `--fix` flag will automatically update your code to comply with the new setting._

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/eslint-config",
"version": "7.0.1",
"version": "8.0.0",
"description": "ESLint config for Guardian JavaScript projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1a23052

Please sign in to comment.