Skip to content

Commit

Permalink
Adjust bump types related to the exports change (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jul 5, 2023
1 parent a971652 commit 0c8829b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .changeset/healthy-cobras-worry.md
@@ -1,24 +1,23 @@
---
"@changesets/get-version-range-type": minor
"@changesets/assemble-release-plan": minor
"@changesets/get-dependents-graph": minor
"@changesets/apply-release-plan": minor
"@changesets/assemble-release-plan": major
"@changesets/get-dependents-graph": major
"@changesets/apply-release-plan": major
"@changesets/changelog-github": minor
"@changesets/get-release-plan": minor
"@changesets/get-release-plan": major
"@changesets/get-github-info": minor
"@changesets/changelog-git": minor
"@changesets/release-utils": minor
"@changesets/test-utils": minor
"@changesets/config": minor
"@changesets/config": major
"@changesets/errors": minor
"@changesets/logger": minor
"@changesets/parse": minor
"@changesets/types": minor
"@changesets/types": major
"@changesets/write": minor
"@changesets/read": minor
"@changesets/cli": minor
"@changesets/git": minor
"@changesets/pre": 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.

0 comments on commit 0c8829b

Please sign in to comment.