Skip to content

Commit

Permalink
🦋 Release package updates (#1427)
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 May 8, 2024
1 parent 15d2513 commit db1d116
Show file tree
Hide file tree
Showing 37 changed files with 129 additions and 41 deletions.
23 changes: 0 additions & 23 deletions .changeset/lovely-moose-thank.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.3

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 7.0.2

### 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.2",
"version": "7.0.3",
"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

## 8.0.2

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.0.1",
"version": "8.0.2",
"private": false,
"description": "A React library for A/B & multivariate testing",
"license": "Apache-2.0",
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.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 6.1.0

### Minor 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.0",
"version": "6.1.1",
"description": "Browserslist config for Guardian websites",
"main": "browserslist.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions libs/@guardian/cobalt-plugin-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @guardian/cobalt-plugin-ts

## 0.1.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.
2 changes: 1 addition & 1 deletion libs/@guardian/cobalt-plugin-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/cobalt-plugin-ts",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"main": "./index.js",
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

## 6.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.0",
"version": "6.0.1",
"private": false,
"description": "Methods to help with the implementation of Google's Core Web Vitals",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions libs/@guardian/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @guardian/eslint-config-typescript

## 10.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.
- Updated dependencies [0382052]
- @guardian/eslint-config@8.0.1

## 10.0.0

### Major 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": "10.0.0",
"version": "10.0.1",
"description": "ESLint config for Guardian TypeScript projects",
"main": "index.js",
"scripts": {
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

## 8.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 8.0.0

### Major 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": "8.0.0",
"version": "8.0.1",
"description": "ESLint config for Guardian JavaScript projects",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/eslint-plugin-source-foundations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/eslint-plugin-source-foundations

## 18.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 18.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/eslint-plugin-source-foundations",
"version": "18.0.0",
"version": "18.0.1",
"description": "ESLint plugin for Guardian projects using the `@guardian/source-foundations` package.",
"type": "module",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/eslint-plugin-source-react-components

## 24.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 24.0.0

### Major 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": "24.0.0",
"version": "24.0.1",
"description": "ESLint plugin for Guardian projects using the `@guardian/source-react-components` package.",
"type": "module",
"exports": {
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

## 4.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"private": false,
"description": "",
"license": "Apache-2.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

## 2.1.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.1.0",
"version": "2.1.1",
"private": false,
"description": "",
"license": "Apache-2.0",
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

## 16.1.3

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 16.1.2

### 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": "16.1.2",
"version": "16.1.3",
"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

## 2.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 2.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": "2.0.0",
"version": "2.0.1",
"private": false,
"description": "A set of types describing the output of the Guardian newsletters API",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/prettier

## 8.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/prettier",
"version": "8.0.0",
"version": "8.0.1",
"description": "Prettier config for Guardian JavaScript & TypeScript projects",
"main": "index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/source-foundations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source-foundations

## 15.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 15.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/source-foundations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-foundations",
"version": "15.0.0",
"version": "15.0.1",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source-react-components-development-kitchen

## 20.0.3

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 20.0.2

### 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": "20.0.2",
"version": "20.0.3",
"sideEffects": false,
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/source-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source-react-components

## 24.0.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 24.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@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": "24.0.0",
"version": "24.0.1",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/tsconfig

## 0.3.1

### Patch Changes

- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/tsconfig",
"version": "0.3.0",
"version": "0.3.1",
"description": "TSConfig base for Guardian TypeScript projects",
"main": "tsconfig.json",
"scripts": {
Expand Down

0 comments on commit db1d116

Please sign in to comment.