Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarrow committed Sep 29, 2023
1 parent fc72b76 commit 9d019c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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": "1.8.9",
"version": "1.10.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -25,8 +25,8 @@
"@docusaurus/plugin-google-gtag": ">=2.0.1 <2.3.0",
"@docusaurus/preset-classic": ">=2.0.1 <2.3.0",
"@mdx-js/react": "^1.6.22",
"@mxenabled/docusaurus-plugin-openapi-docs": "^1.8.6",
"@mxenabled/docusaurus-theme-openapi-docs": "^1.8.9",
"@mxenabled/docusaurus-plugin-openapi-docs": "^1.10.1",
"@mxenabled/docusaurus-theme-openapi-docs": "^1.10.1",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.10.0",
"version": "1.10.1",
"npmClient": "yarn",
"useWorkspaces": true
}
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": "@mxenabled/docusaurus-plugin-openapi-docs",
"description": "OpenAPI plugin for Docusaurus.",
"version": "1.8.6",
"version": "1.10.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": "@mxenabled/docusaurus-theme-openapi-docs",
"description": "OpenAPI theme for Docusaurus.",
"version": "1.10.0",
"version": "1.10.1",
"license": "MIT",
"keywords": [
"openapi",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@docusaurus/theme-common": ">=2.0.1 <2.3.0",
"@mdx-js/react": "^1.6.21",
"@mxenabled/docusaurus-plugin-openapi-docs": "^1.8.6",
"@mxenabled/docusaurus-plugin-openapi-docs": "^1.10.1",
"@paloaltonetworks/postman-code-generators": "1.1.15-patch.2",
"@paloaltonetworks/postman-collection": "^4.1.0",
"@reduxjs/toolkit": "^1.7.1",
Expand Down

0 comments on commit 9d019c6

Please sign in to comment.