Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 12, 2022
1 parent 1a13230 commit df43d74
Show file tree
Hide file tree
Showing 11 changed files with 1,600 additions and 1,570 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-dryers-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-poets-sing.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.2.3

### Patch Changes

- Updated dependencies [[`1a13230`](https://github.com/rohit-gohri/redocusaurus/commit/1a13230442b159be73dc15a9fc59898f6e1318aa), [`70d14f9`](https://github.com/rohit-gohri/redocusaurus/commit/70d14f920db3dfa7e4e59a7d657bcd35f25986a2)]:
- docusaurus-theme-redoc@1.2.3
- docusaurus-plugin-redoc@1.2.3

## docusaurus-plugin-redoc@1.2.3

### Patch Changes

- [#219](https://github.com/rohit-gohri/redocusaurus/pull/219) [`70d14f9`](https://github.com/rohit-gohri/redocusaurus/commit/70d14f920db3dfa7e4e59a7d657bcd35f25986a2) Thanks [@mauris](https://github.com/mauris)! - Update paths to watch for handling multi-file OpenAPI docs

## docusaurus-theme-redoc@1.2.3

### Patch Changes

- [#221](https://github.com/rohit-gohri/redocusaurus/pull/221) [`1a13230`](https://github.com/rohit-gohri/redocusaurus/commit/1a13230442b159be73dc15a9fc59898f6e1318aa) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix code samples background color

## redocusaurus@1.2.2

### 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.2.3

### Patch Changes

- [#219](https://github.com/rohit-gohri/redocusaurus/pull/219) [`70d14f9`](https://github.com/rohit-gohri/redocusaurus/commit/70d14f920db3dfa7e4e59a7d657bcd35f25986a2) Thanks [@mauris](https://github.com/mauris)! - Update paths to watch for handling multi-file OpenAPI docs

## 1.2.1

### 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.2.1",
"version": "1.2.3",
"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.2.3

### Patch Changes

- [#221](https://github.com/rohit-gohri/redocusaurus/pull/221) [`1a13230`](https://github.com/rohit-gohri/redocusaurus/commit/1a13230442b159be73dc15a9fc59898f6e1318aa) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Fix code samples background color

## 1.2.2

### Patch 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.2.2",
"version": "1.2.3",
"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.2.3

### Patch Changes

- Updated dependencies [[`1a13230`](https://github.com/rohit-gohri/redocusaurus/commit/1a13230442b159be73dc15a9fc59898f6e1318aa), [`70d14f9`](https://github.com/rohit-gohri/redocusaurus/commit/70d14f920db3dfa7e4e59a7d657bcd35f25986a2)]:
- docusaurus-theme-redoc@1.2.3
- docusaurus-plugin-redoc@1.2.3

## 1.2.2

### 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.2.2",
"version": "1.2.3",
"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.2.1",
"docusaurus-theme-redoc": "1.2.2"
"docusaurus-plugin-redoc": "1.2.3",
"docusaurus-theme-redoc": "1.2.3"
},
"peerDependencies": {
"@docusaurus/theme-common": "^2.0.0-beta.18",
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.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redocusaurus": "^1.2.2"
"redocusaurus": "^1.2.3"
},
"devDependencies": {
"@percy/cli": "^1.3.0",
Expand Down
Loading

1 comment on commit df43d74

@vercel
Copy link

@vercel vercel bot commented on df43d74 Jul 12, 2022

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.