From b7612a47ccd4833aabf7597ded719cb0407fcabd Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Tue, 23 Jan 2024 18:27:56 -0800 Subject: [PATCH] Release - docusaurus-plugin-typedoc-api@4.1.0 - website@0.5.1 --- packages/plugin/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/plugin/package.json | 2 +- website/CHANGELOG.md | 14 ++++++++++++++ website/package.json | 2 +- 4 files changed, 42 insertions(+), 2 deletions(-) diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index a016d35..bd28efd 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.1.0 - 2024-01-24 + +#### 🚀 Updates + +- Add remark and rehype plugins support (#123) ([3ab71aa](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/3ab71aa)), closes [#123](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/123) +- Generate a sidebar file. (#132) ([ff45d2b](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/ff45d2b)), closes [#132](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/132) +- Support TypeScript v5.3. ([c39b2ab](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/c39b2ab)) + +#### 📦 Dependencies + +- **[docusaurus]** Update to v3.1. ([2b42b17](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/2b42b17)) +- **[eslint]** Update to v8.56. ([17ec185](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/17ec185)) +- **[marked]** Update to v9 latest. ([93c9df6](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/93c9df6)) +- **[prettier]** Update to v3.2. ([889c44d](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/889c44d)) +- **[typedoc]** Update to v0.25.7. ([83c5432](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/83c5432)) + +#### 🛠 Internals + +- Fix reflection type issues. ([999451d](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/999451d)) + +**Note:** Version bump only for package docusaurus-plugin-typedoc-api + + + + + ### 4.0.1 - 2023-11-04 #### 🐞 Fixes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index ede1f9b..697c0d1 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-plugin-typedoc-api", - "version": "4.0.1", + "version": "4.1.0", "description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ", "keywords": [ "docusaurus", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index e06dd10..fe39304 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 0.5.1 - 2024-01-24 + +#### 📦 Dependencies + +- **[docusaurus]** Update to v3.1. ([2b42b17](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/2b42b17)) +- **[marked]** Update to v9 latest. ([93c9df6](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/93c9df6)) +- **[prettier]** Update to v3.2. ([889c44d](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/889c44d)) + +**Note:** Version bump only for package website + + + + + # 0.5.0 - 2023-11-01 #### 💥 Breaking diff --git a/website/package.json b/website/package.json index a6729d2..033f78b 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "docusaurus": "docusaurus",