Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 3, 2023
1 parent 42bb731 commit aa212dc
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-meals-accept.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
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.6.0",
"version": "1.6.1",
"description": "Redoc Component for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/redocusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redocusaurus",
"version": "1.6.0",
"version": "1.6.1",
"description": "Redoc for DocusaurusV2",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -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",
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.6.0"
"redocusaurus": "^1.6.1"
},
"devDependencies": {
"@percy/cli": "^1.18.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

1 comment on commit aa212dc

@vercel
Copy link

@vercel vercel bot commented on aa212dc Mar 3, 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.