Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarrow committed Feb 23, 2024
1 parent 80c6ee8 commit 9a99420
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": "2.0.2",
"version": "2.0.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -25,8 +25,8 @@
"@docusaurus/plugin-google-gtag": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mxenabled/docusaurus-plugin-openapi-docs": "^2.0.1",
"@mxenabled/docusaurus-theme-openapi-docs": "^2.0.2",
"@mxenabled/docusaurus-plugin-openapi-docs": "^2.0.3",
"@mxenabled/docusaurus-theme-openapi-docs": "^2.0.3",
"clsx": "^1.1.1",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
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": "2.0.2",
"version": "2.0.3",
"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": "MX's OpenAPI plugin for Docusaurus.",
"version": "2.0.1",
"version": "2.0.3",
"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": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"keywords": [
"openapi",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@docusaurus/theme-common": "^3.0.1",
"@hookform/error-message": "^2.0.1",
"@mxenabled/docusaurus-plugin-openapi-docs": "^2.0.1",
"@mxenabled/docusaurus-plugin-openapi-docs": "^2.0.3",
"@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 9a99420

Please sign in to comment.