File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @changesets/apply-release-plan " : patch
3+ " @changesets/assemble-release-plan " : patch
4+ " @changesets/cli " : patch
5+ " @changesets/config " : patch
6+ " @changesets/errors " : patch
7+ " @changesets/get-dependents-graph " : patch
8+ " @changesets/get-github-info " : patch
9+ " @changesets/get-release-plan " : patch
10+ " @changesets/get-version-range-type " : patch
11+ " @changesets/git " : patch
12+ " @changesets/logger " : patch
13+ " @changesets/parse " : patch
14+ " @changesets/pre " : patch
15+ " @changesets/read " : patch
16+ " @changesets/test-utils " : patch
17+ " @changesets/types " : patch
18+ ---
19+
20+ Add link to changelog in readme
Original file line number Diff line number Diff line change 22
33> Utilities for reading and parsing Changeset's config
44
5- [ ![ View changelog] ( https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen )] ( https://changelogs.xyz/@changesets/cli )
5+ [ ![ View changelog] ( https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen )] ( https://changelogs.xyz/@changesets/config )
66
77
88``` tsx
Original file line number Diff line number Diff line change 11# Get Dependents Graph
22
3- [ ![ View changelog] ( https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen )] ( https://changelogs.xyz/@changesets/cli )
3+ [ ![ View changelog] ( https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen )] ( https://changelogs.xyz/@changesets/get-dependents-graph )
44
55Small helper utility extracted from bolt to get a graph of relationships between packages.
66
You can’t perform that action at this time.
0 commit comments