From db1d116cd314bf593abed9aec2752bcac10beba8 Mon Sep 17 00:00:00 2001 From: "gu-changesets-release-pr[bot]" <150677948+gu-changesets-release-pr[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 10:52:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20Release=20package=20updates=20(#?= =?UTF-8?q?1427)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gu-changesets-release-pr[bot] Co-authored-by: Alex Sanders --- .changeset/lovely-moose-thank.md | 23 ------------------- libs/@guardian/ab-core/CHANGELOG.md | 6 +++++ libs/@guardian/ab-core/package.json | 2 +- libs/@guardian/ab-react/CHANGELOG.md | 6 +++++ libs/@guardian/ab-react/package.json | 2 +- .../browserslist-config/CHANGELOG.md | 6 +++++ .../browserslist-config/package.json | 2 +- libs/@guardian/cobalt-plugin-ts/CHANGELOG.md | 7 ++++++ libs/@guardian/cobalt-plugin-ts/package.json | 2 +- libs/@guardian/core-web-vitals/CHANGELOG.md | 6 +++++ libs/@guardian/core-web-vitals/package.json | 2 +- .../eslint-config-typescript/CHANGELOG.md | 8 +++++++ .../eslint-config-typescript/package.json | 2 +- libs/@guardian/eslint-config/CHANGELOG.md | 6 +++++ libs/@guardian/eslint-config/package.json | 2 +- .../CHANGELOG.md | 6 +++++ .../package.json | 2 +- .../CHANGELOG.md | 6 +++++ .../package.json | 2 +- .../identity-auth-frontend/CHANGELOG.md | 6 +++++ .../identity-auth-frontend/package.json | 2 +- libs/@guardian/identity-auth/CHANGELOG.md | 6 +++++ libs/@guardian/identity-auth/package.json | 2 +- libs/@guardian/libs/CHANGELOG.md | 6 +++++ libs/@guardian/libs/package.json | 2 +- libs/@guardian/newsletter-types/CHANGELOG.md | 6 +++++ libs/@guardian/newsletter-types/package.json | 2 +- libs/@guardian/prettier/CHANGELOG.md | 6 +++++ libs/@guardian/prettier/package.json | 2 +- .../@guardian/source-foundations/CHANGELOG.md | 6 +++++ .../@guardian/source-foundations/package.json | 2 +- .../CHANGELOG.md | 6 +++++ .../package.json | 2 +- .../source-react-components/CHANGELOG.md | 6 +++++ .../source-react-components/package.json | 2 +- libs/@guardian/tsconfig/CHANGELOG.md | 6 +++++ libs/@guardian/tsconfig/package.json | 2 +- 37 files changed, 129 insertions(+), 41 deletions(-) delete mode 100644 .changeset/lovely-moose-thank.md create mode 100644 libs/@guardian/cobalt-plugin-ts/CHANGELOG.md diff --git a/.changeset/lovely-moose-thank.md b/.changeset/lovely-moose-thank.md deleted file mode 100644 index 591da9439..000000000 --- a/.changeset/lovely-moose-thank.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -'@guardian/source-react-components-development-kitchen': patch -'@guardian/eslint-plugin-source-react-components': patch -'@guardian/eslint-plugin-source-foundations': patch -'@guardian/eslint-config-typescript': patch -'@guardian/source-react-components': patch -'@guardian/identity-auth-frontend': patch -'@guardian/browserslist-config': patch -'@guardian/source-foundations': patch -'@guardian/cobalt-plugin-ts': patch -'@guardian/newsletter-types': patch -'@guardian/core-web-vitals': patch -'@guardian/eslint-config': patch -'@guardian/identity-auth': patch -'@guardian/ab-react': patch -'@guardian/prettier': patch -'@guardian/tsconfig': patch -'@guardian/ab-core': patch -'@guardian/libs': patch ---- - -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`. diff --git a/libs/@guardian/ab-core/CHANGELOG.md b/libs/@guardian/ab-core/CHANGELOG.md index 7a50d1aa1..dc6444cd2 100644 --- a/libs/@guardian/ab-core/CHANGELOG.md +++ b/libs/@guardian/ab-core/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/ab-core/package.json b/libs/@guardian/ab-core/package.json index 8136f09c5..e995dcf5e 100644 --- a/libs/@guardian/ab-core/package.json +++ b/libs/@guardian/ab-core/package.json @@ -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", diff --git a/libs/@guardian/ab-react/CHANGELOG.md b/libs/@guardian/ab-react/CHANGELOG.md index 5d406779a..f332d1af8 100644 --- a/libs/@guardian/ab-react/CHANGELOG.md +++ b/libs/@guardian/ab-react/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/ab-react/package.json b/libs/@guardian/ab-react/package.json index 1614ef3e8..fe925a8e5 100644 --- a/libs/@guardian/ab-react/package.json +++ b/libs/@guardian/ab-react/package.json @@ -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", diff --git a/libs/@guardian/browserslist-config/CHANGELOG.md b/libs/@guardian/browserslist-config/CHANGELOG.md index 08a200ef7..bb53ceaf0 100644 --- a/libs/@guardian/browserslist-config/CHANGELOG.md +++ b/libs/@guardian/browserslist-config/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/browserslist-config/package.json b/libs/@guardian/browserslist-config/package.json index b142b8332..e87fb322d 100644 --- a/libs/@guardian/browserslist-config/package.json +++ b/libs/@guardian/browserslist-config/package.json @@ -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": [ diff --git a/libs/@guardian/cobalt-plugin-ts/CHANGELOG.md b/libs/@guardian/cobalt-plugin-ts/CHANGELOG.md new file mode 100644 index 000000000..cd046f2cf --- /dev/null +++ b/libs/@guardian/cobalt-plugin-ts/CHANGELOG.md @@ -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`. diff --git a/libs/@guardian/cobalt-plugin-ts/package.json b/libs/@guardian/cobalt-plugin-ts/package.json index d4b0f462f..231b01a26 100644 --- a/libs/@guardian/cobalt-plugin-ts/package.json +++ b/libs/@guardian/cobalt-plugin-ts/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/cobalt-plugin-ts", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "main": "./index.js", diff --git a/libs/@guardian/core-web-vitals/CHANGELOG.md b/libs/@guardian/core-web-vitals/CHANGELOG.md index 5c09c903d..c9553a69b 100644 --- a/libs/@guardian/core-web-vitals/CHANGELOG.md +++ b/libs/@guardian/core-web-vitals/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/core-web-vitals/package.json b/libs/@guardian/core-web-vitals/package.json index e0eba9dce..bf3a3bc86 100644 --- a/libs/@guardian/core-web-vitals/package.json +++ b/libs/@guardian/core-web-vitals/package.json @@ -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, diff --git a/libs/@guardian/eslint-config-typescript/CHANGELOG.md b/libs/@guardian/eslint-config-typescript/CHANGELOG.md index eaf22c846..06b688e98 100644 --- a/libs/@guardian/eslint-config-typescript/CHANGELOG.md +++ b/libs/@guardian/eslint-config-typescript/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/eslint-config-typescript/package.json b/libs/@guardian/eslint-config-typescript/package.json index d3e0c5d34..1819f9acc 100644 --- a/libs/@guardian/eslint-config-typescript/package.json +++ b/libs/@guardian/eslint-config-typescript/package.json @@ -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": { diff --git a/libs/@guardian/eslint-config/CHANGELOG.md b/libs/@guardian/eslint-config/CHANGELOG.md index 8c2157f19..dd2281986 100644 --- a/libs/@guardian/eslint-config/CHANGELOG.md +++ b/libs/@guardian/eslint-config/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/eslint-config/package.json b/libs/@guardian/eslint-config/package.json index dfb1ea672..f9d157fb1 100644 --- a/libs/@guardian/eslint-config/package.json +++ b/libs/@guardian/eslint-config/package.json @@ -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": { diff --git a/libs/@guardian/eslint-plugin-source-foundations/CHANGELOG.md b/libs/@guardian/eslint-plugin-source-foundations/CHANGELOG.md index 7088192cc..27f431e51 100644 --- a/libs/@guardian/eslint-plugin-source-foundations/CHANGELOG.md +++ b/libs/@guardian/eslint-plugin-source-foundations/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/eslint-plugin-source-foundations/package.json b/libs/@guardian/eslint-plugin-source-foundations/package.json index 167bacd80..d46368b96 100644 --- a/libs/@guardian/eslint-plugin-source-foundations/package.json +++ b/libs/@guardian/eslint-plugin-source-foundations/package.json @@ -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": { diff --git a/libs/@guardian/eslint-plugin-source-react-components/CHANGELOG.md b/libs/@guardian/eslint-plugin-source-react-components/CHANGELOG.md index 772211725..70043c2d9 100644 --- a/libs/@guardian/eslint-plugin-source-react-components/CHANGELOG.md +++ b/libs/@guardian/eslint-plugin-source-react-components/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/eslint-plugin-source-react-components/package.json b/libs/@guardian/eslint-plugin-source-react-components/package.json index cd7828773..40772884d 100644 --- a/libs/@guardian/eslint-plugin-source-react-components/package.json +++ b/libs/@guardian/eslint-plugin-source-react-components/package.json @@ -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": { diff --git a/libs/@guardian/identity-auth-frontend/CHANGELOG.md b/libs/@guardian/identity-auth-frontend/CHANGELOG.md index ed11b17be..e86df6f10 100644 --- a/libs/@guardian/identity-auth-frontend/CHANGELOG.md +++ b/libs/@guardian/identity-auth-frontend/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/identity-auth-frontend/package.json b/libs/@guardian/identity-auth-frontend/package.json index c2dac2116..f6e7f8ea9 100644 --- a/libs/@guardian/identity-auth-frontend/package.json +++ b/libs/@guardian/identity-auth-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/identity-auth-frontend", - "version": "4.0.0", + "version": "4.0.1", "private": false, "description": "", "license": "Apache-2.0", diff --git a/libs/@guardian/identity-auth/CHANGELOG.md b/libs/@guardian/identity-auth/CHANGELOG.md index cd4e160c3..a02252662 100644 --- a/libs/@guardian/identity-auth/CHANGELOG.md +++ b/libs/@guardian/identity-auth/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/identity-auth/package.json b/libs/@guardian/identity-auth/package.json index 693b79829..9beac2277 100644 --- a/libs/@guardian/identity-auth/package.json +++ b/libs/@guardian/identity-auth/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/identity-auth", - "version": "2.1.0", + "version": "2.1.1", "private": false, "description": "", "license": "Apache-2.0", diff --git a/libs/@guardian/libs/CHANGELOG.md b/libs/@guardian/libs/CHANGELOG.md index a073716a1..ddd25c190 100644 --- a/libs/@guardian/libs/CHANGELOG.md +++ b/libs/@guardian/libs/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/libs/package.json b/libs/@guardian/libs/package.json index 5d3ac14e9..d77781d3c 100644 --- a/libs/@guardian/libs/package.json +++ b/libs/@guardian/libs/package.json @@ -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, diff --git a/libs/@guardian/newsletter-types/CHANGELOG.md b/libs/@guardian/newsletter-types/CHANGELOG.md index fd3632cdb..cd269b157 100644 --- a/libs/@guardian/newsletter-types/CHANGELOG.md +++ b/libs/@guardian/newsletter-types/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/newsletter-types/package.json b/libs/@guardian/newsletter-types/package.json index 306e73108..c05b9d320 100644 --- a/libs/@guardian/newsletter-types/package.json +++ b/libs/@guardian/newsletter-types/package.json @@ -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, diff --git a/libs/@guardian/prettier/CHANGELOG.md b/libs/@guardian/prettier/CHANGELOG.md index 982c1e6a2..49f2fec43 100644 --- a/libs/@guardian/prettier/CHANGELOG.md +++ b/libs/@guardian/prettier/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/prettier/package.json b/libs/@guardian/prettier/package.json index 26ba9776a..eb8d6f0ff 100644 --- a/libs/@guardian/prettier/package.json +++ b/libs/@guardian/prettier/package.json @@ -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": [ diff --git a/libs/@guardian/source-foundations/CHANGELOG.md b/libs/@guardian/source-foundations/CHANGELOG.md index 8532844c8..afa769ea0 100644 --- a/libs/@guardian/source-foundations/CHANGELOG.md +++ b/libs/@guardian/source-foundations/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/source-foundations/package.json b/libs/@guardian/source-foundations/package.json index b8417a82b..9715da290 100644 --- a/libs/@guardian/source-foundations/package.json +++ b/libs/@guardian/source-foundations/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/source-foundations", - "version": "15.0.0", + "version": "15.0.1", "license": "Apache-2.0", "sideEffects": false, "type": "module", diff --git a/libs/@guardian/source-react-components-development-kitchen/CHANGELOG.md b/libs/@guardian/source-react-components-development-kitchen/CHANGELOG.md index 0b9f98247..4bb9b9201 100644 --- a/libs/@guardian/source-react-components-development-kitchen/CHANGELOG.md +++ b/libs/@guardian/source-react-components-development-kitchen/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/source-react-components-development-kitchen/package.json b/libs/@guardian/source-react-components-development-kitchen/package.json index 9f3c763f7..e494f1da7 100644 --- a/libs/@guardian/source-react-components-development-kitchen/package.json +++ b/libs/@guardian/source-react-components-development-kitchen/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/source-react-components-development-kitchen", - "version": "20.0.2", + "version": "20.0.3", "sideEffects": false, "type": "module", "exports": { diff --git a/libs/@guardian/source-react-components/CHANGELOG.md b/libs/@guardian/source-react-components/CHANGELOG.md index 866c4e97b..28371caec 100644 --- a/libs/@guardian/source-react-components/CHANGELOG.md +++ b/libs/@guardian/source-react-components/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/source-react-components/package.json b/libs/@guardian/source-react-components/package.json index 6bc7c514a..e5537db3e 100644 --- a/libs/@guardian/source-react-components/package.json +++ b/libs/@guardian/source-react-components/package.json @@ -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", diff --git a/libs/@guardian/tsconfig/CHANGELOG.md b/libs/@guardian/tsconfig/CHANGELOG.md index d3e328723..f1deed3c8 100644 --- a/libs/@guardian/tsconfig/CHANGELOG.md +++ b/libs/@guardian/tsconfig/CHANGELOG.md @@ -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 diff --git a/libs/@guardian/tsconfig/package.json b/libs/@guardian/tsconfig/package.json index f147832c3..78114b8e1 100644 --- a/libs/@guardian/tsconfig/package.json +++ b/libs/@guardian/tsconfig/package.json @@ -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": {