Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 10, 2023
1 parent 137373e commit 29d3967
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-yaks-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-pillows-switch.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Redocusaurus

## redocusaurus@1.5.1

### Patch Changes

- Updated dependencies [[`4fc1b4c`](https://github.com/rohit-gohri/redocusaurus/commit/4fc1b4cb83cb36056d2b5edb052df90ac5a035f6), [`137373e`](https://github.com/rohit-gohri/redocusaurus/commit/137373e4f7bcd01710504da1bb00756b6c30c563)]:
- docusaurus-theme-redoc@1.5.1
- docusaurus-plugin-redoc@1.5.1

## docusaurus-plugin-redoc@1.5.1

### Patch Changes

- [#264](https://github.com/rohit-gohri/redocusaurus/pull/264) [`137373e`](https://github.com/rohit-gohri/redocusaurus/commit/137373e4f7bcd01710504da1bb00756b6c30c563) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Use redoc config while loading spec

## docusaurus-theme-redoc@1.5.1

### Patch Changes

- [#266](https://github.com/rohit-gohri/redocusaurus/pull/266) [`4fc1b4c`](https://github.com/rohit-gohri/redocusaurus/commit/4fc1b4cb83cb36056d2b5edb052df90ac5a035f6) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix search being hidden when logo present

## redocusaurus@1.5.0

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/docusaurus-plugin-redoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docusaurus-plugin-redoc

## 1.5.1

### Patch Changes

- [#264](https://github.com/rohit-gohri/redocusaurus/pull/264) [`137373e`](https://github.com/rohit-gohri/redocusaurus/commit/137373e4f7bcd01710504da1bb00756b6c30c563) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Use redoc config while loading spec

## 1.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-redoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-redoc",
"version": "1.5.0",
"version": "1.5.1",
"description": "Redoc Plugin for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/docusaurus-theme-redoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docusaurus-theme-redoc

## 1.5.1

### Patch Changes

- [#266](https://github.com/rohit-gohri/redocusaurus/pull/266) [`4fc1b4c`](https://github.com/rohit-gohri/redocusaurus/commit/4fc1b4cb83cb36056d2b5edb052df90ac5a035f6) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix search being hidden when logo present

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-redoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-theme-redoc",
"version": "1.5.0",
"version": "1.5.1",
"description": "Redoc Component for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/redocusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# redocusaurus

## 1.5.1

### Patch Changes

- Updated dependencies [[`4fc1b4c`](https://github.com/rohit-gohri/redocusaurus/commit/4fc1b4cb83cb36056d2b5edb052df90ac5a035f6), [`137373e`](https://github.com/rohit-gohri/redocusaurus/commit/137373e4f7bcd01710504da1bb00756b6c30c563)]:
- docusaurus-theme-redoc@1.5.1
- docusaurus-plugin-redoc@1.5.1

## 1.5.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redocusaurus",
"version": "1.5.0",
"version": "1.5.1",
"description": "Redoc for DocusaurusV2",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"homepage": "https://redocusaurus.vercel.app/",
"dependencies": {
"docusaurus-plugin-redoc": "1.5.0",
"docusaurus-theme-redoc": "1.5.0"
"docusaurus-plugin-redoc": "1.5.1",
"docusaurus-theme-redoc": "1.5.1"
},
"peerDependencies": {
"@docusaurus/theme-common": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clsx": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redocusaurus": "^1.5.0"
"redocusaurus": "^1.5.1"
},
"devDependencies": {
"@percy/cli": "^1.18.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5968,7 +5968,7 @@ __metadata:
languageName: node
linkType: hard

"docusaurus-plugin-redoc@1.5.0, docusaurus-plugin-redoc@workspace:packages/docusaurus-plugin-redoc":
"docusaurus-plugin-redoc@1.5.1, docusaurus-plugin-redoc@workspace:packages/docusaurus-plugin-redoc":
version: 0.0.0-use.local
resolution: "docusaurus-plugin-redoc@workspace:packages/docusaurus-plugin-redoc"
dependencies:
Expand All @@ -5981,7 +5981,7 @@ __metadata:
languageName: unknown
linkType: soft

"docusaurus-theme-redoc@1.5.0, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc":
"docusaurus-theme-redoc@1.5.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:
Expand Down Expand Up @@ -11802,16 +11802,16 @@ __metadata:
clsx: ^1.2.1
react: ^17.0.2
react-dom: ^17.0.2
redocusaurus: ^1.5.0
redocusaurus: ^1.5.1
languageName: unknown
linkType: soft

"redocusaurus@^1.5.0, redocusaurus@workspace:packages/redocusaurus":
"redocusaurus@^1.5.1, redocusaurus@workspace:packages/redocusaurus":
version: 0.0.0-use.local
resolution: "redocusaurus@workspace:packages/redocusaurus"
dependencies:
docusaurus-plugin-redoc: 1.5.0
docusaurus-theme-redoc: 1.5.0
docusaurus-plugin-redoc: 1.5.1
docusaurus-theme-redoc: 1.5.1
peerDependencies:
"@docusaurus/theme-common": ^2.0.0
"@docusaurus/utils": ^2.0.0
Expand Down

1 comment on commit 29d3967

@vercel
Copy link

@vercel vercel bot commented on 29d3967 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.