Skip to content

Commit

Permalink
🦋 Release package updates (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs authored Dec 2, 2024
2 parents 1f59e3d + 729cd1e commit c9276a5
Show file tree
Hide file tree
Showing 26 changed files with 96 additions and 49 deletions.
15 changes: 0 additions & 15 deletions .changeset/beige-rice-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-parrots-help.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

## 8.0.1

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"private": false,
"description": "A client-side library for A/B & multivariate testing",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/ab-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/ab-react

## 9.0.1

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 9.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/ab-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/ab-react",
"version": "9.0.0",
"version": "9.0.1",
"private": false,
"description": "A React library for A/B & multivariate testing",
"license": "Apache-2.0",
Expand All @@ -26,7 +26,7 @@
"verify-dist": "wireit"
},
"devDependencies": {
"@guardian/ab-core": "8.0.0",
"@guardian/ab-core": "8.0.1",
"@guardian/eslint-config": "workspace:*",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.8",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/browserslist-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/browserslist-config

## 6.1.2

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 6.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/browserslist-config",
"version": "6.1.1",
"version": "6.1.2",
"description": "Browserslist config for Guardian websites",
"main": "browserslist.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/core-web-vitals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/core-web-vitals

## 8.0.1

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 8.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/core-web-vitals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/core-web-vitals",
"version": "8.0.0",
"version": "8.0.1",
"private": false,
"description": "Methods to help with the implementation of Google's Core Web Vitals",
"sideEffects": false,
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "19.2.1",
"@guardian/libs": "19.2.2",
"@types/jest": "29.5.8",
"eslint": "9.14.0",
"jest": "29.7.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/eslint-config

## 10.0.0

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 10.0.0-beta.8

### Breaking 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": "10.0.0-beta.8",
"version": "10.0.0",
"description": "ESLint config for Guardian JavaScript projects",
"type": "module",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/identity-auth-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/identity-auth-frontend

## 6.0.2

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 6.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/@guardian/identity-auth-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/identity-auth-frontend",
"version": "6.0.1",
"version": "6.0.2",
"private": false,
"description": "",
"license": "Apache-2.0",
Expand All @@ -27,8 +27,8 @@
},
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/identity-auth": "4.0.1",
"@guardian/libs": "19.2.1",
"@guardian/identity-auth": "4.0.2",
"@guardian/libs": "19.2.2",
"@types/jest": "29.5.8",
"eslint": "9.14.0",
"jest": "29.7.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/identity-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/identity-auth

## 4.0.2

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/identity-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/identity-auth",
"version": "4.0.1",
"version": "4.0.2",
"private": false,
"description": "",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "19.2.1",
"@guardian/libs": "19.2.2",
"@types/jest": "29.5.8",
"eslint": "9.14.0",
"jest": "29.7.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/@guardian/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @guardian/libs

## 19.2.2

### Patch Changes

- 064c5fb: Fixes for new eslint config
- 4f6efbd: Use applicableSections and supportedAPI to get consent state in the US

## 19.2.1

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

## 3.0.1

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/newsletter-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/newsletter-types",
"version": "3.0.0",
"version": "3.0.1",
"private": false,
"description": "A set of types describing the output of the Guardian newsletters API",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/react-crossword/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@emotion/react": "11.11.3",
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "19.2.1",
"@guardian/source": "8.0.0",
"@guardian/libs": "19.2.2",
"@guardian/source": "8.0.1",
"@storybook/addon-a11y": "8.4.1",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/source-development-kitchen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source-development-kitchen

## 13.1.1

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 13.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/@guardian/source-development-kitchen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-development-kitchen",
"version": "13.1.0",
"version": "13.1.1",
"sideEffects": false,
"type": "module",
"exports": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@emotion/react": "11.11.3",
"@guardian/eslint-config": "workspace:*",
"@guardian/libs": "19.2.1",
"@guardian/source": "8.0.0",
"@guardian/libs": "19.2.2",
"@guardian/source": "8.0.1",
"@storybook/addon-a11y": "8.4.1",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source

## 8.0.1

### Patch Changes

- 064c5fb: Fixes for new eslint config

## 8.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": "8.0.0",
"version": "8.0.1",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9276a5

Please sign in to comment.