FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · changesets/changesets · GitHub

Releases: changesets/changesets

@changesets/write@1.0.1

Choose a tag to compare

Filter
github-actions released this 19 Aug 05:45
Immutable release. Only release title and notes can be modified.
bed4581

Patch Changes

@changesets/cli@3.0.1

Choose a tag to compare

Filter
github-actions released this 19 Aug 05:45
Immutable release. Only release title and notes can be modified.
bed4581

Patch Changes

  • #2239 fdfdc93 Thanks @bluwy! - Update links in default generated .changeset/README.md file
  • Updated dependencies [d0386b6]:
    • @changesets/write@1.0.1

@changesets/write@1.0.0

Choose a tag to compare

Filter
github-actions released this 11 Aug 12:07
Immutable release. Only release title and notes can be modified.
f442221

Major Changes

Minor Changes

  • #1969 2c7c043 Thanks @marcalexiei! - Add a named export that mirrors the current default export

    The default export is slated for removal in the next major release, so this ensures a smoother transition path.

  • #1994 062530b Thanks @bluwy! - Changeset files are now formatted with @changesets/format instead of depending on Prettier directly. Formatter selection can be auto-detected from the project configuration or controlled via the format config option.

Patch Changes

@changesets/types@7.0.0

Choose a tag to compare

Filter
github-actions released this 11 Aug 12:06
Immutable release. Only release title and notes can be modified.
f442221

Major Changes

  • #1994 062530b Thanks @bluwy! - Replaced the prettier config option with format. format supports "auto", "prettier", "oxfmt", "deno", "dprint", and false. If you previously used prettier: false, migrate to format: false.

  • #2040 88f2abb Thanks @bluwy! - Use stricter types for the options parameter for CommitFunctions, ChangelogFunctions, Config & WrittenConfig's commit and changelog properties, to null | Record<string, unknown> instead of any or Record<string, any>

  • #1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26

  • #2133 4c26f2f Thanks @bluwy! - Remove "private" type support for WrittenConfig.access. Only "public" and "restricted" are valid values. This change was also already made in #2015 in the runtime.

  • #2190 96b65ee Thanks @bluwy! - Move versioned prerelease changesets to .changeset/pre/ folder instead of accumulating in the root and tracking the versioned changeset ids in the .changeset/pre.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset status.

    This change allows easier management of versioned prerelease changesets (for the final stable release) and current queued changesets (for the next prerelease). Changesets in .changeset/pre/ can be edited or deleted depending if it's still relevant for the final stable release of a package. There's no need to synchronize the changeset ids in pre.json if certain changesets are deleted.

  • #2117 813bbf3 Thanks @bluwy! - Remove the pre.json initialVersions property and handling as it's unused internally

  • #1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.

  • #1652 a0b5326 Thanks @bluwy! - Remove support for the deprecated ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.useCalculatedVersionForSnapshots config. The snapshot.useCalculatedVersion config should be used instead.

Minor Changes

  • #1872 c19b112 Thanks @marcalexiei! - Export Package and Packages from @changesets/types. They are meant to be used instead of the types from @manypkg/get-packages.

Patch Changes

  • #2177 b5e1762 Thanks @Andarist! - Allow oldVersion and newVersion to be undefined for unversioned private packages.

  • #2160 162419d Thanks @beeequeue! - Added or modified the files property in the manifest. This should not change any behavior.

@changesets/should-skip-package@1.0.0

Choose a tag to compare

Filter
github-actions released this 11 Aug 12:07
Immutable release. Only release title and notes can be modified.
f442221

Major Changes

Patch Changes

@changesets/release-utils@1.0.0

Choose a tag to compare

Filter
github-actions released this 11 Aug 12:07
Immutable release. Only release title and notes can be modified.
f442221

Major Changes

  • #1875 12f20ea Thanks @beeequeue! - Removed execWithOutput and spawnWithOutput.

    They were never intended to be used externally, but are now removed either way.

    If you used them, we recommend using tinyexec or node:child_process#exec directly.

  • #1875 12f20ea Thanks @beeequeue! - Changed runPublish() signature.

    Now requires passing separate command and args parameters:

    runPublish({
    -  script: `node -e 'console.log("test")'`
    +  command: "node",
    +  args: ["-e", `console.log("test")`]
      cwd: import.meta.dirname,
    })
  • #1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26

  • #2190 96b65ee Thanks @bluwy! - Move versioned prerelease changesets to .changeset/pre/ folder instead of accumulating in the root and tracking the versioned changeset ids in the .changeset/pre.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset status.

    This change allows easier management of versioned prerelease changesets (for the final stable release) and current queued changesets (for the next prerelease). Changesets in .changeset/pre/ can be edited or deleted depending if it's still relevant for the final stable release of a package. There's no need to synchronize the changeset ids in pre.json if certain changesets are deleted.

  • #2106 ea8ca75 Thanks @beeequeue! - Dropped support for v1 changeset bump command in runVersion()

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

  • #1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.

Minor Changes

  • #1962 cda03f7 Thanks @bluwy! - Replace markdown parsing with regex

  • #1969 2c7c043 Thanks @marcalexiei! - Add a named export that mirrors the current default export

    The default export is slated for removal in the next major release, so this ensures a smoother transition path.

Patch Changes

@changesets/read@1.0.0

Choose a tag to compare

Filter
github-actions released this 11 Aug 12:07
Immutable release. Only release title and notes can be modified.
f442221

Major Changes

  • #1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26

  • #2190 96b65ee Thanks @bluwy! - Move versioned prerelease changesets to .changeset/pre/ folder instead of accumulating in the root and tracking the versioned changeset ids in the .changeset/pre.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset status.

    This change allows easier management of versioned prerelease changesets (for the final stable release) and current queued changesets (for the next prerelease). Changesets in .changeset/pre/ can be edited or deleted depending if it's still relevant for the final stable release of a package. There's no need to synchronize the changeset ids in pre.json if certain changesets are deleted.

  • #1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.

Minor Changes

  • #1494 6d1f384 Thanks @bluwy! - Remove support for reading changesets from version 1

  • #1969 2c7c043 Thanks @marcalexiei! - Add a named export that mirrors the current default export

    The default export is slated for removal in the next major release, so this ensures a smoother transition path.

  • #2066 c2348fc Thanks @bluwy! - Ignore more markdown files in the .changeset directory when reading changesets, including AGENTS.md, CLAUDE.md, and GEMINI.md

Patch Changes

@changesets/pre@3.0.0

Choose a tag to compare

Filter
github-actions released this 11 Aug 12:07
Immutable release. Only release title and notes can be modified.
f442221

Major Changes

  • #1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26

  • #2190 96b65ee Thanks @bluwy! - Move versioned prerelease changesets to .changeset/pre/ folder instead of accumulating in the root and tracking the versioned changeset ids in the .changeset/pre.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset status.

    This change allows easier management of versioned prerelease changesets (for the final stable release) and current queued changesets (for the next prerelease). Changesets in .changeset/pre/ can be edited or deleted depending if it's still relevant for the final stable release of a package. There's no need to synchronize the changeset ids in pre.json if certain changesets are deleted.

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

  • #2117 813bbf3 Thanks @bluwy! - Remove the pre.json initialVersions property and handling as it's unused internally

  • #1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.

Patch Changes

@changesets/parse@1.0.0

Choose a tag to compare

Filter
github-actions released this 11 Aug 12:07
Immutable release. Only release title and notes can be modified.
f442221

Major Changes

Minor Changes

  • #1969 2c7c043 Thanks @marcalexiei! - Add a named export that mirrors the current default export

    The default export is slated for removal in the next major release, so this ensures a smoother transition path.

Patch Changes

@changesets/logger@1.0.0

Choose a tag to compare

Filter
github-actions released this 11 Aug 12:06
Immutable release. Only release title and notes can be modified.
f442221

Major Changes

Patch Changes


Back | FazBrowse Home | New Git URL