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 84d629c01..d6c9963b3 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", @@ -60,7 +59,6 @@ "@emotion/react": "^11.11.3", "@guardian/libs": "^19.1.0", "@guardian/source": "^8.0.0", - "@guardian/source-development-kitchen": "^13.1.0", "@types/react": "^18.2.79", "react": "^18.2.0", "typescript": "~5.5.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c1ce62cc..a60de7727 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -507,9 +507,6 @@ importers: libs/@guardian/react-crossword: dependencies: - '@guardian/source-development-kitchen': - specifier: ^13.1.0 - version: link:../source-development-kitchen tslib: specifier: 2.6.2 version: 2.6.2