From 0b45f5b4348ded09a12d6aa449db29bdd9156b12 Mon Sep 17 00:00:00 2001 From: Alex Sanders Date: Thu, 28 Nov 2024 15:56:20 +0000 Subject: [PATCH 1/3] add changeset --- .changeset/react-crozzword-next.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/react-crozzword-next.md 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... From bdedbdb8e89c291db82aaf270ec75f0fb75d6ae5 Mon Sep 17 00:00:00 2001 From: Alex Sanders Date: Thu, 28 Nov 2024 16:17:12 +0000 Subject: [PATCH 2/3] set crossword version to current version as if it had always been here --- .changeset/config.json | 8 +------- README.md | 1 + libs/@guardian/react-crossword/package.json | 3 +-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 1575ecbbc..99dc130f3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,13 +8,7 @@ "baseBranch": "main", "updateInternalDependencies": "patch", "bumpVersionsWithWorkspaceProtocolOnly": false, - "ignore": [ - "github-pages", - "@configs/*", - "coverage", - "storybooks", - "@guardian/react-crossword" - ], + "ignore": ["github-pages", "@configs/*", "coverage", "storybooks"], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true } 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", From e059a77d0731f7c9c98c5771086f711afbd72da9 Mon Sep 17 00:00:00 2001 From: Alex Sanders Date: Thu, 28 Nov 2024 16:27:18 +0000 Subject: [PATCH 3/3] use calculated version for changesets snapshot --- .changeset/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/config.json b/.changeset/config.json index 99dc130f3..48c1e19cc 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,6 +8,7 @@ "baseBranch": "main", "updateInternalDependencies": "patch", "bumpVersionsWithWorkspaceProtocolOnly": false, + "useCalculatedVersion": true, "ignore": ["github-pages", "@configs/*", "coverage", "storybooks"], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true