From 3c0349638ac94c62fe270940ec0560dba6ff4997 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 07:39:49 +0100 Subject: [PATCH] Version Packages (#1184) Co-authored-by: github-actions[bot] --- .changeset/healthy-cobras-worry.md | 23 ---------------- .changeset/many-dodos-shop.md | 5 ---- .changeset/thin-pumas-remember.md | 6 ----- packages/apply-release-plan/CHANGELOG.md | 18 +++++++++++++ packages/apply-release-plan/package.json | 10 +++---- packages/apply-release-plan/src/index.ts | 2 +- packages/assemble-release-plan/CHANGELOG.md | 13 +++++++++ packages/assemble-release-plan/package.json | 8 +++--- packages/changelog-git/CHANGELOG.md | 11 ++++++++ packages/changelog-git/package.json | 4 +-- packages/changelog-github/CHANGELOG.md | 12 +++++++++ packages/changelog-github/package.json | 6 ++--- packages/cli/CHANGELOG.md | 27 +++++++++++++++++++ packages/cli/package.json | 28 ++++++++++---------- packages/config/CHANGELOG.md | 14 ++++++++++ packages/config/package.json | 10 +++---- packages/errors/CHANGELOG.md | 6 +++++ packages/errors/package.json | 2 +- packages/get-dependents-graph/CHANGELOG.md | 11 ++++++++ packages/get-dependents-graph/package.json | 4 +-- packages/get-github-info/CHANGELOG.md | 6 +++++ packages/get-github-info/package.json | 2 +- packages/get-release-plan/CHANGELOG.md | 15 +++++++++++ packages/get-release-plan/package.json | 12 ++++----- packages/get-version-range-type/CHANGELOG.md | 6 +++++ packages/get-version-range-type/package.json | 2 +- packages/get-workspaces/CHANGELOG.md | 7 +++++ packages/get-workspaces/package.json | 4 +-- packages/git/CHANGELOG.md | 12 +++++++++ packages/git/package.json | 6 ++--- packages/logger/CHANGELOG.md | 6 +++++ packages/logger/package.json | 2 +- packages/parse/CHANGELOG.md | 11 ++++++++ packages/parse/package.json | 4 +-- packages/pre/CHANGELOG.md | 12 +++++++++ packages/pre/package.json | 6 ++--- packages/read/CHANGELOG.md | 14 ++++++++++ packages/read/package.json | 10 +++---- packages/release-utils/CHANGELOG.md | 13 +++++++++ packages/release-utils/package.json | 8 +++--- packages/types/CHANGELOG.md | 6 +++++ packages/types/package.json | 2 +- packages/write/CHANGELOG.md | 11 ++++++++ packages/write/package.json | 4 +-- scripts/test-utils/CHANGELOG.md | 8 ++++++ scripts/test-utils/package.json | 4 +-- 46 files changed, 309 insertions(+), 104 deletions(-) delete mode 100644 .changeset/healthy-cobras-worry.md delete mode 100644 .changeset/many-dodos-shop.md delete mode 100644 .changeset/thin-pumas-remember.md create mode 100644 scripts/test-utils/CHANGELOG.md diff --git a/.changeset/healthy-cobras-worry.md b/.changeset/healthy-cobras-worry.md deleted file mode 100644 index 9c753d199..000000000 --- a/.changeset/healthy-cobras-worry.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"@changesets/get-version-range-type": minor -"@changesets/assemble-release-plan": major -"@changesets/get-dependents-graph": major -"@changesets/apply-release-plan": major -"@changesets/changelog-github": minor -"@changesets/get-release-plan": major -"@changesets/get-github-info": minor -"@changesets/changelog-git": minor -"@changesets/release-utils": minor -"@changesets/config": major -"@changesets/errors": minor -"@changesets/logger": minor -"@changesets/parse": minor -"@changesets/types": major -"@changesets/write": minor -"@changesets/read": minor -"@changesets/cli": minor -"@changesets/git": major -"@changesets/pre": major ---- - -`package.json#exports` have been added to limit what (and how) code might be imported from the package. diff --git a/.changeset/many-dodos-shop.md b/.changeset/many-dodos-shop.md deleted file mode 100644 index b9b7b2749..000000000 --- a/.changeset/many-dodos-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/cli": patch ---- - -Replace the dependency `is-ci` with `ci-info`. diff --git a/.changeset/thin-pumas-remember.md b/.changeset/thin-pumas-remember.md deleted file mode 100644 index 56a99220c..000000000 --- a/.changeset/thin-pumas-remember.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@changesets/apply-release-plan": minor -"@changesets/cli": minor ---- - -Avoid using short commit IDs diff --git a/packages/apply-release-plan/CHANGELOG.md b/packages/apply-release-plan/CHANGELOG.md index 756196930..377e9775e 100644 --- a/packages/apply-release-plan/CHANGELOG.md +++ b/packages/apply-release-plan/CHANGELOG.md @@ -1,5 +1,23 @@ # @changesets/apply-release-plan +## 7.0.0 + +### Major Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Minor Changes + +- [#1236](https://github.com/changesets/changesets/pull/1236) [`dfd4cca`](https://github.com/changesets/changesets/commit/dfd4cca84118df913feedfeac37a4939566ae447) Thanks [@camertron](https://github.com/camertron)! - Avoid using short commit IDs + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/get-version-range-type@0.4.0 + - @changesets/config@3.0.0 + - @changesets/types@6.0.0 + - @changesets/git@3.0.0 + ## 6.1.4 ### Patch Changes diff --git a/packages/apply-release-plan/package.json b/packages/apply-release-plan/package.json index f59b8bf6b..e69de673f 100644 --- a/packages/apply-release-plan/package.json +++ b/packages/apply-release-plan/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/apply-release-plan", - "version": "6.1.4", + "version": "7.0.0", "description": "Takes a release plan and applies it to packages", "main": "dist/changesets-apply-release-plan.cjs.js", "module": "dist/changesets-apply-release-plan.esm.js", @@ -20,10 +20,10 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/apply-release-plan", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/config": "^2.3.1", - "@changesets/get-version-range-type": "^0.3.2", - "@changesets/git": "^2.0.0", - "@changesets/types": "^5.2.1", + "@changesets/config": "^3.0.0", + "@changesets/get-version-range-type": "^0.4.0", + "@changesets/git": "^3.0.0", + "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "detect-indent": "^6.0.0", "fs-extra": "^7.0.1", diff --git a/packages/apply-release-plan/src/index.ts b/packages/apply-release-plan/src/index.ts index 76aa42a34..d12496c00 100644 --- a/packages/apply-release-plan/src/index.ts +++ b/packages/apply-release-plan/src/index.ts @@ -52,7 +52,7 @@ async function getCommitsThatAddChangesets( const legacyPaths = missingIds.map((id) => `.changeset/${id}/changes.json`); const commitsForLegacyPaths = await git.getCommitsThatAddFiles(legacyPaths, { - cwd + cwd, }); // Fill in the blanks in the array of commits diff --git a/packages/assemble-release-plan/CHANGELOG.md b/packages/assemble-release-plan/CHANGELOG.md index 84a250614..dbc02cb4e 100644 --- a/packages/assemble-release-plan/CHANGELOG.md +++ b/packages/assemble-release-plan/CHANGELOG.md @@ -1,5 +1,18 @@ # @changesets/assemble-release-plan +## 6.0.0 + +### Major Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/get-dependents-graph@2.0.0 + - @changesets/errors@0.2.0 + - @changesets/types@6.0.0 + ## 5.2.4 ### Patch Changes diff --git a/packages/assemble-release-plan/package.json b/packages/assemble-release-plan/package.json index 955cf7363..cfed6f749 100644 --- a/packages/assemble-release-plan/package.json +++ b/packages/assemble-release-plan/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/assemble-release-plan", - "version": "5.2.4", + "version": "6.0.0", "description": "Reads changesets and adds information on dependents that need bumping", "main": "dist/changesets-assemble-release-plan.cjs.js", "module": "dist/changesets-assemble-release-plan.esm.js", @@ -20,9 +20,9 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/assemble-release-plan", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/errors": "^0.1.4", - "@changesets/get-dependents-graph": "^1.3.6", - "@changesets/types": "^5.2.1", + "@changesets/errors": "^0.2.0", + "@changesets/get-dependents-graph": "^2.0.0", + "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "semver": "^7.5.3" }, diff --git a/packages/changelog-git/CHANGELOG.md b/packages/changelog-git/CHANGELOG.md index 9312490a3..03f2c46c4 100644 --- a/packages/changelog-git/CHANGELOG.md +++ b/packages/changelog-git/CHANGELOG.md @@ -1,5 +1,16 @@ # @changesets/changelog-git +## 0.2.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/types@6.0.0 + ## 0.1.14 ### Patch Changes diff --git a/packages/changelog-git/package.json b/packages/changelog-git/package.json index 5186f5225..bec191ec5 100644 --- a/packages/changelog-git/package.json +++ b/packages/changelog-git/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/changelog-git", - "version": "0.1.14", + "version": "0.2.0", "description": "A changelog entry generator for git that writes hashes", "main": "dist/changesets-changelog-git.cjs.js", "module": "dist/changesets-changelog-git.esm.js", @@ -19,6 +19,6 @@ "license": "MIT", "repository": "https://github.com/changesets/changesets/tree/main/packages/changelog-git", "dependencies": { - "@changesets/types": "^5.2.1" + "@changesets/types": "^6.0.0" } } diff --git a/packages/changelog-github/CHANGELOG.md b/packages/changelog-github/CHANGELOG.md index de47d343b..37618b2c0 100644 --- a/packages/changelog-github/CHANGELOG.md +++ b/packages/changelog-github/CHANGELOG.md @@ -1,5 +1,17 @@ # @changesets/changelog-github +## 0.5.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/get-github-info@0.6.0 + - @changesets/types@6.0.0 + ## 0.4.8 ### Patch Changes diff --git a/packages/changelog-github/package.json b/packages/changelog-github/package.json index e370b1ccc..efe32f5bb 100644 --- a/packages/changelog-github/package.json +++ b/packages/changelog-github/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/changelog-github", - "version": "0.4.8", + "version": "0.5.0", "description": "A changelog entry generator for GitHub that links to commits, PRs and users", "main": "dist/changesets-changelog-github.cjs.js", "module": "dist/changesets-changelog-github.esm.js", @@ -19,8 +19,8 @@ "license": "MIT", "repository": "https://github.com/changesets/changesets/tree/main/packages/changelog-github", "dependencies": { - "@changesets/get-github-info": "^0.5.2", - "@changesets/types": "^5.2.1", + "@changesets/get-github-info": "^0.6.0", + "@changesets/types": "^6.0.0", "dotenv": "^8.1.0" }, "devDependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 37c69f442..b02ee7b02 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,32 @@ # @changesets/cli +## 2.27.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +- [#1236](https://github.com/changesets/changesets/pull/1236) [`dfd4cca`](https://github.com/changesets/changesets/commit/dfd4cca84118df913feedfeac37a4939566ae447) Thanks [@camertron](https://github.com/camertron)! - Avoid using short commit IDs + +### Patch Changes + +- [#1053](https://github.com/changesets/changesets/pull/1053) [`90a870a`](https://github.com/changesets/changesets/commit/90a870af2e7bcbe1551210063492e20c256f4995) Thanks [@paescuj](https://github.com/paescuj)! - Replace the dependency `is-ci` with `ci-info`. + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a), [`dfd4cca`](https://github.com/changesets/changesets/commit/dfd4cca84118df913feedfeac37a4939566ae447)]: + - @changesets/assemble-release-plan@6.0.0 + - @changesets/get-dependents-graph@2.0.0 + - @changesets/apply-release-plan@7.0.0 + - @changesets/get-release-plan@4.0.0 + - @changesets/changelog-git@0.2.0 + - @changesets/config@3.0.0 + - @changesets/errors@0.2.0 + - @changesets/logger@0.1.0 + - @changesets/types@6.0.0 + - @changesets/write@0.3.0 + - @changesets/read@0.6.0 + - @changesets/git@3.0.0 + - @changesets/pre@2.0.0 + ## 2.26.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 5c1b7e63d..de3f256d9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/cli", - "version": "2.26.2", + "version": "2.27.0", "description": "Organise your package versioning and publishing to make both contributors and maintainers happy", "bin": { "changeset": "bin.js" @@ -61,19 +61,19 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/apply-release-plan": "^6.1.4", - "@changesets/assemble-release-plan": "^5.2.4", - "@changesets/changelog-git": "^0.1.14", - "@changesets/config": "^2.3.1", - "@changesets/errors": "^0.1.4", - "@changesets/get-dependents-graph": "^1.3.6", - "@changesets/get-release-plan": "^3.0.17", - "@changesets/git": "^2.0.0", - "@changesets/logger": "^0.0.5", - "@changesets/pre": "^1.0.14", - "@changesets/read": "^0.5.9", - "@changesets/types": "^5.2.1", - "@changesets/write": "^0.2.3", + "@changesets/apply-release-plan": "^7.0.0", + "@changesets/assemble-release-plan": "^6.0.0", + "@changesets/changelog-git": "^0.2.0", + "@changesets/config": "^3.0.0", + "@changesets/errors": "^0.2.0", + "@changesets/get-dependents-graph": "^2.0.0", + "@changesets/get-release-plan": "^4.0.0", + "@changesets/git": "^3.0.0", + "@changesets/logger": "^0.1.0", + "@changesets/pre": "^2.0.0", + "@changesets/read": "^0.6.0", + "@changesets/types": "^6.0.0", + "@changesets/write": "^0.3.0", "@manypkg/get-packages": "^1.1.3", "@types/semver": "^7.5.0", "ansi-colors": "^4.1.3", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index ef9085fb4..c1235cb6e 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,19 @@ # @changesets/config +## 3.0.0 + +### Major Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/get-dependents-graph@2.0.0 + - @changesets/errors@0.2.0 + - @changesets/logger@0.1.0 + - @changesets/types@6.0.0 + ## 2.3.1 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 92bb83315..e78e636be 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/config", - "version": "2.3.1", + "version": "3.0.0", "description": "Utilities for reading and parsing Changeset's config", "main": "dist/changesets-config.cjs.js", "module": "dist/changesets-config.esm.js", @@ -23,10 +23,10 @@ "schema.json" ], "dependencies": { - "@changesets/errors": "^0.1.4", - "@changesets/get-dependents-graph": "^1.3.6", - "@changesets/logger": "^0.0.5", - "@changesets/types": "^5.2.1", + "@changesets/errors": "^0.2.0", + "@changesets/get-dependents-graph": "^2.0.0", + "@changesets/logger": "^0.1.0", + "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "fs-extra": "^7.0.1", "micromatch": "^4.0.2" diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 05301b8ee..67730cc50 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/errors +## 0.2.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + ## 0.1.4 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index 44c704441..73249f497 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/errors", - "version": "0.1.4", + "version": "0.2.0", "description": "Error classes for @changesets", "main": "dist/changesets-errors.cjs.js", "module": "dist/changesets-errors.esm.js", diff --git a/packages/get-dependents-graph/CHANGELOG.md b/packages/get-dependents-graph/CHANGELOG.md index 2a7f7c9ab..5e7ab43e5 100644 --- a/packages/get-dependents-graph/CHANGELOG.md +++ b/packages/get-dependents-graph/CHANGELOG.md @@ -1,5 +1,16 @@ # @changesets/get-dependents-graph +## 2.0.0 + +### Major Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/types@6.0.0 + ## 1.3.6 ### Patch Changes diff --git a/packages/get-dependents-graph/package.json b/packages/get-dependents-graph/package.json index 0e5751ad1..d3b69e393 100644 --- a/packages/get-dependents-graph/package.json +++ b/packages/get-dependents-graph/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/get-dependents-graph", - "version": "1.3.6", + "version": "2.0.0", "description": "Get the graph of dependents in a monorepo", "main": "dist/changesets-get-dependents-graph.cjs.js", "module": "dist/changesets-get-dependents-graph.esm.js", @@ -19,7 +19,7 @@ "license": "MIT", "repository": "https://github.com/changesets/changesets/tree/main/packages/get-dependents-graph", "dependencies": { - "@changesets/types": "^5.2.1", + "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "chalk": "^2.1.0", "fs-extra": "^7.0.1", diff --git a/packages/get-github-info/CHANGELOG.md b/packages/get-github-info/CHANGELOG.md index f259e342e..fd3209b0f 100644 --- a/packages/get-github-info/CHANGELOG.md +++ b/packages/get-github-info/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/get-github-info +## 0.6.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + ## 0.5.2 ### Patch Changes diff --git a/packages/get-github-info/package.json b/packages/get-github-info/package.json index baa1d8b8a..5fb8b444e 100644 --- a/packages/get-github-info/package.json +++ b/packages/get-github-info/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/get-github-info", - "version": "0.5.2", + "version": "0.6.0", "description": "Get the GitHub username and PR number from a commit. Intended for use with changesets.", "main": "dist/changesets-get-github-info.cjs.js", "module": "dist/changesets-get-github-info.esm.js", diff --git a/packages/get-release-plan/CHANGELOG.md b/packages/get-release-plan/CHANGELOG.md index 0aa82ac4f..0f306b54a 100644 --- a/packages/get-release-plan/CHANGELOG.md +++ b/packages/get-release-plan/CHANGELOG.md @@ -1,5 +1,20 @@ # @changesets/get-release-plan +## 4.0.0 + +### Major Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/assemble-release-plan@6.0.0 + - @changesets/config@3.0.0 + - @changesets/types@6.0.0 + - @changesets/read@0.6.0 + - @changesets/pre@2.0.0 + ## 3.0.17 ### Patch Changes diff --git a/packages/get-release-plan/package.json b/packages/get-release-plan/package.json index 63e06ad0a..4564520f7 100644 --- a/packages/get-release-plan/package.json +++ b/packages/get-release-plan/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/get-release-plan", - "version": "3.0.17", + "version": "4.0.0", "description": "Reads changesets and adds information on dependents that need bumping", "main": "dist/changesets-get-release-plan.cjs.js", "module": "dist/changesets-get-release-plan.esm.js", @@ -20,11 +20,11 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/get-release-plan", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/assemble-release-plan": "^5.2.4", - "@changesets/config": "^2.3.1", - "@changesets/pre": "^1.0.14", - "@changesets/read": "^0.5.9", - "@changesets/types": "^5.2.1", + "@changesets/assemble-release-plan": "^6.0.0", + "@changesets/config": "^3.0.0", + "@changesets/pre": "^2.0.0", + "@changesets/read": "^0.6.0", + "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3" } } diff --git a/packages/get-version-range-type/CHANGELOG.md b/packages/get-version-range-type/CHANGELOG.md index 4eb166054..d0aeca63d 100644 --- a/packages/get-version-range-type/CHANGELOG.md +++ b/packages/get-version-range-type/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/get-version-range-type +## 0.4.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + ## 0.3.2 ### Patch Changes diff --git a/packages/get-version-range-type/package.json b/packages/get-version-range-type/package.json index 4d19312ea..8249fb4be 100644 --- a/packages/get-version-range-type/package.json +++ b/packages/get-version-range-type/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/get-version-range-type", - "version": "0.3.2", + "version": "0.4.0", "description": "Common get-version-range-type shared between changeset packages", "main": "dist/changesets-get-version-range-type.cjs.js", "module": "dist/changesets-get-version-range-type.esm.js", diff --git a/packages/get-workspaces/CHANGELOG.md b/packages/get-workspaces/CHANGELOG.md index 7b7fa1f5a..74876b28a 100644 --- a/packages/get-workspaces/CHANGELOG.md +++ b/packages/get-workspaces/CHANGELOG.md @@ -1,5 +1,12 @@ # get-workspaces +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/types@6.0.0 + ## 1.0.10 ### Patch Changes diff --git a/packages/get-workspaces/package.json b/packages/get-workspaces/package.json index c84e2a4a9..83fbc3efe 100644 --- a/packages/get-workspaces/package.json +++ b/packages/get-workspaces/package.json @@ -1,6 +1,6 @@ { "name": "get-workspaces", - "version": "1.0.10", + "version": "1.0.11", "description": "Get workspaces for yarn workspaces, bolt workspaces, or the root package for building repo-agnostic tools", "main": "dist/get-workspaces.cjs.js", "module": "dist/get-workspaces.esm.js", @@ -19,7 +19,7 @@ "license": "MIT", "repository": "https://github.com/changesets/changesets/tree/main/packages/get-workspaces", "dependencies": { - "@changesets/types": "^5.2.1", + "@changesets/types": "^6.0.0", "fs-extra": "^7.0.1", "globby": "^9.2.0", "read-yaml-file": "^1.1.0" diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md index 5be63f4b2..406872fb6 100644 --- a/packages/git/CHANGELOG.md +++ b/packages/git/CHANGELOG.md @@ -1,5 +1,17 @@ # @changesets/git +## 3.0.0 + +### Major Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/errors@0.2.0 + - @changesets/types@6.0.0 + ## 2.0.0 ### Major Changes diff --git a/packages/git/package.json b/packages/git/package.json index 0333e3720..4e61bd5db 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/git", - "version": "2.0.0", + "version": "3.0.0", "description": "Some git helpers that changesets use to get information", "main": "dist/changesets-git.cjs.js", "module": "dist/changesets-git.esm.js", @@ -20,8 +20,8 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/git", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/errors": "^0.1.4", - "@changesets/types": "^5.2.1", + "@changesets/errors": "^0.2.0", + "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "is-subdir": "^1.1.1", "micromatch": "^4.0.2", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index b3ab09682..f1b7392bb 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/logger +## 0.1.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + ## 0.0.5 ### Patch Changes diff --git a/packages/logger/package.json b/packages/logger/package.json index 8c081bfd0..546ecb8bb 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/logger", - "version": "0.0.5", + "version": "0.1.0", "description": "Console log alias", "main": "dist/changesets-logger.cjs.js", "module": "dist/changesets-logger.esm.js", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index 7584204b2..42582b685 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,5 +1,16 @@ # @changesets/parse +## 0.4.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/types@6.0.0 + ## 0.3.16 ### Patch Changes diff --git a/packages/parse/package.json b/packages/parse/package.json index 6e0a26d4c..8f634a1ba 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/parse", - "version": "0.3.16", + "version": "0.4.0", "description": "Parse a changeset file's contents into a usable json object", "main": "dist/changesets-parse.cjs.js", "module": "dist/changesets-parse.esm.js", @@ -19,7 +19,7 @@ "license": "MIT", "repository": "https://github.com/changesets/changesets/tree/main/packages/parse", "dependencies": { - "@changesets/types": "^5.2.1", + "@changesets/types": "^6.0.0", "js-yaml": "^3.13.1" }, "devDependencies": { diff --git a/packages/pre/CHANGELOG.md b/packages/pre/CHANGELOG.md index 655539c73..97ceb4c79 100644 --- a/packages/pre/CHANGELOG.md +++ b/packages/pre/CHANGELOG.md @@ -1,5 +1,17 @@ # @changesets/pre +## 2.0.0 + +### Major Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/errors@0.2.0 + - @changesets/types@6.0.0 + ## 1.0.14 ### Patch Changes diff --git a/packages/pre/package.json b/packages/pre/package.json index 0f2640ca5..88c653dbc 100644 --- a/packages/pre/package.json +++ b/packages/pre/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/pre", - "version": "1.0.14", + "version": "2.0.0", "description": "Utils to make a Changesets repo enter and exit pre mode", "main": "dist/changesets-pre.cjs.js", "module": "dist/changesets-pre.esm.js", @@ -20,8 +20,8 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/pre", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/errors": "^0.1.4", - "@changesets/types": "^5.2.1", + "@changesets/errors": "^0.2.0", + "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "fs-extra": "^7.0.1" }, diff --git a/packages/read/CHANGELOG.md b/packages/read/CHANGELOG.md index d398a8643..dc9ba7300 100644 --- a/packages/read/CHANGELOG.md +++ b/packages/read/CHANGELOG.md @@ -1,5 +1,19 @@ # @changesets/read +## 0.6.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/logger@0.1.0 + - @changesets/parse@0.4.0 + - @changesets/types@6.0.0 + - @changesets/git@3.0.0 + ## 0.5.9 ### Patch Changes diff --git a/packages/read/package.json b/packages/read/package.json index 7a3a2c997..5d6db8ece 100644 --- a/packages/read/package.json +++ b/packages/read/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/read", - "version": "0.5.9", + "version": "0.6.0", "description": "Read changesets from disc, and return the information as JSON", "main": "dist/changesets-read.cjs.js", "module": "dist/changesets-read.esm.js", @@ -20,10 +20,10 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/read", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/git": "^2.0.0", - "@changesets/logger": "^0.0.5", - "@changesets/parse": "^0.3.16", - "@changesets/types": "^5.2.1", + "@changesets/git": "^3.0.0", + "@changesets/logger": "^0.1.0", + "@changesets/parse": "^0.4.0", + "@changesets/types": "^6.0.0", "chalk": "^2.1.0", "fs-extra": "^7.0.1", "p-filter": "^2.1.0" diff --git a/packages/release-utils/CHANGELOG.md b/packages/release-utils/CHANGELOG.md index 9b4148119..751b5e8e7 100644 --- a/packages/release-utils/CHANGELOG.md +++ b/packages/release-utils/CHANGELOG.md @@ -1,5 +1,18 @@ # @changesets/release-utils +## 0.2.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/types@6.0.0 + - @changesets/read@0.6.0 + - @changesets/pre@2.0.0 + ## 0.1.13 ### Patch Changes diff --git a/packages/release-utils/package.json b/packages/release-utils/package.json index 73a5f2b7e..e9d52c158 100644 --- a/packages/release-utils/package.json +++ b/packages/release-utils/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/release-utils", - "version": "0.1.13", + "version": "0.2.0", "main": "dist/changesets-release-utils.cjs.js", "module": "dist/changesets-release-utils.esm.js", "exports": { @@ -16,9 +16,9 @@ "./package.json": "./package.json" }, "dependencies": { - "@changesets/pre": "^1.0.14", - "@changesets/read": "^0.5.9", - "@changesets/types": "^5.2.1", + "@changesets/pre": "^2.0.0", + "@changesets/read": "^0.6.0", + "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "fs-extra": "^7.0.1", "mdast-util-to-string": "^1.0.6", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index dab6e0640..d4bddfb9f 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/types +## 6.0.0 + +### Major Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + ## 5.2.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 3290d0f98..c915e2b32 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/types", - "version": "5.2.1", + "version": "6.0.0", "description": "Common types shared between changeset packages", "main": "dist/changesets-types.cjs.js", "module": "dist/changesets-types.esm.js", diff --git a/packages/write/CHANGELOG.md b/packages/write/CHANGELOG.md index aa2bad309..3f116ff60 100644 --- a/packages/write/CHANGELOG.md +++ b/packages/write/CHANGELOG.md @@ -1,5 +1,16 @@ # @changesets/write +## 0.3.0 + +### Minor Changes + +- [#1185](https://github.com/changesets/changesets/pull/1185) [`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a) Thanks [@Andarist](https://github.com/Andarist)! - `package.json#exports` have been added to limit what (and how) code might be imported from the package. + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/types@6.0.0 + ## 0.2.3 ### Patch Changes diff --git a/packages/write/package.json b/packages/write/package.json index 82abd97ac..e91d4a2f9 100644 --- a/packages/write/package.json +++ b/packages/write/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/write", - "version": "0.2.3", + "version": "0.3.0", "description": "Writes a changeset to a file", "main": "dist/changesets-write.cjs.js", "module": "dist/changesets-write.esm.js", @@ -20,7 +20,7 @@ "repository": "https://github.com/changesets/changesets/tree/main/packages/write", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/types": "^5.2.1", + "@changesets/types": "^6.0.0", "fs-extra": "^7.0.1", "human-id": "^1.0.2", "prettier": "^2.7.1" diff --git a/scripts/test-utils/CHANGELOG.md b/scripts/test-utils/CHANGELOG.md new file mode 100644 index 000000000..25abec03a --- /dev/null +++ b/scripts/test-utils/CHANGELOG.md @@ -0,0 +1,8 @@ +# @changesets/test-utils + +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`a971652`](https://github.com/changesets/changesets/commit/a971652ec1403aab3fb89eb2f1640bd5012b895a)]: + - @changesets/logger@0.1.0 diff --git a/scripts/test-utils/package.json b/scripts/test-utils/package.json index 733bf7dfe..a0e45f5af 100644 --- a/scripts/test-utils/package.json +++ b/scripts/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/test-utils", - "version": "0.0.5", + "version": "0.0.6", "private": true, "description": "Utils for testing changesets packages", "main": "dist/changesets-test-utils.cjs.js", @@ -20,7 +20,7 @@ "license": "MIT", "repository": "https://github.com/changesets/changesets/tree/main/packages/test-utils", "dependencies": { - "@changesets/logger": "^0.0.5", + "@changesets/logger": "^0.1.0", "fixturez": "^1.1.0", "fs-extra": "^7.0.1", "spawndamnit": "^2.0.0"