🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@changesets/apply-release-plan

Package Overview
Dependencies
Maintainers
4
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
7.0.13
to
7.0.14
+9
-0
CHANGELOG.md
# @changesets/apply-release-plan
## 7.0.14
### Patch Changes
- [#610](https://github.com/changesets/changesets/pull/610) [`e520bf5`](https://github.com/changesets/changesets/commit/e520bf5d4dbfe96f59ca28008e87bffaf3c9dfea) Thanks [@bencergazda](https://github.com/bencergazda)! - Add `pre.json` to the version commit
- Updated dependencies [[`cc28222`](https://github.com/changesets/changesets/commit/cc28222ee892b3a078fa02ee26e1cef98c171532), [`13dace8`](https://github.com/changesets/changesets/commit/13dace895017fa351014bc9e13b544d33f8b4bbe)]:
- @changesets/config@3.1.2
## 7.0.13

@@ -4,0 +13,0 @@

+1
-0

@@ -318,2 +318,3 @@ 'use strict';

}
touchedFiles.push(path__default["default"].join(cwd, ".changeset", "pre.json"));
}

@@ -320,0 +321,0 @@ let versionsToUpdate = releases.map(({

@@ -281,2 +281,3 @@ import { defaultConfig } from '@changesets/config';

}
touchedFiles.push(path.join(cwd, ".changeset", "pre.json"));
}

@@ -283,0 +284,0 @@ let versionsToUpdate = releases.map(({

+2
-2
{
"name": "@changesets/apply-release-plan",
"version": "7.0.13",
"version": "7.0.14",
"description": "Takes a release plan and applies it to packages",

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

"dependencies": {
"@changesets/config": "^3.1.1",
"@changesets/config": "^3.1.2",
"@changesets/get-version-range-type": "^0.4.0",

@@ -25,0 +25,0 @@ "@changesets/git": "^3.0.4",

@@ -114,2 +114,3 @@ import { defaultConfig } from "@changesets/config";

}
touchedFiles.push(path.join(cwd, ".changeset", "pre.json"));
}

@@ -116,0 +117,0 @@

Sorry, the diff of this file is too big to display