Socket
Socket
Sign inDemoInstall

@changesets/get-release-plan

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.3.0 to 0.4.0

14

CHANGELOG.md
# @changesets/get-release-plan
## 0.4.0
### Minor Changes
- [`fe0d9192`](https://github.com/atlassian/changesets/commit/fe0d9192544646e1a755202b87dfe850c1c200a3) [#236](https://github.com/atlassian/changesets/pull/236) Thanks [@Andarist](https://github.com/Andarist)! - Read also pnpm workspace packages when searching for packages.
### Patch Changes
- Updated dependencies [[`fe0d9192`](https://github.com/atlassian/changesets/commit/fe0d9192544646e1a755202b87dfe850c1c200a3), [`fe0d9192`](https://github.com/atlassian/changesets/commit/fe0d9192544646e1a755202b87dfe850c1c200a3)]:
- get-workspaces@0.6.0
- get-dependents-graph@0.2.0
- @changesets/pre@0.2.0
- @changesets/read@0.4.1
## 0.3.0

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

2

dist/get-release-plan.cjs.dev.js

@@ -21,3 +21,3 @@ 'use strict';

cwd,
tools: ["yarn", "bolt", "root"]
tools: ["yarn", "bolt", "pnpm", "root"]
});

@@ -24,0 +24,0 @@ if (!workspaces) throw new Error("Could not resolve workspaces for current working directory");

@@ -39,3 +39,3 @@ "use strict";

cwd: cwd,
tools: [ "yarn", "bolt", "root" ]
tools: [ "yarn", "bolt", "pnpm", "root" ]
});

@@ -42,0 +42,0 @@ if (!workspaces) throw new Error("Could not resolve workspaces for current working directory");

@@ -15,3 +15,3 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';

cwd,
tools: ["yarn", "bolt", "root"]
tools: ["yarn", "bolt", "pnpm", "root"]
});

@@ -18,0 +18,0 @@ if (!workspaces) throw new Error("Could not resolve workspaces for current working directory");

{
"name": "@changesets/get-release-plan",
"version": "0.3.0",
"version": "0.4.0",
"description": "Reads changesets and adds information on dependents that need bumping",

@@ -13,8 +13,8 @@ "main": "dist/get-release-plan.cjs.js",

"@changesets/config": "^0.3.0",
"@changesets/pre": "^0.1.0",
"@changesets/read": "^0.4.0",
"@changesets/pre": "^0.2.0",
"@changesets/read": "^0.4.1",
"@changesets/types": "^0.4.0",
"get-dependents-graph": "^0.1.2",
"get-workspaces": "^0.5.2"
"get-dependents-graph": "^0.2.0",
"get-workspaces": "^0.6.0"
}
}

@@ -16,3 +16,3 @@ import assembleReleasePlan from "@changesets/assemble-release-plan";

cwd,
tools: ["yarn", "bolt", "root"]
tools: ["yarn", "bolt", "pnpm", "root"]
});

@@ -19,0 +19,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