Skip to content

Commit 70a55ae

Browse files
RELEASING: Releasing 3 package(s)
Releases: docusaurus-plugin-redoc@2.5.0 docusaurus-theme-redoc@2.5.0 redocusaurus@2.5.0 [skip ci]
1 parent 757fa8f commit 70a55ae

File tree

8 files changed

+34
-15
lines changed

8 files changed

+34
-15
lines changed

.changeset/ninety-eagles-call.md

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

packages/docusaurus-plugin-redoc/CHANGELOG.md

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

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- [#424](https://github.com/rohit-gohri/redocusaurus/pull/424) [`5be48fc`](https://github.com/rohit-gohri/redocusaurus/commit/5be48fc0481abd94a1f5a25948960a585d1246b3) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - feat: add support for passing `spec` directly to all components
8+
9+
Update docs to add various missing things.
10+
311
## 2.2.3
412

513
### 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.2.3",
3+
"version": "2.5.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# docusaurus-theme-redoc
22

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- [#424](https://github.com/rohit-gohri/redocusaurus/pull/424) [`5be48fc`](https://github.com/rohit-gohri/redocusaurus/commit/5be48fc0481abd94a1f5a25948960a585d1246b3) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - feat: add support for passing `spec` directly to all components
8+
9+
Update docs to add various missing things.
10+
311
## 2.4.0
412

513
### 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.4.0",
3+
"version": "2.5.0",
44
"description": "Redoc Component for DocusaurusV2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/redocusaurus/CHANGELOG.md

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

3+
## 2.5.0
4+
5+
### Patch Changes
6+
7+
- [#424](https://github.com/rohit-gohri/redocusaurus/pull/424) [`5be48fc`](https://github.com/rohit-gohri/redocusaurus/commit/5be48fc0481abd94a1f5a25948960a585d1246b3) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - feat: add support for passing `spec` directly to all components
8+
9+
Update docs to add various missing things.
10+
11+
- Updated dependencies [[`5be48fc`](https://github.com/rohit-gohri/redocusaurus/commit/5be48fc0481abd94a1f5a25948960a585d1246b3)]:
12+
- docusaurus-plugin-redoc@2.5.0
13+
- docusaurus-theme-redoc@2.5.0
14+
315
## 2.4.0
416

517
### 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.4.0",
3+
"version": "2.5.0",
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.2.3",
45-
"docusaurus-theme-redoc": "2.4.0"
44+
"docusaurus-plugin-redoc": "2.5.0",
45+
"docusaurus-theme-redoc": "2.5.0"
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.4.0"
33+
"redocusaurus": "^2.5.0"
3434
},
3535
"devDependencies": {
3636
"@percy/cli": "^1.28.8",

0 commit comments

Comments
 (0)