Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Version Packages #2

merged 1 commit into from
Oct 19, 2023

Conversation

github-actions[bot]
Copy link

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@changesets/apply-release-plan@7.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/get-version-range-type@0.4.0
    • @changesets/config@3.0.0
    • @changesets/types@6.0.0
    • @changesets/git@3.0.0

@changesets/assemble-release-plan@6.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/get-dependents-graph@2.0.0
    • @changesets/errors@0.2.0
    • @changesets/types@6.0.0

@changesets/config@3.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/get-dependents-graph@2.0.0
    • @changesets/errors@0.2.0
    • @changesets/logger@0.1.0
    • @changesets/types@6.0.0

@changesets/get-dependents-graph@2.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/types@6.0.0

@changesets/get-release-plan@4.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @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

@changesets/git@3.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/errors@0.2.0
    • @changesets/types@6.0.0

@changesets/pre@2.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/errors@0.2.0
    • @changesets/types@6.0.0

@changesets/types@6.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

@changesets/changelog-git@0.2.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/types@6.0.0

@changesets/changelog-github@0.5.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

  • 09b14a1 Thanks @lilnasy! - You can now remove links from GitHub usernames, allowing your contributors to appear prominently in releases in the "Contributors" section.

    To make use of this feature, set linkUsernames to false in your .changeset/config.json file:

    {
        "$schema": "https://unpkg.com/@changesets/config@1.7.0/schema.json",
        "changelog": [
            "@changesets/changelog-github",
            {
                "repo": "your-org/your-repo",
    +           "linkUsernames": false
            }
        ]
    }

    See GitHub documentation for more details.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/get-github-info@0.6.0
    • @changesets/types@6.0.0

@changesets/cli@2.27.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • #1053 90a870a Thanks @paescuj! - Replace the dependency is-ci with ci-info.

  • Updated dependencies [a971652]:

    • @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

@changesets/errors@0.2.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

@changesets/get-github-info@0.6.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

@changesets/get-version-range-type@0.4.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

@changesets/logger@0.1.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

@changesets/parse@0.4.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/types@6.0.0

@changesets/read@0.6.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/logger@0.1.0
    • @changesets/parse@0.4.0
    • @changesets/types@6.0.0
    • @changesets/git@3.0.0

@changesets/release-utils@0.2.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/types@6.0.0
    • @changesets/read@0.6.0
    • @changesets/pre@2.0.0

@changesets/write@0.3.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/types@6.0.0

get-workspaces@1.0.11

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/types@6.0.0

@changesets/test-utils@0.0.6

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/logger@0.1.0

@lilnasy lilnasy merged commit 3e170c5 into main Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant