Socket
Socket
Sign inDemoInstall

@changesets/cli

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/cli - npm Package Compare versions

Comparing version 2.10.2 to 2.10.3

14

CHANGELOG.md
# @changesets/cli
## 2.10.3
### Patch Changes
- [`d1d987c`](https://github.com/atlassian/changesets/commit/d1d987c42cddff8be5d7f04d3ebb5a262779fa9f) [#455](https://github.com/atlassian/changesets/pull/455) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with linked package being bumped when its dev dependency from the linked set was bumped during the versioning.
* [`9d99bd1`](https://github.com/atlassian/changesets/commit/9d99bd16f2b6b3ab4fe820358d4c9f313cb2ae76) [#446](https://github.com/atlassian/changesets/pull/446) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with dependant packages not being updated to their highest bump type in pre mode sometimes. This could happen when dependant packages were only versioned because of their dependencies being upgraded and not because of a dedicated changeset for those dependant packages.
For the very same reason linked packages were also not always bumped correctly in pre mode to the highest bump type in a linked group.
* Updated dependencies [[`ab98fe3`](https://github.com/atlassian/changesets/commit/ab98fe33814867ba740fc04733602be80771915c), [`d1d987c`](https://github.com/atlassian/changesets/commit/d1d987c42cddff8be5d7f04d3ebb5a262779fa9f), [`9d99bd1`](https://github.com/atlassian/changesets/commit/9d99bd16f2b6b3ab4fe820358d4c9f313cb2ae76)]:
- @changesets/assemble-release-plan@4.0.0
- @changesets/get-release-plan@2.0.1
## 2.10.2

@@ -4,0 +18,0 @@

6

package.json
{
"name": "@changesets/cli",
"version": "2.10.2",
"version": "2.10.3",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",

@@ -28,7 +28,7 @@ "bin": {

"@changesets/apply-release-plan": "^4.0.0",
"@changesets/assemble-release-plan": "^3.0.1",
"@changesets/assemble-release-plan": "^4.0.0",
"@changesets/config": "^1.3.0",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.1.3",
"@changesets/get-release-plan": "^2.0.0",
"@changesets/get-release-plan": "^2.0.1",
"@changesets/git": "^1.0.6",

@@ -35,0 +35,0 @@ "@changesets/logger": "^0.0.5",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc