Skip to content

Commit

Permalink
Prepare release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon-White authored Apr 3, 2024
1 parent b1deb01 commit 0d2e0ec
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.7.4 (Apr 1, 2024)

Bug Fixes for Docusaurus 3.2.0 upgrade ([#283](https://github.com/cloud-annotations/docusaurus-openapi/pull/283))

- `addLeadingSlash` and `addTrailingSlash` are now imported from `@docusaurus/utils-common`
- Omit `showLastUpdateAuthor` and `showLastUpdateTime` from PluginOptions
- Updated `toNav` function to handle `nav.menu` items that now have a role of `button` instead of `link`
- Updated Docusaurus version to 3.2.0

## 0.7.3 (Jan 15, 2024)

Enhancements and bug fixes
Expand Down
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": "0.7.3",
"version": "0.7.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -17,7 +17,7 @@
"@docusaurus/core": "^3.2.0",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.2.1",
"docusaurus-preset-openapi": "^0.7.3",
"docusaurus-preset-openapi": "^0.7.4",
"file-loader": "^6.2.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.0.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": "0.7.3",
"version": "0.7.4",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/create-docusaurus-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-docusaurus-openapi",
"version": "0.7.3",
"version": "0.7.4",
"description": "Create Docusaurus apps easily.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-plugin-openapi",
"description": "OpenAPI plugin for Docusaurus.",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-plugin-proxy",
"description": "A dev server proxy for Docusaurus.",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/docusaurus-preset-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-preset-openapi",
"description": "OpenAPI preset for Docusaurus.",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"keywords": [
"openapi",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@docusaurus/preset-classic": "^3.2.0",
"docusaurus-plugin-openapi": "^0.7.3",
"docusaurus-plugin-proxy": "^0.7.3",
"docusaurus-theme-openapi": "^0.7.3"
"docusaurus-plugin-openapi": "^0.7.4",
"docusaurus-plugin-proxy": "^0.7.4",
"docusaurus-theme-openapi": "^0.7.4"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-template-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-template-openapi",
"version": "0.7.3",
"version": "0.7.4",
"keywords": [
"react",
"create-docusaurus",
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-template-openapi/template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"name": "demo",
"version": "0.7.3",
"version": "0.7.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -15,8 +15,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"docusaurus-preset-openapi": "0.7.3",
"@docusaurus/core": "^3.2.0",
"docusaurus-preset-openapi": "0.7.4",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"prism-react-renderer": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-theme-openapi",
"description": "OpenAPI theme for Docusaurus.",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0d2e0ec

Please sign in to comment.