Skip to content

Commit

Permalink
Production release of @guardian/source (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverabrahams committed May 23, 2024
1 parent 3ac083e commit a2b5b2b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions libs/@guardian/source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,27 @@
### Minor Changes

- e60f79e: third attempt

## 1.0.0

### Major Changes

#### First production release of single Source package.

Combining `@guardian/source-foundations@16.0.0` and `@guardian/source-react-components@25.0.0` into single package.

#### Before

```
import { palette } from '@guardian/source-foundations'
import { Button } from '@guardian/source-react-components'
```

#### After

```
import { palette } from '@guardian/source/foundations'
import { Button } from '@guardian/source/react-components'
```

_There will be no more updates to the two separate packages. From now on, all updates to Source will come via this single package._
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": "0.3.0",
"version": "1.0.0",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit a2b5b2b

Please sign in to comment.