Skip to content

Commit 9064dd2

Browse files
authored
Prepare release v2.0.5 (#744)
1 parent 506cc4b commit 9064dd2

File tree

8 files changed

+28
-10
lines changed

8 files changed

+28
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 2.1.0 (Mar 15, 2024)
2+
3+
High level enhancements
4+
5+
- Adds support for generating sidebar using x-tagGroup
6+
- Adds support for generating schemas
7+
- Improved x-codeSamples support
8+
9+
Other enhancements and bug fixes
10+
11+
- Upgrade dependencies ([#741](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/741))
12+
- update compatibility matrix ([#739](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/739))
13+
- feat: implement x-tagGroup feature ([#737](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/737))
14+
- feat: Implement schema pages behind a config option `showSchemas` ([#736](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/736))
15+
- fix: Guard only undefined and empty strings ([#725](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/725))
16+
- Conditional display of header Request ([#719](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/719))
17+
- Fix x-codeSamples load when switching language tabs ([#707](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/707))
18+
119
## 2.0.4 (Jan 18, 2024)
220

321
High level enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Key Features:
4141

4242
| Docusaurus OpenAPI Docs | Docusaurus |
4343
| ----------------------- | --------------- |
44-
| 3.0.0-beta.x (beta) | `3.0.1` |
44+
| 3.0.0-beta.x (beta) | `3.0.1 - 3.1.1` |
4545
| 2.0.x (current) | `2.4.1 - 2.4.3` |
4646
| 1.7.3 (legacy) | `2.0.1 - 2.2.0` |
4747

demo/docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Key Features:
5858

5959
| Docusaurus OpenAPI Docs | Docusaurus |
6060
| ----------------------- | --------------- |
61-
| 3.0.0-beta.x (beta) | `3.0.1` |
61+
| 3.0.0-beta.x (beta) | `3.0.1 - 3.1.1` |
6262
| 2.0.x (current) | `2.4.1 - 2.4.3` |
6363
| 1.7.3 (legacy) | `2.0.1 - 2.2.0` |
6464

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -26,8 +26,8 @@
2626
"@docusaurus/preset-classic": "2.4.3",
2727
"@mdx-js/react": "^1.6.22",
2828
"clsx": "^1.1.1",
29-
"docusaurus-plugin-openapi-docs": "^2.0.4",
30-
"docusaurus-theme-openapi-docs": "^2.0.4",
29+
"docusaurus-plugin-openapi-docs": "^2.1.0",
30+
"docusaurus-theme-openapi-docs": "^2.1.0",
3131
"prism-react-renderer": "^1.3.1",
3232
"react": "^18.2.0",
3333
"react-dom": "^18.2.0"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.4",
2+
"version": "2.1.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/docusaurus-plugin-openapi-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Key Features:
3131

3232
| Docusaurus OpenAPI Docs | Docusaurus |
3333
| ----------------------- | --------------- |
34-
| 3.0.0-beta.x (beta) | `3.0.1` |
34+
| 3.0.0-beta.x (beta) | `3.0.1 - 3.1.1` |
3535
| 2.0.x (current) | `2.4.1 - 2.4.3` |
3636
| 1.7.3 (legacy) | `2.0.1 - 2.2.0` |
3737

packages/docusaurus-plugin-openapi-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-plugin-openapi-docs",
33
"description": "OpenAPI plugin for Docusaurus.",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

packages/docusaurus-theme-openapi-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-theme-openapi-docs",
33
"description": "OpenAPI theme for Docusaurus.",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"keywords": [
77
"openapi",
@@ -43,7 +43,7 @@
4343
"clsx": "^1.1.1",
4444
"copy-text-to-clipboard": "^3.1.0",
4545
"crypto-js": "^4.1.1",
46-
"docusaurus-plugin-openapi-docs": "^2.0.4",
46+
"docusaurus-plugin-openapi-docs": "^2.1.0",
4747
"docusaurus-plugin-sass": "^0.2.3",
4848
"file-saver": "^2.0.5",
4949
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)