diff --git a/.changeset/soft-meals-accept.md b/.changeset/soft-meals-accept.md deleted file mode 100644 index 70e67e5b..00000000 --- a/.changeset/soft-meals-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'docusaurus-theme-redoc': patch ---- - -Prevent rehydrating of client styles diff --git a/CHANGELOG.md b/CHANGELOG.md index 935ad641..d5ff95cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Redocusaurus +## redocusaurus@1.6.1 + +### Patch Changes + +- Updated dependencies [[`42bb731`](https://github.com/rohit-gohri/redocusaurus/commit/42bb731b7bed4f0aaef7558f1af78a5c080ff0fc)]: + - docusaurus-theme-redoc@1.6.1 + +## docusaurus-theme-redoc@1.6.1 + +### Patch Changes + +- [#276](https://github.com/rohit-gohri/redocusaurus/pull/276) [`42bb731`](https://github.com/rohit-gohri/redocusaurus/commit/42bb731b7bed4f0aaef7558f1af78a5c080ff0fc) Thanks [@JPeer264](https://github.com/JPeer264)! - Prevent rehydrating of client styles + ## redocusaurus@1.6.0 ### Minor Changes diff --git a/packages/docusaurus-theme-redoc/CHANGELOG.md b/packages/docusaurus-theme-redoc/CHANGELOG.md index 46e6ba2c..2fd925be 100644 --- a/packages/docusaurus-theme-redoc/CHANGELOG.md +++ b/packages/docusaurus-theme-redoc/CHANGELOG.md @@ -1,5 +1,11 @@ # docusaurus-theme-redoc +## 1.6.1 + +### Patch Changes + +- [#276](https://github.com/rohit-gohri/redocusaurus/pull/276) [`42bb731`](https://github.com/rohit-gohri/redocusaurus/commit/42bb731b7bed4f0aaef7558f1af78a5c080ff0fc) Thanks [@JPeer264](https://github.com/JPeer264)! - Prevent rehydrating of client styles + ## 1.6.0 ### Minor Changes diff --git a/packages/docusaurus-theme-redoc/package.json b/packages/docusaurus-theme-redoc/package.json index 45a29a3f..3ed829cf 100644 --- a/packages/docusaurus-theme-redoc/package.json +++ b/packages/docusaurus-theme-redoc/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-theme-redoc", - "version": "1.6.0", + "version": "1.6.1", "description": "Redoc Component for DocusaurusV2", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/redocusaurus/CHANGELOG.md b/packages/redocusaurus/CHANGELOG.md index d40489cd..cf1e7dd3 100644 --- a/packages/redocusaurus/CHANGELOG.md +++ b/packages/redocusaurus/CHANGELOG.md @@ -1,5 +1,12 @@ # redocusaurus +## 1.6.1 + +### Patch Changes + +- Updated dependencies [[`42bb731`](https://github.com/rohit-gohri/redocusaurus/commit/42bb731b7bed4f0aaef7558f1af78a5c080ff0fc)]: + - docusaurus-theme-redoc@1.6.1 + ## 1.6.0 ### Minor Changes diff --git a/packages/redocusaurus/package.json b/packages/redocusaurus/package.json index 09e9c627..2dc20a3a 100644 --- a/packages/redocusaurus/package.json +++ b/packages/redocusaurus/package.json @@ -1,6 +1,6 @@ { "name": "redocusaurus", - "version": "1.6.0", + "version": "1.6.1", "description": "Redoc for DocusaurusV2", "main": "dist/index.js", "exports": { @@ -42,7 +42,7 @@ "homepage": "https://redocusaurus.vercel.app/", "dependencies": { "docusaurus-plugin-redoc": "1.6.0", - "docusaurus-theme-redoc": "1.6.0" + "docusaurus-theme-redoc": "1.6.1" }, "peerDependencies": { "@docusaurus/theme-common": "^2.0.0", diff --git a/website/package.json b/website/package.json index 295a6bf1..bf2e9df4 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,7 @@ "clsx": "^1.2.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "redocusaurus": "^1.6.0" + "redocusaurus": "^1.6.1" }, "devDependencies": { "@percy/cli": "^1.18.0", diff --git a/yarn.lock b/yarn.lock index c7a157ae..4df40b77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5981,7 +5981,7 @@ __metadata: languageName: unknown linkType: soft -"docusaurus-theme-redoc@1.6.0, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc": +"docusaurus-theme-redoc@1.6.1, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc": version: 0.0.0-use.local resolution: "docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc" dependencies: @@ -11803,16 +11803,16 @@ __metadata: clsx: ^1.2.1 react: ^17.0.2 react-dom: ^17.0.2 - redocusaurus: ^1.6.0 + redocusaurus: ^1.6.1 languageName: unknown linkType: soft -"redocusaurus@^1.6.0, redocusaurus@workspace:packages/redocusaurus": +"redocusaurus@^1.6.1, redocusaurus@workspace:packages/redocusaurus": version: 0.0.0-use.local resolution: "redocusaurus@workspace:packages/redocusaurus" dependencies: docusaurus-plugin-redoc: 1.6.0 - docusaurus-theme-redoc: 1.6.0 + docusaurus-theme-redoc: 1.6.1 peerDependencies: "@docusaurus/theme-common": ^2.0.0 "@docusaurus/utils": ^2.0.0