Skip to content

Commit 5877a91

Browse files
authored
Prepare release v3.0.0-beta.8 (#767)
1 parent 850b5d0 commit 5877a91

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 3.0.0-beta.8 (Mar 21, 2024)
2+
3+
High level enhancements
4+
5+
- Various bug fixes
6+
7+
Other enhancements and bug fixes
8+
9+
- Fix allOf schema qualifier and type ([#766](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/766))
10+
- Ensure qualifiers are rendered for polymorphic/primitive properties ([#765](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/765))
11+
- uncomment line preventing grouping by operation tags ([#764](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/764))
12+
- ensure resize observer is calculated once per frame to avoid loops ([#763](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/763))
13+
114
## 3.0.0-beta.7 (Mar 20, 2024)
215

316
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": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -25,8 +25,8 @@
2525
"@docusaurus/plugin-google-gtag": "3.1.1",
2626
"@docusaurus/preset-classic": "3.1.1",
2727
"clsx": "^1.1.1",
28-
"docusaurus-plugin-openapi-docs": "^3.0.0-beta.7",
29-
"docusaurus-theme-openapi-docs": "^3.0.0-beta.7",
28+
"docusaurus-plugin-openapi-docs": "^3.0.0-beta.8",
29+
"docusaurus-theme-openapi-docs": "^3.0.0-beta.8",
3030
"prism-react-renderer": "^2.3.0",
3131
"react": "^18.2.0",
3232
"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": "3.0.0-beta.7",
2+
"version": "3.0.0-beta.8",
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": "3.0.0-beta.7",
4+
"version": "3.0.0-beta.8",
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": "3.0.0-beta.7",
4+
"version": "3.0.0-beta.8",
55
"license": "MIT",
66
"keywords": [
77
"openapi",
@@ -44,7 +44,7 @@
4444
"clsx": "^1.1.1",
4545
"copy-text-to-clipboard": "^3.1.0",
4646
"crypto-js": "^4.1.1",
47-
"docusaurus-plugin-openapi-docs": "^3.0.0-beta.7",
47+
"docusaurus-plugin-openapi-docs": "^3.0.0-beta.8",
4848
"docusaurus-plugin-sass": "^0.2.3",
4949
"file-saver": "^2.0.5",
5050
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)