@changesets/git
Advanced tools
Comparing version 0.3.0 to 0.4.0
# @changesets/git | ||
## 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 | ||
## 0.3.0 | ||
@@ -4,0 +15,0 @@ |
@@ -106,3 +106,3 @@ 'use strict'; | ||
cwd, | ||
tools: ["yarn", "bolt", "root"] | ||
tools: ["yarn", "bolt", "pnpm", "root"] | ||
}); | ||
@@ -109,0 +109,0 @@ |
@@ -95,3 +95,3 @@ "use strict"; | ||
cwd: cwd, | ||
tools: [ "yarn", "bolt", "root" ] | ||
tools: [ "yarn", "bolt", "pnpm", "root" ] | ||
}); | ||
@@ -98,0 +98,0 @@ null === workspaces && (workspaces = []); |
@@ -100,3 +100,3 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty'; | ||
cwd, | ||
tools: ["yarn", "bolt", "root"] | ||
tools: ["yarn", "bolt", "pnpm", "root"] | ||
}); | ||
@@ -103,0 +103,0 @@ |
{ | ||
"name": "@changesets/git", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Some git helpers that changesets use to get information", | ||
@@ -13,3 +13,3 @@ "main": "dist/git.cjs.js", | ||
"@changesets/types": "^0.4.0", | ||
"get-workspaces": "^0.5.2", | ||
"get-workspaces": "^0.6.0", | ||
"spawndamnit": "^2.0.0" | ||
@@ -16,0 +16,0 @@ }, |
@@ -104,3 +104,3 @@ import spawn from "spawndamnit"; | ||
cwd, | ||
tools: ["yarn", "bolt", "root"] | ||
tools: ["yarn", "bolt", "pnpm", "root"] | ||
}); | ||
@@ -107,0 +107,0 @@ if (workspaces === null) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31291
+ Addedargparse@1.0.10(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedget-workspaces@0.6.0(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedread-yaml-file@1.1.0(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addedstrip-bom@3.0.0(transitive)
- Removedget-workspaces@0.5.2(transitive)
Updatedget-workspaces@^0.6.0