From 27c74dc436878f33949da3f10058686ef2424c77 Mon Sep 17 00:00:00 2001 From: Oliver Abrahams Date: Thu, 23 May 2024 11:50:38 +0100 Subject: [PATCH] Production release of `@guardian/source-development-kitchen` package (#1473) * production release of @guardian/source-development-kitchen --------- Co-authored-by: James Mockett <1166188+jamesmockett@users.noreply.github.com> Co-authored-by: Alex Sanders --- .../source-development-kitchen/CHANGELOG.md | 22 +++++++++++++++++++ .../source-development-kitchen/package.json | 6 ++--- pnpm-lock.yaml | 8 +++---- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/libs/@guardian/source-development-kitchen/CHANGELOG.md b/libs/@guardian/source-development-kitchen/CHANGELOG.md index d87368c02..4ae41b37b 100644 --- a/libs/@guardian/source-development-kitchen/CHANGELOG.md +++ b/libs/@guardian/source-development-kitchen/CHANGELOG.md @@ -5,3 +5,25 @@ ### Minor Changes - dfe0ebb: Create `@guardian/source-development-kitchen` + +## 1.0.0 + +### Major Changes + +#### First production release of single Source Development Kitchen. + +Allows extending Source Development Kitchen to add potential support beyond React components... + +#### Before + +``` +import { StarRating } from '@guardian/source-react-components-development-kitchen' +``` + +#### After + +``` +import { StarRating } from '@guardian/source-development-kitchen/react-components' +``` + +_There will be no more updates to the old package. From now on, all updates to Source Development Kitchen will come via this package._ diff --git a/libs/@guardian/source-development-kitchen/package.json b/libs/@guardian/source-development-kitchen/package.json index 7d48d1ef7..c3daa4b6f 100644 --- a/libs/@guardian/source-development-kitchen/package.json +++ b/libs/@guardian/source-development-kitchen/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/source-development-kitchen", - "version": "0.1.0", + "version": "1.0.0", "sideEffects": false, "type": "module", "exports": { @@ -28,7 +28,7 @@ "@babel/core": "7.24.0", "@emotion/react": "11.11.1", "@guardian/libs": "16.0.0", - "@guardian/source": "0.3.0", + "@guardian/source": "1.0.0", "@storybook/manager-api": "8.0.5", "@storybook/react": "8.0.5", "@types/react": "18.2.11", @@ -42,7 +42,7 @@ "peerDependencies": { "@emotion/react": "^11.11.1", "@guardian/libs": "^16.0.0", - "@guardian/source": "^0.3.0", + "@guardian/source": "^1.0.0", "@types/react": "^18.2.11", "react": "^18.2.0", "tslib": "^2.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bba76c732..9aa02515e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -628,8 +628,8 @@ importers: specifier: 16.0.0 version: 16.0.0(tslib@2.6.2)(typescript@5.3.3) '@guardian/source': - specifier: 0.3.0 - version: 0.3.0(@emotion/react@11.11.1)(@types/react@18.2.11)(react@18.2.0)(tslib@2.6.2)(typescript@5.3.3) + specifier: 1.0.0 + version: 1.0.0(@emotion/react@11.11.1)(@types/react@18.2.11)(react@18.2.0)(tslib@2.6.2)(typescript@5.3.3) '@storybook/manager-api': specifier: 8.0.5 version: 8.0.5(react-dom@18.2.0)(react@18.2.0) @@ -3040,8 +3040,8 @@ packages: typescript: 5.3.3 dev: true - /@guardian/source@0.3.0(@emotion/react@11.11.1)(@types/react@18.2.11)(react@18.2.0)(tslib@2.6.2)(typescript@5.3.3): - resolution: {integrity: sha512-3PwArI4TZtL7KY9yCK5oZDidwuJzUV2rzz1PkrNaT+N5Mvxt3Xb4a6oHs+1+T55ec3cH/0RQ9cvNGpPW6ohQlA==} + /@guardian/source@1.0.0(@emotion/react@11.11.1)(@types/react@18.2.11)(react@18.2.0)(tslib@2.6.2)(typescript@5.3.3): + resolution: {integrity: sha512-UnBWVVyf45lSShKHaN8sqrAnItgrUYBUhQomGPU440QKrhiK6QpaKJfNrSIdTtOyFCPB9x9FljfoYWVj9sgZOg==} peerDependencies: '@emotion/react': ^11.11.1 '@types/react': ^18.2.11