From b0dff07940d2f774a44acb46b5ab4ad5d53a4a20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jun 2022 18:01:32 +0000 Subject: [PATCH 1/3] RELEASING: Releasing 2 package(s) Releases: docusaurus-theme-redoc@1.1.3 redocusaurus@1.1.3 [skip ci] --- .changeset/big-nails-marry.md | 5 ----- .changeset/tall-laws-change.md | 5 ----- packages/docusaurus-theme-redoc/CHANGELOG.md | 8 ++++++++ packages/docusaurus-theme-redoc/package.json | 2 +- packages/redocusaurus/CHANGELOG.md | 7 +++++++ packages/redocusaurus/package.json | 4 ++-- website/package.json | 2 +- 7 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 .changeset/big-nails-marry.md delete mode 100644 .changeset/tall-laws-change.md diff --git a/.changeset/big-nails-marry.md b/.changeset/big-nails-marry.md deleted file mode 100644 index 5c5a36d6..00000000 --- a/.changeset/big-nails-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docusaurus-theme-redoc": patch ---- - -fix(theme): Use heading specific CSS variables diff --git a/.changeset/tall-laws-change.md b/.changeset/tall-laws-change.md deleted file mode 100644 index 36273758..00000000 --- a/.changeset/tall-laws-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'docusaurus-theme-redoc': patch ---- - -Dark and light AppStore menu fix diff --git a/packages/docusaurus-theme-redoc/CHANGELOG.md b/packages/docusaurus-theme-redoc/CHANGELOG.md index 19669bf8..d46d61a0 100644 --- a/packages/docusaurus-theme-redoc/CHANGELOG.md +++ b/packages/docusaurus-theme-redoc/CHANGELOG.md @@ -1,5 +1,13 @@ # docusaurus-theme-redoc +## 1.1.3 + +### Patch Changes + +- [#194](https://github.com/rohit-gohri/redocusaurus/pull/194) [`57ad685`](https://github.com/rohit-gohri/redocusaurus/commit/57ad6857b795799d4040a4e7e2631810d1a619f2) Thanks [@baptisteArno](https://github.com/baptisteArno)! - fix(theme): Use heading specific CSS variables + +* [#201](https://github.com/rohit-gohri/redocusaurus/pull/201) [`04f9015`](https://github.com/rohit-gohri/redocusaurus/commit/04f901596c33e4a23132a5aa416b175fe626b35a) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Dark and light AppStore menu fix + ## 1.1.2 ### Patch Changes diff --git a/packages/docusaurus-theme-redoc/package.json b/packages/docusaurus-theme-redoc/package.json index fc95885b..c9d5cec4 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.1.2", + "version": "1.1.3", "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 3d62b3de..2a2c4532 100644 --- a/packages/redocusaurus/CHANGELOG.md +++ b/packages/redocusaurus/CHANGELOG.md @@ -1,5 +1,12 @@ # redocusaurus +## 1.1.3 + +### Patch Changes + +- Updated dependencies [[`57ad685`](https://github.com/rohit-gohri/redocusaurus/commit/57ad6857b795799d4040a4e7e2631810d1a619f2), [`04f9015`](https://github.com/rohit-gohri/redocusaurus/commit/04f901596c33e4a23132a5aa416b175fe626b35a)]: + - docusaurus-theme-redoc@1.1.3 + ## 1.1.2 ### Patch Changes diff --git a/packages/redocusaurus/package.json b/packages/redocusaurus/package.json index fcb45b20..8ee5aebc 100644 --- a/packages/redocusaurus/package.json +++ b/packages/redocusaurus/package.json @@ -1,6 +1,6 @@ { "name": "redocusaurus", - "version": "1.1.2", + "version": "1.1.3", "description": "Redoc for DocusaurusV2", "main": "dist/index.js", "exports": { @@ -43,7 +43,7 @@ "dependencies": { "@docusaurus/types": "^2.0.0-beta.20", "docusaurus-plugin-redoc": "1.1.2", - "docusaurus-theme-redoc": "1.1.2" + "docusaurus-theme-redoc": "1.1.3" }, "engines": { "node": ">=14" diff --git a/website/package.json b/website/package.json index ada9dfa6..15f78d66 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,7 @@ "clsx": "^1.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "redocusaurus": "^1.1.2" + "redocusaurus": "^1.1.3" }, "devDependencies": { "@percy/cli": "^1.1.4", From e2e713cfc13847def1306f3cfe6e599081f7af0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jun 2022 18:01:39 +0000 Subject: [PATCH 2/3] Version Packages --- CHANGELOG.md | 15 +++++++++++++++ yarn.lock | 8 ++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 273fe4c1..34859432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Redocusaurus +## redocusaurus@1.1.3 + +### Patch Changes + +- Updated dependencies [[`57ad685`](https://github.com/rohit-gohri/redocusaurus/commit/57ad6857b795799d4040a4e7e2631810d1a619f2), [`04f9015`](https://github.com/rohit-gohri/redocusaurus/commit/04f901596c33e4a23132a5aa416b175fe626b35a)]: + - docusaurus-theme-redoc@1.1.3 + +## docusaurus-theme-redoc@1.1.3 + +### Patch Changes + +- [#194](https://github.com/rohit-gohri/redocusaurus/pull/194) [`57ad685`](https://github.com/rohit-gohri/redocusaurus/commit/57ad6857b795799d4040a4e7e2631810d1a619f2) Thanks [@baptisteArno](https://github.com/baptisteArno)! - fix(theme): Use heading specific CSS variables + +* [#201](https://github.com/rohit-gohri/redocusaurus/pull/201) [`04f9015`](https://github.com/rohit-gohri/redocusaurus/commit/04f901596c33e4a23132a5aa416b175fe626b35a) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Dark and light AppStore menu fix + ## redocusaurus@1.1.2 ### Patch Changes diff --git a/yarn.lock b/yarn.lock index 2271a458..042ca086 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5865,7 +5865,7 @@ __metadata: languageName: unknown linkType: soft -"docusaurus-theme-redoc@1.1.2, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc": +"docusaurus-theme-redoc@1.1.3, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc": version: 0.0.0-use.local resolution: "docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc" dependencies: @@ -11557,17 +11557,17 @@ __metadata: clsx: ^1.1.1 react: ^17.0.2 react-dom: ^17.0.2 - redocusaurus: ^1.1.2 + redocusaurus: ^1.1.3 languageName: unknown linkType: soft -"redocusaurus@^1.1.2, redocusaurus@workspace:packages/redocusaurus": +"redocusaurus@^1.1.3, redocusaurus@workspace:packages/redocusaurus": version: 0.0.0-use.local resolution: "redocusaurus@workspace:packages/redocusaurus" dependencies: "@docusaurus/types": ^2.0.0-beta.20 docusaurus-plugin-redoc: 1.1.2 - docusaurus-theme-redoc: 1.1.2 + docusaurus-theme-redoc: 1.1.3 languageName: unknown linkType: soft From d79c66c17320c3daab995f07288457008d301657 Mon Sep 17 00:00:00 2001 From: Rohit Gohri Date: Tue, 14 Jun 2022 23:34:22 +0530 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 2 +- packages/docusaurus-plugin-redoc/CHANGELOG.md | 4 ++-- packages/docusaurus-theme-redoc/CHANGELOG.md | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34859432..f83b0764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - [#194](https://github.com/rohit-gohri/redocusaurus/pull/194) [`57ad685`](https://github.com/rohit-gohri/redocusaurus/commit/57ad6857b795799d4040a4e7e2631810d1a619f2) Thanks [@baptisteArno](https://github.com/baptisteArno)! - fix(theme): Use heading specific CSS variables -* [#201](https://github.com/rohit-gohri/redocusaurus/pull/201) [`04f9015`](https://github.com/rohit-gohri/redocusaurus/commit/04f901596c33e4a23132a5aa416b175fe626b35a) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Dark and light AppStore menu fix +- [#198](https://github.com/rohit-gohri/redocusaurus/pull/198) [`f3cca29`](https://github.com/rohit-gohri/redocusaurus/commit/f3cca29b7567a5d29f66589466ca33ab13af7d98) Thanks [@mauris](https://github.com/mauris )! - Dark and light AppStore menu fix ## redocusaurus@1.1.2 diff --git a/packages/docusaurus-plugin-redoc/CHANGELOG.md b/packages/docusaurus-plugin-redoc/CHANGELOG.md index 0d8f1105..1916ba0f 100644 --- a/packages/docusaurus-plugin-redoc/CHANGELOG.md +++ b/packages/docusaurus-plugin-redoc/CHANGELOG.md @@ -18,13 +18,13 @@ - [#138](https://github.com/rohit-gohri/redocusaurus/pull/138) [`e80c03a`](https://github.com/rohit-gohri/redocusaurus/commit/e80c03a2f0e6d1bc02926d0720913eeb2a5dddaf) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Parse schema at build time for urls too, remove support for relative urls -* [#138](https://github.com/rohit-gohri/redocusaurus/pull/138) [`117563e`](https://github.com/rohit-gohri/redocusaurus/commit/117563e0b5177819a206c7609f25b68260050308) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Simplify plugin/theme options +- [#138](https://github.com/rohit-gohri/redocusaurus/pull/138) [`117563e`](https://github.com/rohit-gohri/redocusaurus/commit/117563e0b5177819a206c7609f25b68260050308) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Simplify plugin/theme options ### Minor Changes - [#151](https://github.com/rohit-gohri/redocusaurus/pull/151) [`0eff93b`](https://github.com/rohit-gohri/redocusaurus/commit/0eff93bd137a96320b6198ad26357392a3ded4e7) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Add swagger support, create 2 bundles - original and converted -* [#148](https://github.com/rohit-gohri/redocusaurus/pull/148) [`ad66f92`](https://github.com/rohit-gohri/redocusaurus/commit/ad66f92aedd27d4b25a3c902f197e6c6b3c271bb) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Add support for bundling multiple yamls that reference each other +- [#148](https://github.com/rohit-gohri/redocusaurus/pull/148) [`ad66f92`](https://github.com/rohit-gohri/redocusaurus/commit/ad66f92aedd27d4b25a3c902f197e6c6b3c271bb) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Add support for bundling multiple yamls that reference each other ## 0.9.0 diff --git a/packages/docusaurus-theme-redoc/CHANGELOG.md b/packages/docusaurus-theme-redoc/CHANGELOG.md index d46d61a0..3862709f 100644 --- a/packages/docusaurus-theme-redoc/CHANGELOG.md +++ b/packages/docusaurus-theme-redoc/CHANGELOG.md @@ -6,7 +6,7 @@ - [#194](https://github.com/rohit-gohri/redocusaurus/pull/194) [`57ad685`](https://github.com/rohit-gohri/redocusaurus/commit/57ad6857b795799d4040a4e7e2631810d1a619f2) Thanks [@baptisteArno](https://github.com/baptisteArno)! - fix(theme): Use heading specific CSS variables -* [#201](https://github.com/rohit-gohri/redocusaurus/pull/201) [`04f9015`](https://github.com/rohit-gohri/redocusaurus/commit/04f901596c33e4a23132a5aa416b175fe626b35a) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Dark and light AppStore menu fix +- [#198](https://github.com/rohit-gohri/redocusaurus/pull/198) [`f3cca29`](https://github.com/rohit-gohri/redocusaurus/commit/f3cca29b7567a5d29f66589466ca33ab13af7d98) Thanks [@mauris](https://github.com/mauris )! - Dark and light AppStore menu fix ## 1.1.2 @@ -38,7 +38,7 @@ - [#176](https://github.com/rohit-gohri/redocusaurus/pull/176) [`6695ba6`](https://github.com/rohit-gohri/redocusaurus/commit/6695ba6b3851c906951577b69c6d6d59b57e956b) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Upgrade to docusaurus-beta.20 and fix Invalid URL errors -* [#176](https://github.com/rohit-gohri/redocusaurus/pull/176) [`3c3d4bd`](https://github.com/rohit-gohri/redocusaurus/commit/3c3d4bda3bee61a6c9937825a5d4d46ffb32033c) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix usage of color mode +- [#176](https://github.com/rohit-gohri/redocusaurus/pull/176) [`3c3d4bd`](https://github.com/rohit-gohri/redocusaurus/commit/3c3d4bda3bee61a6c9937825a5d4d46ffb32033c) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix usage of color mode ## 1.0.2 @@ -58,11 +58,11 @@ - [#138](https://github.com/rohit-gohri/redocusaurus/pull/138) [`e80c03a`](https://github.com/rohit-gohri/redocusaurus/commit/e80c03a2f0e6d1bc02926d0720913eeb2a5dddaf) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Parse schema at build time for urls too, remove support for relative urls -* [#138](https://github.com/rohit-gohri/redocusaurus/pull/138) [`25fada0`](https://github.com/rohit-gohri/redocusaurus/commit/25fada00ec31a22723190affb324c754f41e3ad0) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Change default redoc options, download button not hidden by default +- [#138](https://github.com/rohit-gohri/redocusaurus/pull/138) [`25fada0`](https://github.com/rohit-gohri/redocusaurus/commit/25fada00ec31a22723190affb324c754f41e3ad0) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Change default redoc options, download button not hidden by default - [#149](https://github.com/rohit-gohri/redocusaurus/pull/149) [`d2438dd`](https://github.com/rohit-gohri/redocusaurus/commit/d2438ddc7901be1f3d3fb89e68460524592ba087) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Enable server style sheet collection by default, fixes style issues on fresh load -* [#138](https://github.com/rohit-gohri/redocusaurus/pull/138) [`117563e`](https://github.com/rohit-gohri/redocusaurus/commit/117563e0b5177819a206c7609f25b68260050308) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Simplify plugin/theme options +- [#138](https://github.com/rohit-gohri/redocusaurus/pull/138) [`117563e`](https://github.com/rohit-gohri/redocusaurus/commit/117563e0b5177819a206c7609f25b68260050308) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Simplify plugin/theme options ### Minor Changes @@ -72,7 +72,7 @@ - [#152](https://github.com/rohit-gohri/redocusaurus/pull/152) [`70ced20`](https://github.com/rohit-gohri/redocusaurus/commit/70ced208484dd9b517ce00aeaa9eb42caded673b) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix nav sometimes hidden when logo is not present -* [#151](https://github.com/rohit-gohri/redocusaurus/pull/151) [`0eff93b`](https://github.com/rohit-gohri/redocusaurus/commit/0eff93bd137a96320b6198ad26357392a3ded4e7) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix scrollYOffset warning in server build +- [#151](https://github.com/rohit-gohri/redocusaurus/pull/151) [`0eff93b`](https://github.com/rohit-gohri/redocusaurus/commit/0eff93bd137a96320b6198ad26357392a3ded4e7) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix scrollYOffset warning in server build - [#153](https://github.com/rohit-gohri/redocusaurus/pull/153) [`21d76a4`](https://github.com/rohit-gohri/redocusaurus/commit/21d76a45f2827967d35803b0b03773b7709afeca) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix prism re-highlighting all code on load