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

Merged
merged 1 commit into from Dec 18, 2022
Merged

Version Packages #1034

merged 1 commit into from Dec 18, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 14, 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/git@2.0.0

Major Changes

  • #1029 598136a Thanks @Andarist! - getCommitsThatAddFiles accepts an options object argument now where you can use cwd option.

    -getCommitsThatAddFiles(paths, cwd);
    +getCommitsThatAddFiles(paths, { cwd });
  • #1029 598136a Thanks @Andarist! - getCurrentCommitId and getCommitsThatAddFiles return full commit hashes now instead of short ones. You can get short ones by using the short: true option.

  • #1029 598136a Thanks @Andarist! - Previously deprecated getCommitThatAddsFile has been removed while getCommitsThatAddFiles is still available.

Minor Changes

  • #1033 521205d Thanks @Andarist! - getChangedPackagesSinceRef accepts now a new changedFilePatterns option. It can be used to determine which packages should be classified as changed. You can pass an array of glob patterns to it.

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1

@changesets/cli@2.26.0

Minor Changes

  • #1033 521205d Thanks @Andarist! - A new config-level changedFilePatterns option has been added. You can configure it with an array of glob patterns like here:

    // .changeset/config.json
    {
      "changedFilePatterns": ["src/**"]
    }

    Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects changesets add and changeset status.

Patch Changes

  • Updated dependencies [598136a, 521205d, 521205d, 598136a, 598136a, 521205d]:
    • @changesets/git@2.0.0
    • @changesets/config@2.3.0
    • @changesets/types@5.2.1
    • @changesets/apply-release-plan@6.1.3
    • @changesets/read@0.5.9
    • @changesets/assemble-release-plan@5.2.3
    • @changesets/get-release-plan@3.0.16
    • @changesets/changelog-git@0.1.14
    • @changesets/get-dependents-graph@1.3.5
    • @changesets/pre@1.0.14
    • @changesets/write@0.2.3

@changesets/config@2.3.0

Minor Changes

  • #1033 521205d Thanks @Andarist! - Support and validation for the new changedFilePatterns option has been added.

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1
    • @changesets/get-dependents-graph@1.3.5

@changesets/apply-release-plan@6.1.3

Patch Changes

@changesets/assemble-release-plan@5.2.3

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1
    • @changesets/get-dependents-graph@1.3.5

@changesets/changelog-git@0.1.14

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1

@changesets/changelog-github@0.4.8

Patch Changes

  • Updated dependencies [521205d, b360d50]:
    • @changesets/types@5.2.1
    • @changesets/get-github-info@0.5.2

@changesets/get-dependents-graph@1.3.5

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1

@changesets/get-github-info@0.5.2

Patch Changes

  • #1035 b360d50 Thanks @Kikobeats! - Improved the error message for a missing GITHUB_TOKEN to include the information about the required permissions.

@changesets/get-release-plan@3.0.16

Patch Changes

  • Updated dependencies [521205d, 521205d]:
    • @changesets/config@2.3.0
    • @changesets/types@5.2.1
    • @changesets/read@0.5.9
    • @changesets/assemble-release-plan@5.2.3
    • @changesets/pre@1.0.14

get-workspaces@1.0.10

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1

@changesets/parse@0.3.16

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1

@changesets/pre@1.0.14

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1

@changesets/read@0.5.9

Patch Changes

@changesets/release-utils@0.1.12

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1
    • @changesets/read@0.5.9
    • @changesets/pre@1.0.14

@changesets/types@5.2.1

Patch Changes

  • #1033 521205d Thanks @Andarist! - Added changedFilePatterns property to Config and WrittenConfig types.

@changesets/write@0.2.3

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1

@codesandbox-ci
Copy link

codesandbox-ci bot commented Dec 14, 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 d0c377f:

Sandbox Source
Vanilla Configuration

@Andarist Andarist merged commit 8447c67 into main Dec 18, 2022
@Andarist Andarist deleted the changeset-release/main branch December 18, 2022 11:41
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