Socket
Socket
Sign inDemoInstall

@changesets/assemble-release-plan

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/assemble-release-plan - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

9

CHANGELOG.md
# @changesets/assemble-release-plan
## 6.0.3
### Patch Changes
- Updated dependencies [[`dd6e5bb`](https://github.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca)]:
- @changesets/get-dependents-graph@2.1.1
## 6.0.2

@@ -14,3 +21,3 @@

- [#1361](https://github.com/changesets/changesets/pull/1361) [`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@jakebailey](https://github.com/jakebailey)! - Ensure that `version`/`tag` do not touch private packages with when versioning/tagging is turned off using `versionPackages` config
- [#1361](https://github.com/changesets/changesets/pull/1361) [`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@jakebailey](https://github.com/jakebailey)! - Version 2.25.0 introduced the `privatePackage` configuration option with default `{ version: false, tag: false }`; due to a bug, these options were not respected in all commands, leading to commands like `changeset tag` still tagging private packages. This has been fixed, and all packages now respect this option.

@@ -17,0 +24,0 @@ ## 6.0.0

4

package.json
{
"name": "@changesets/assemble-release-plan",
"version": "6.0.2",
"version": "6.0.3",
"description": "Reads changesets and adds information on dependents that need bumping",

@@ -24,3 +24,3 @@ "main": "dist/changesets-assemble-release-plan.cjs.js",

"@changesets/errors": "^0.2.0",
"@changesets/get-dependents-graph": "^2.1.0",
"@changesets/get-dependents-graph": "^2.1.1",
"@changesets/should-skip-package": "^0.1.0",

@@ -27,0 +27,0 @@ "@changesets/types": "^6.0.0",

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