Skip to content

Commit fa30961

Browse files
authored
Prepare release v1.5.2 (#401)
1 parent ca6322f commit fa30961

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.5.2 (Feb 2, 2023)
2+
3+
High level enhancements
4+
5+
- Improved support for rendering items/arrays
6+
- Fixed issue that prevented some schemas from fully-rendering ([#397](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/397))
7+
- Added support for `nullable`
8+
9+
Other enhancements and bug fixes
10+
11+
- Cleanup API doc demos ([#400](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/400))
12+
- [Bug] Support multiple same-level node types and improve items/array support ([#397](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/397))
13+
- Bump ua-parser-js from 0.7.32 to 0.7.33 ([#395](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/395))
14+
- Add support for nullable ([#393](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/393))
15+
- Bump cookiejar from 2.1.3 to 2.1.4 ([#390](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/390))
16+
- Update intro/README ([#384](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/384))
17+
- Update a link in the credits ([#382](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/382))
18+
119
## 1.5.1 (Jan 10, 2023)
220

321
High level enhancements

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": "1.5.1",
3+
"version": "1.5.2",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -27,8 +27,8 @@
2727
"@docusaurus/preset-classic": "^2.0.1",
2828
"@mdx-js/react": "^1.6.22",
2929
"clsx": "^1.1.1",
30-
"docusaurus-plugin-openapi-docs": "^1.5.1",
31-
"docusaurus-theme-openapi-docs": "^1.5.1",
30+
"docusaurus-plugin-openapi-docs": "^1.5.2",
31+
"docusaurus-theme-openapi-docs": "^1.5.2",
3232
"prism-react-renderer": "^1.3.1",
3333
"react": "^17.0.2",
3434
"react-dom": "^17.0.2"

lerna.json

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

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": "1.5.1",
4+
"version": "1.5.2",
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": "1.5.1",
4+
"version": "1.5.2",
55
"license": "MIT",
66
"keywords": [
77
"openapi",
@@ -51,7 +51,7 @@
5151
"buffer": "^6.0.3",
5252
"clsx": "^1.1.1",
5353
"crypto-js": "^4.1.1",
54-
"docusaurus-plugin-openapi-docs": "^1.5.1",
54+
"docusaurus-plugin-openapi-docs": "^1.5.2",
5555
"file-saver": "^2.0.5",
5656
"immer": "^9.0.7",
5757
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)