Skip to content

Commit 297f914

Browse files
authored
Prepare release v2.2.2 (#916)
1 parent fa8827e commit 297f914

File tree

7 files changed

+24
-9
lines changed

7 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.2.2 (Aug 14, 2024)
2+
3+
High level enhancements
4+
5+
- Various bug fixes and support for allOf, anyOf, oneOf.
6+
7+
Other enhancements and bug fixes
8+
9+
- Ensure same-level properties and allOf are rendered ([#904](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/904))
10+
- statically set generated date and date-time example value ([#901](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/901))
11+
- Fix support for example summaries ([#898](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/898))
12+
- Support anyOf/oneOf schema descriptions ([#897](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/897))
13+
- Check if the outputDir exists before attempting to create the versions.json file ([#892](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/892))
14+
- Add object primitive support to createAnyOneOf ([#895](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/895))
15+
116
## 2.2.1 (Jul 3, 2024)
217

318
High level enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Key Features:
5050
Run the following to bootstrap a Docsaurus v3 site (classic theme) with `docusaurus-openapi-docs`:
5151

5252
```bash
53-
npx create-docusaurus@3.4.0 my-website --package-manager yarn
53+
npx create-docusaurus@2.4.3 my-website --package-manager yarn
5454
```
5555

5656
> When prompted to select a template choose `Git repository`.

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.2.1",
3+
"version": "2.2.2",
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.2.0",
30-
"docusaurus-theme-openapi-docs": "^2.2.1",
29+
"docusaurus-plugin-openapi-docs": "^2.2.2",
30+
"docusaurus-theme-openapi-docs": "^2.2.2",
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.2.1",
2+
"version": "2.2.2",
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
@@ -50,7 +50,7 @@ Key Features:
5050
Run the following to bootstrap a Docsaurus v3 site (classic theme) with `docusaurus-openapi-docs`:
5151

5252
```bash
53-
npx create-docusaurus@3.4.0 my-website --package-manager yarn
53+
npx create-docusaurus@2.4.3 my-website --package-manager yarn
5454
```
5555

5656
> When prompted to select a template choose `Git repository`.

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.2.1",
4+
"version": "2.2.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": "2.2.1",
4+
"version": "2.2.2",
55
"license": "MIT",
66
"keywords": [
77
"openapi",
@@ -41,7 +41,7 @@
4141
"clsx": "^1.1.1",
4242
"copy-text-to-clipboard": "^3.1.0",
4343
"crypto-js": "^4.1.1",
44-
"docusaurus-plugin-openapi-docs": "^2.2.0",
44+
"docusaurus-plugin-openapi-docs": "^2.2.2",
4545
"docusaurus-plugin-sass": "^0.2.3",
4646
"file-saver": "^2.0.5",
4747
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)