Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarrow committed Feb 22, 2024
1 parent e55905b commit 54a9590
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -26,7 +26,7 @@
"@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.1",
"@mxenabled/docusaurus-theme-openapi-docs": "^2.0.2",
"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.1",
"version": "2.0.2",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.0.2",
"license": "MIT",
"keywords": [
"openapi",
Expand Down

0 comments on commit 54a9590

Please sign in to comment.