diff --git a/.changeset/config.json b/.changeset/config.json index 1575ecbbc..48c1e19cc 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -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 } diff --git a/.changeset/react-crozzword-next.md b/.changeset/react-crozzword-next.md new file mode 100644 index 000000000..8290fe56a --- /dev/null +++ b/.changeset/react-crozzword-next.md @@ -0,0 +1,5 @@ +--- +'@guardian/react-crossword': major +--- + +to be completed... diff --git a/README.md b/README.md index 266cc0cc4..0b3f21ece 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/libs/@guardian/react-crossword/package.json b/libs/@guardian/react-crossword/package.json index fcdebe4b5..38f98c7ba 100644 --- a/libs/@guardian/react-crossword/package.json +++ b/libs/@guardian/react-crossword/package.json @@ -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",