Skip to content

Commit

Permalink
Merge e059a77 into 0a603ad
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs authored Dec 12, 2024
2 parents 0a603ad + e059a77 commit dde2306
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
"baseBranch": "main",
"updateInternalDependencies": "patch",
"bumpVersionsWithWorkspaceProtocolOnly": false,
"ignore": [
"github-pages",
"@configs/*",
"coverage",
"storybooks",
"@guardian/react-crossword"
],
"useCalculatedVersion": true,
"ignore": ["github-pages", "@configs/*", "coverage", "storybooks"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
5 changes: 5 additions & 0 deletions .changeset/react-crozzword-next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@guardian/react-crossword': major
---

to be completed...
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The following packages live in `libs/@guardian/*` and are published to NPM:
- [@guardian/libs](libs/@guardian/libs)
- [@guardian/newsletter-types](libs/@guardian/newsletter-types)
- [@guardian/prettier](libs/@guardian/prettier)
- [@guardian/react-crossword](libs/@guardian/react-crossword)
- [@guardian/source](libs/@guardian/source)
- [@guardian/source-development-kitchen](libs/@guardian/source-development-kitchen)
- [@guardian/tsconfig](libs/@guardian/tsconfig)
Expand Down
3 changes: 1 addition & 2 deletions libs/@guardian/react-crossword/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@guardian/react-crossword",
"version": "3.0.0-alpha.0",
"private": true,
"version": "2.0.2",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit dde2306

Please sign in to comment.