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 #950

Merged
merged 1 commit into from Oct 1, 2022
Merged

Version Packages #950

merged 1 commit into from Oct 1, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 19, 2022

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/cli@2.25.0

Minor Changes

  • #662 8c08469 Thanks @JakeGinnivan! - Private packages can now be tagged in the same way public packages do when they are published to npm.

    To enable set privatePackages: { version: true, tag: true } in your config.json.

    You can also now opt private packages out of versioning entirely by setting privatePackages: false.

Patch Changes

  • #953 98d63e0 Thanks @alexamy! - Add a new line at the end of the default config file generated when invoking changeset init.

  • #949 64585ea Thanks @Andarist, @BPScott! - Fixed the issue that caused transitive dependents of dev dependents to be bumped when a package got bumped and when using ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.updateInternalDependents: "always". To illustrate this with an example:

    pkg-a - version: 1.0.0
    pkg-b - devDependencies['pkg-a']: 1.0.0
    pkg-c - dependencies['pkg-b']: 1.0.0
    

    With a changeset for pkg-a the pkg-c could have been sometimes incorrectly released.

  • Updated dependencies [8c08469, 8c08469, 64585ea]:

    • @changesets/git@1.5.0
    • @changesets/config@2.2.0
    • @changesets/types@5.2.0
    • @changesets/assemble-release-plan@5.2.2
    • @changesets/apply-release-plan@6.1.1
    • @changesets/read@0.5.8
    • @changesets/get-release-plan@3.0.15
    • @changesets/changelog-git@0.1.13
    • @changesets/get-dependents-graph@1.3.4
    • @changesets/pre@1.0.13
    • @changesets/write@0.2.1

@changesets/config@2.2.0

Minor Changes

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0
    • @changesets/get-dependents-graph@1.3.4

@changesets/git@1.5.0

Minor Changes

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

@changesets/types@5.2.0

Minor Changes

@changesets/apply-release-plan@6.1.1

Patch Changes

  • Updated dependencies [8c08469, 8c08469]:
    • @changesets/git@1.5.0
    • @changesets/config@2.2.0
    • @changesets/types@5.2.0

@changesets/assemble-release-plan@5.2.2

Patch Changes

  • #949 64585ea Thanks @Andarist, @BPScott! - Fixed the issue that caused transitive dependents of dev dependents to be bumped when a package got bumped and when using ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.updateInternalDependents: "always". To illustrate this with an example:

    pkg-a - version: 1.0.0
    pkg-b - devDependencies['pkg-a']: 1.0.0
    pkg-c - dependencies['pkg-b']: 1.0.0
    

    With a changeset for pkg-a the pkg-c could have been sometimes incorrectly released.

  • Updated dependencies [8c08469]:

    • @changesets/types@5.2.0
    • @changesets/get-dependents-graph@1.3.4

@changesets/changelog-git@0.1.13

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

@changesets/changelog-github@0.4.7

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

@changesets/get-dependents-graph@1.3.4

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

@changesets/get-release-plan@3.0.15

Patch Changes

  • Updated dependencies [8c08469, 64585ea]:
    • @changesets/config@2.2.0
    • @changesets/types@5.2.0
    • @changesets/assemble-release-plan@5.2.2
    • @changesets/read@0.5.8
    • @changesets/pre@1.0.13

get-workspaces@1.0.9

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

@changesets/parse@0.3.15

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

@changesets/pre@1.0.13

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

@changesets/read@0.5.8

Patch Changes

  • Updated dependencies [8c08469, 8c08469]:
    • @changesets/git@1.5.0
    • @changesets/types@5.2.0
    • @changesets/parse@0.3.15

@changesets/release-utils@0.1.11

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0
    • @changesets/read@0.5.8
    • @changesets/pre@1.0.13

@changesets/write@0.2.1

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

@codesandbox-ci
Copy link

codesandbox-ci bot commented Sep 19, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 7b71180:

Sandbox Source
Vanilla Configuration

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 6fc1954 to e763b44 Compare September 20, 2022 08:49
@Andarist Andarist merged commit 26c9c73 into main Oct 1, 2022
@Andarist Andarist deleted the changeset-release/main branch October 1, 2022 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant