Skip to content

Commit 64908a0

Browse files
RELEASING: Releasing 3 package(s)
Releases: docusaurus-plugin-redoc@2.2.1 docusaurus-theme-redoc@2.2.1 redocusaurus@2.2.1 [skip ci]
1 parent bc63b94 commit 64908a0

File tree

8 files changed

+28
-13
lines changed

8 files changed

+28
-13
lines changed

.changeset/spotty-owls-give.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/docusaurus-plugin-redoc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# docusaurus-plugin-redoc
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#394](https://github.com/rohit-gohri/redocusaurus/pull/394) [`d6fec91`](https://github.com/rohit-gohri/redocusaurus/commit/d6fec91af502b3c61d2e038aa24f3d63a101a493) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Update peer deps
8+
39
## 2.1.1
410

511
### Patch Changes

packages/docusaurus-plugin-redoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-plugin-redoc",
3-
"version": "2.1.1",
3+
"version": "2.2.1",
44
"description": "Redoc Plugin for DocusaurusV2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/docusaurus-theme-redoc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# docusaurus-theme-redoc
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#394](https://github.com/rohit-gohri/redocusaurus/pull/394) [`d6fec91`](https://github.com/rohit-gohri/redocusaurus/commit/d6fec91af502b3c61d2e038aa24f3d63a101a493) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Update peer deps
8+
39
## 2.2.0
410

511
### Minor Changes

packages/docusaurus-theme-redoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-theme-redoc",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Redoc Component for DocusaurusV2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/redocusaurus/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# redocusaurus
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#394](https://github.com/rohit-gohri/redocusaurus/pull/394) [`d6fec91`](https://github.com/rohit-gohri/redocusaurus/commit/d6fec91af502b3c61d2e038aa24f3d63a101a493) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Update peer deps
8+
9+
- Updated dependencies [[`d6fec91`](https://github.com/rohit-gohri/redocusaurus/commit/d6fec91af502b3c61d2e038aa24f3d63a101a493)]:
10+
- docusaurus-plugin-redoc@2.2.1
11+
- docusaurus-theme-redoc@2.2.1
12+
313
## 2.2.0
414

515
### Patch Changes

packages/redocusaurus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redocusaurus",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Redoc for DocusaurusV2",
55
"main": "dist/index.js",
66
"exports": {
@@ -41,8 +41,8 @@
4141
},
4242
"homepage": "https://redocusaurus.vercel.app/",
4343
"dependencies": {
44-
"docusaurus-plugin-redoc": "2.1.1",
45-
"docusaurus-theme-redoc": "2.2.0"
44+
"docusaurus-plugin-redoc": "2.2.1",
45+
"docusaurus-theme-redoc": "2.2.1"
4646
},
4747
"peerDependencies": {
4848
"@docusaurus/theme-common": "^3.6.0",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"clsx": "^1.2.1",
3131
"react": "^18.3.1",
3232
"react-dom": "^18.3.1",
33-
"redocusaurus": "^2.2.0"
33+
"redocusaurus": "^2.2.1"
3434
},
3535
"devDependencies": {
3636
"@percy/cli": "^1.28.8",

0 commit comments

Comments
 (0)