Skip to content

Commit

Permalink
Production release of @guardian/source-development-kitchen package (#…
Browse files Browse the repository at this point in the history
…1473)

* production release of @guardian/source-development-kitchen

---------

Co-authored-by: James Mockett <1166188+jamesmockett@users.noreply.github.com>
Co-authored-by: Alex Sanders <alex@sndrs.dev>
  • Loading branch information
3 people committed May 23, 2024
1 parent a2b5b2b commit 27c74dc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
22 changes: 22 additions & 0 deletions libs/@guardian/source-development-kitchen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
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": "0.1.0",
"version": "1.0.0",
"sideEffects": false,
"type": "module",
"exports": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 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 27c74dc

Please sign in to comment.