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

@changesets/assemble-release-plan

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0 to 1.0.1

14

CHANGELOG.md
# @changesets/assemble-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/config@1.0.1
- @changesets/errors@0.1.3
- @changesets/get-dependents-graph@1.0.1
- @changesets/types@1.0.1
## 1.0.0

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

10

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

@@ -11,6 +11,6 @@ "main": "dist/assemble-release-plan.cjs.js",

"@babel/runtime": "^7.4.4",
"@changesets/errors": "^0.1.2",
"@changesets/get-dependents-graph": "^1.0.0",
"@changesets/types": "^1.0.0",
"@manypkg/get-packages": "^1.0.0",
"@changesets/errors": "^0.1.3",
"@changesets/get-dependents-graph": "^1.0.1",
"@changesets/types": "^1.0.1",
"@manypkg/get-packages": "^1.0.1",
"semver": "^5.4.1"

@@ -17,0 +17,0 @@ },

# Assemble Release Plan
[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/assemble-release-plan)
Assemble a release plan for changesets from data about a repository.

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