Skip to content

Commit

Permalink
chore: Updated changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jan 30, 2024
1 parent 2fe27b4 commit 9960ee1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"linked": [],
"access": "public",
"baseBranch": "next",
"updateInternalDependencies": "minor"
"updateInternalDependencies": "minor",
"ignore": ["@devtools/*"]
}
7 changes: 7 additions & 0 deletions .changeset/plenty-bees-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"typedoc-plugin-markdown": patch
---

- Expose `@experimental` and `@internal` doc flags
- Handle symbols with same name when generating urls
- Expose version to breadcrumbs.home text mapping
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/test/fixtures/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const config: Record<string, Fixture> = {
},
options: [{}],
},
entryFiles: {
entryfiles: {
entryPoints: '/entryfiles/*',
commonOptions: {
plugin: [path.join(__dirname, 'custom-plugins', 'navigation-plugin.mjs')],
Expand Down

0 comments on commit 9960ee1

Please sign in to comment.