Skip to content

Commit dfad2e5

Browse files
committed
Fix changelog
1 parent 80e4c74 commit dfad2e5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.changeset/hungry-crabs-scream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'react-docgen': minor
33
---
44

5-
Add new ChainResolver to allow multiple resolvers to be chained.
5+
Add the new ChainResolver which allows multiple resolvers to be chained.
66

77
```ts
88
import { builtinResolvers } from 'react-docgen';

.changeset/quiet-spiders-grab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Allow resolvers to be classes in addition to functions.
66

77
```ts
8-
import type { ResolverClass, ResolverFunction } from 'react-dcogen';
8+
import type { ResolverClass, ResolverFunction } from 'react-docgen';
99

1010
// This was the only option until now
1111
const functionResolver: ResolverFunction = (file: FileState) => {

.changeset/shy-papayas-attack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
'@react-docgen/cli': major
33
---
44

5-
Renamed `--handlers` option to`--handler`. This unifies all options to be
5+
Renamed `--handlers` option to `--handler`. This unifies all options to be
66
singular.

.changeset/thin-tables-sneeze.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Renamed and migrated built-in resolvers to classes.
2020
+const resolver = new builtinResolvers.FindExportedDefinitionsResolver()
2121
```
2222

23-
- `findExportedComponentDefinition` was removed.
24-
Use`FindExportedDefinitionsResolver` with the `limit` option instead.
23+
- `findExportedComponentDefinition` was removed. Use
24+
`FindExportedDefinitionsResolver` with the `limit` option instead.
2525

2626
> This is still the default resolver.
2727

0 commit comments

Comments
 (0)