Skip to content

Commit

Permalink
Merge pull request #929 from PaloAltoNetworks/prepare-v4.0.1
Browse files Browse the repository at this point in the history
Prepare release v4.0.1
  • Loading branch information
sserrata authored Aug 22, 2024
2 parents 2daa812 + f6e9fe0 commit e228de9
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 16 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 4.0.1 (Aug 22, 2024)

High level enhancements

- Improved support for rendering discriminator properties

Other enhancements and bug fixes

- Merge pull request #927 from PaloAltoNetworks/discriminator-no-mapping
- add test cases for discriminator
- add discriminator test spec
- handle discriminators with no mapping as simply property
- Add additional oneOf tests ([#924](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/924))

## 4.0.0 (Aug 20, 2024)

High level enhancements
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Key Features:

| Docusaurus OpenAPI Docs | Docusaurus |
| ----------------------- | --------------- |
| 4.0.0 (current) | `3.5.0 - 3.5.2` |
| 3.0.2 (legacy) | `3.0.1 - 3.4.0` |
| 2.2.1 (legacy) | `2.4.1 - 2.4.3` |
| 4.0.x (current) | `3.5.0 - 3.5.2` |
| 3.0.x (end-of-support) | `3.0.1 - 3.4.0` |
| 2.2.3 (legacy) | `2.4.1 - 2.4.3` |
| 1.7.3 (end-of-support) | `2.0.1 - 2.2.0` |

## Bootstrapping from Template (new Docusaurus site)
Expand Down
6 changes: 3 additions & 3 deletions demo/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Key Features:

| Docusaurus OpenAPI Docs | Docusaurus |
| ----------------------- | --------------- |
| 4.0.0 (current) | `3.5.0 - 3.5.2` |
| 3.0.2 (legacy) | `3.0.1 - 3.4.0` |
| 2.2.1 (legacy) | `2.4.1 - 2.4.3` |
| 4.0.x (current) | `3.5.0 - 3.5.2` |
| 3.0.x (end-of-support) | `3.0.1 - 3.4.0` |
| 2.2.3 (legacy) | `2.4.1 - 2.4.3` |
| 1.7.3 (end-of-support) | `2.0.1 - 2.2.0` |


Expand Down
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -25,8 +25,8 @@
"@docusaurus/plugin-google-gtag": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"clsx": "^1.1.1",
"docusaurus-plugin-openapi-docs": "^4.0.0",
"docusaurus-theme-openapi-docs": "^4.0.0",
"docusaurus-plugin-openapi-docs": "^4.0.1",
"docusaurus-theme-openapi-docs": "^4.0.1",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.0.0",
"version": "4.0.1",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/docusaurus-plugin-openapi-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Key Features:

| Docusaurus OpenAPI Docs | Docusaurus |
| ----------------------- | --------------- |
| 4.0.0 (current) | `3.5.0 - 3.5.2` |
| 3.0.2 (legacy) | `3.0.1 - 3.4.0` |
| 2.2.1 (legacy) | `2.4.1 - 2.4.3` |
| 4.0.x (current) | `3.5.0 - 3.5.2` |
| 3.0.x (end-of-support) | `3.0.1 - 3.4.0` |
| 2.2.3 (legacy) | `2.4.1 - 2.4.3` |
| 1.7.3 (end-of-support) | `2.0.1 - 2.2.0` |

## Bootstrapping from Template (new Docusaurus site)
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-openapi-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-plugin-openapi-docs",
"description": "OpenAPI plugin for Docusaurus.",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"keywords": [
"openapi",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-theme-openapi-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-theme-openapi-docs",
"description": "OpenAPI theme for Docusaurus.",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"keywords": [
"openapi",
Expand Down Expand Up @@ -42,7 +42,7 @@
"clsx": "^1.1.1",
"copy-text-to-clipboard": "^3.1.0",
"crypto-js": "^4.1.1",
"docusaurus-plugin-openapi-docs": "^4.0.0",
"docusaurus-plugin-openapi-docs": "^4.0.1",
"docusaurus-plugin-sass": "^0.2.3",
"file-saver": "^2.0.5",
"lodash": "^4.17.20",
Expand Down

0 comments on commit e228de9

Please sign in to comment.