Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s)
Browse files Browse the repository at this point in the history
Releases:
  docusaurus-plugin-redoc@2.1.0
  redocusaurus@2.1.0

[skip ci]
  • Loading branch information
github-actions[bot] committed Mar 9, 2024
1 parent 646c5e1 commit 8147534
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/small-pugs-laugh.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- [#342](https://github.com/rohit-gohri/redocusaurus/pull/342) [`646c5e1`](https://github.com/rohit-gohri/redocusaurus/commit/646c5e1eb7b5541513186ee507642a105140efdf) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Add support for auto-loading folder

## 2.0.2

### 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": "2.0.2",
"version": "2.1.0",
"description": "Redoc Plugin for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/redocusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# redocusaurus

## 2.1.0

### Minor Changes

- [#342](https://github.com/rohit-gohri/redocusaurus/pull/342) [`646c5e1`](https://github.com/rohit-gohri/redocusaurus/commit/646c5e1eb7b5541513186ee507642a105140efdf) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Add support for auto-loading folder

### Patch Changes

- Updated dependencies [[`646c5e1`](https://github.com/rohit-gohri/redocusaurus/commit/646c5e1eb7b5541513186ee507642a105140efdf)]:
- docusaurus-plugin-redoc@2.1.0

## 2.0.2

### Patch 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": "2.0.2",
"version": "2.1.0",
"description": "Redoc for DocusaurusV2",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://redocusaurus.vercel.app/",
"dependencies": {
"docusaurus-plugin-redoc": "2.0.2",
"docusaurus-plugin-redoc": "2.1.0",
"docusaurus-theme-redoc": "2.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redocusaurus": "^2.0.2"
"redocusaurus": "^2.1.0"
},
"devDependencies": {
"@percy/cli": "^1.27.4",
Expand Down

0 comments on commit 8147534

Please sign in to comment.