Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-changesets-release-pr[bot] committed Jun 18, 2024
1 parent dc79048 commit d2b8d59
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-bobcats-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-poems-compare.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/nasty-apples-bake.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/serious-bulldogs-unite.md

This file was deleted.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Tasks that apply to all projects are defined in the [`Makefile`](./Makefile):
- `make storybooks` _runs storybook for all projects in single instance_
- `make test` _runs the unit tests for all projects_
- `make test:coverage` _get test coverage for CSTI projects_
- `make tsc` _type-checking all projects_
- `make validate` _makes sure absolutely everything is working_
- `make verify-dist` _runs unit tests against dist for all projects_

Expand All @@ -78,6 +79,7 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/ab-core:fix`
- `make @guardian/ab-core:lint`
- `make @guardian/ab-core:test`
- `make @guardian/ab-core:tsc`
- `make @guardian/ab-core:verify-dist`

#### @guardian/ab-react
Expand All @@ -87,18 +89,21 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/ab-react:fix`
- `make @guardian/ab-react:lint`
- `make @guardian/ab-react:test`
- `make @guardian/ab-react:tsc`
- `make @guardian/ab-react:verify-dist`

#### @guardian/browserslist-config

- `make @guardian/browserslist-config:fix`
- `make @guardian/browserslist-config:lint`
- `make @guardian/browserslist-config:tsc`
- `make @guardian/browserslist-config:update-readme`

#### @guardian/cobalt-plugin-ts

- `make @guardian/cobalt-plugin-ts:fix`
- `make @guardian/cobalt-plugin-ts:lint`
- `make @guardian/cobalt-plugin-ts:tsc`

#### @guardian/core-web-vitals

Expand All @@ -107,23 +112,27 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/core-web-vitals:fix`
- `make @guardian/core-web-vitals:lint`
- `make @guardian/core-web-vitals:test`
- `make @guardian/core-web-vitals:tsc`
- `make @guardian/core-web-vitals:verify-dist`

#### @guardian/design-tokens

- `make @guardian/design-tokens:build`
- `make @guardian/design-tokens:fix`
- `make @guardian/design-tokens:lint`
- `make @guardian/design-tokens:tsc`

#### @guardian/eslint-config

- `make @guardian/eslint-config:fix`
- `make @guardian/eslint-config:lint`
- `make @guardian/eslint-config:tsc`

#### @guardian/eslint-config-typescript

- `make @guardian/eslint-config-typescript:fix`
- `make @guardian/eslint-config-typescript:lint`
- `make @guardian/eslint-config-typescript:tsc`

#### @guardian/identity-auth

Expand All @@ -132,6 +141,7 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/identity-auth:fix`
- `make @guardian/identity-auth:lint`
- `make @guardian/identity-auth:test`
- `make @guardian/identity-auth:tsc`
- `make @guardian/identity-auth:verify-dist`

#### @guardian/identity-auth-frontend
Expand All @@ -141,6 +151,7 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/identity-auth-frontend:fix`
- `make @guardian/identity-auth-frontend:lint`
- `make @guardian/identity-auth-frontend:test`
- `make @guardian/identity-auth-frontend:tsc`
- `make @guardian/identity-auth-frontend:verify-dist`

#### @guardian/libs
Expand All @@ -152,6 +163,7 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/libs:fix`
- `make @guardian/libs:lint`
- `make @guardian/libs:test`
- `make @guardian/libs:tsc`
- `make @guardian/libs:verify-dist`

#### @guardian/newsletter-types
Expand All @@ -160,11 +172,13 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/newsletter-types:dev`
- `make @guardian/newsletter-types:fix`
- `make @guardian/newsletter-types:lint`
- `make @guardian/newsletter-types:tsc`

#### @guardian/prettier

- `make @guardian/prettier:fix`
- `make @guardian/prettier:lint`
- `make @guardian/prettier:tsc`

#### @guardian/source

Expand All @@ -177,6 +191,7 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/source:lint`
- `make @guardian/source:storybook`
- `make @guardian/source:test`
- `make @guardian/source:tsc`
- `make @guardian/source:verify-dist`

#### @guardian/source-development-kitchen
Expand All @@ -188,13 +203,15 @@ Project-specific tasks are defined as `scripts` in their `package.json`, and can
- `make @guardian/source-development-kitchen:lint`
- `make @guardian/source-development-kitchen:storybook`
- `make @guardian/source-development-kitchen:test`
- `make @guardian/source-development-kitchen:tsc`
- `make @guardian/source-development-kitchen:verify-dist`

#### github-pages

- `make github-pages:build`
- `make github-pages:dev`
- `make github-pages:start`
- `make github-pages:tsc`

#### storybooks

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

## 17.0.0

### Major Changes

- 437e880: Remove GA from cmp vendorlist

## 16.1.4

### 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.4",
"version": "17.0.0",
"private": false,
"description": "A collection of JavaScript libraries and TypeScript types for Guardian projects",
"sideEffects": false,
Expand Down
17 changes: 17 additions & 0 deletions libs/@guardian/source-development-kitchen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @guardian/source-development-kitchen

## 3.0.0

### Major Changes

- 490384d: Now has a peer dependency of `@emotion/react@^11.11.3` (from `^11.11.1`).

Fixes conflicting types between Emotion's deps, as outlined in https://github.com/emotion-js/emotion/pull/3141.

### Patch Changes

- 955b831: Replace use of deprecated `ArticlePillar` with `Pillar` from `@guardian/libs`.
- Updated dependencies [437e880]
- Updated dependencies [dc79048]
- Updated dependencies [490384d]
- @guardian/libs@17.0.0
- @guardian/source@4.0.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0",
"version": "3.0.0",
"sideEffects": false,
"type": "module",
"exports": {
Expand Down
18 changes: 18 additions & 0 deletions libs/@guardian/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @guardian/source

## 4.0.0

### Major Changes

- dc79048: Adds Guardian Headline 64px typography presets and removes Guardian Headline 70px presets.

```
headlineBold64
headlineLight64
headlineLightItalic64
headlineMedium64
headlineMediumItalic64
```

- 490384d: Now has a peer dependency of `@emotion/react@^11.11.3` (from `^11.11.1`).

Fixes conflicting types between Emotion's deps, as outlined in https://github.com/emotion-js/emotion/pull/3141.

## 3.0.0

### Major Changes
Expand Down
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": "3.0.0",
"version": "4.0.0",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit d2b8d59

Please sign in to comment.