Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@changesets/git

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/git - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

11

CHANGELOG.md
# @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 @@

2

dist/git.cjs.dev.js

@@ -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) {

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