Skip to content

Commit

Permalink
chore(core): updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 22, 2024
1 parent c08cc3f commit 8575ce8
Show file tree
Hide file tree
Showing 16 changed files with 135 additions and 148 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ An event emitted before and after the markdown of a page is rendered.

## Extends

* [`Event`](https://typedoc.org/api/classes/Event.html)
* `Event`

## Type Parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An event emitted at the beginning and end of the rendering process.

## Extends

* [`Event`](https://typedoc.org/api/classes/Event.html)
* `Event`

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api-docs/Class.MarkdownPageEvent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An event emitted before and after the markdown of a page is rendered.

## Extends

- [`Event`](https://typedoc.org/api/classes/Event.html)
- `Event`

## Events

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api-docs/Class.MarkdownRendererEvent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An event emitted at the beginning and end of the rendering process.

## Extends

- [`Event`](https://typedoc.org/api/classes/Event.html)
- `Event`

## Events

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/changelog/v4.1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Callout } from 'nextra/components';
# v4.1 (June 2024)

<Callout type="info">
v4.1 introduces [TypeDoc v0.26]() feature support and API compatibility updates.
v4.1 introduces [TypeDoc v0.26](https://typedoc.org/guides/changelog/#v0.26.0-(2024-06-22)) feature support and API compatibility updates.

</Callout>

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/versioning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For this reason we follow a slightly amended version of semver:

| typedoc-plugin-markdown | TypeDoc | Release Date |
| ----------------------- | ------- | ------------ |
| 4.1.x | 0.26.x | 2024-06-21 |
| 4.1.x | 0.26.x | 2024-06-22 |
| 4.0.x | 0.25.x | 2024-05-03 |

## Specifying Version Ranges
Expand Down
145 changes: 76 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8575ce8

Please sign in to comment.