Skip to content

Commit 76f3974

Browse files
committed
fixes
1 parent 4df00f7 commit 76f3974

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.changeset/long-trainers-yawn.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

packages/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

packages/get-dependents-graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Small helper utility extracted from bolt to get a graph of relationships between packages.
66

0 commit comments

Comments
 (0)