Socket
Socket
Sign inDemoInstall

@changesets/get-release-plan

Package Overview
Dependencies
80
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

15

CHANGELOG.md
# @changesets/get-release-plan
## 1.0.1
### Patch Changes
- [`04ddfd7`](https://github.com/atlassian/changesets/commit/04ddfd7c3acbfb84ef9c92873fe7f9dea1f5145c) [#305](https://github.com/atlassian/changesets/pull/305) Thanks [@Noviny](https://github.com/Noviny)! - Add link to changelog in readme
* [`b49e1cf`](https://github.com/atlassian/changesets/commit/b49e1cff65dca7fe9e341a35aa91704aa0e51cb3) [#306](https://github.com/atlassian/changesets/pull/306) Thanks [@Andarist](https://github.com/Andarist)! - Ignore `node_modules` when glob searching for packages. This fixes an issue with package cycles.
* Updated dependencies [[`04ddfd7`](https://github.com/atlassian/changesets/commit/04ddfd7c3acbfb84ef9c92873fe7f9dea1f5145c), [`e56928b`](https://github.com/atlassian/changesets/commit/e56928bbd6f9096def06ac37487bdbf28efec9d1), [`b49e1cf`](https://github.com/atlassian/changesets/commit/b49e1cff65dca7fe9e341a35aa91704aa0e51cb3)]:
- @changesets/assemble-release-plan@1.0.1
- @changesets/config@1.0.1
- @changesets/pre@1.0.1
- @changesets/read@0.4.3
- @changesets/types@1.0.1
## 1.0.0

@@ -4,0 +19,0 @@

14

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

@@ -11,9 +11,9 @@ "main": "dist/get-release-plan.cjs.js",

"@babel/runtime": "^7.4.4",
"@changesets/assemble-release-plan": "^1.0.0",
"@changesets/config": "^1.0.0",
"@changesets/pre": "^1.0.0",
"@changesets/read": "^0.4.2",
"@changesets/types": "^1.0.0",
"@manypkg/get-packages": "^1.0.0"
"@changesets/assemble-release-plan": "^1.0.1",
"@changesets/config": "^1.0.1",
"@changesets/pre": "^1.0.1",
"@changesets/read": "^0.4.3",
"@changesets/types": "^1.0.1",
"@manypkg/get-packages": "^1.0.1"
}
}
# @changesets/get-release-plan
[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/get-release-plan)
A function that reads information about the current repository

@@ -4,0 +7,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc