Skip to content

Commit 438ba79

Browse files
authored
v2.5.0
v2.5.0
2 parents 757fa8f + d241c8b commit 438ba79

File tree

10 files changed

+68
-21
lines changed

10 files changed

+68
-21
lines changed

.changeset/ninety-eagles-call.md

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

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Redocusaurus
22

3+
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 [@serut](https://github.com/serut)! - 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+
13+
14+
15+
16+
17+
### Minor Changes
18+
19+
- [#424](https://github.com/rohit-gohri/redocusaurus/pull/424) [`5be48fc`](https://github.com/rohit-gohri/redocusaurus/commit/5be48fc0481abd94a1f5a25948960a585d1246b3) Thanks [@serut](https://github.com/serut)! - feat: add support for passing `spec` directly to all components
20+
21+
Update docs to add various missing things.
22+
23+
24+
25+
### Minor Changes
26+
27+
- [#424](https://github.com/rohit-gohri/redocusaurus/pull/424) [`5be48fc`](https://github.com/rohit-gohri/redocusaurus/commit/5be48fc0481abd94a1f5a25948960a585d1246b3) Thanks [@serut](https://github.com/serut)! - feat: add support for passing `spec` directly to all components
28+
29+
Update docs to add various missing things.
30+
331
432

533
### Patch Changes

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 [@serut](https://github.com/serut)! - 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 [@serut](https://github.com/serut)! - 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 [@serut](https://github.com/serut)! - 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+
13+
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",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6589,7 +6589,7 @@ __metadata:
65896589
languageName: node
65906590
linkType: hard
65916591

6592-
"docusaurus-plugin-redoc@npm:2.2.3, docusaurus-plugin-redoc@workspace:packages/docusaurus-plugin-redoc":
6592+
"docusaurus-plugin-redoc@npm:2.5.0, docusaurus-plugin-redoc@workspace:packages/docusaurus-plugin-redoc":
65936593
version: 0.0.0-use.local
65946594
resolution: "docusaurus-plugin-redoc@workspace:packages/docusaurus-plugin-redoc"
65956595
dependencies:
@@ -6609,7 +6609,7 @@ __metadata:
66096609
languageName: unknown
66106610
linkType: soft
66116611

6612-
"docusaurus-theme-redoc@npm:2.4.0, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc":
6612+
"docusaurus-theme-redoc@npm:2.5.0, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc":
66136613
version: 0.0.0-use.local
66146614
resolution: "docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc"
66156615
dependencies:
@@ -13489,20 +13489,20 @@ __metadata:
1348913489
clsx: "npm:^1.2.1"
1349013490
react: "npm:^18.3.1"
1349113491
react-dom: "npm:^18.3.1"
13492-
redocusaurus: "npm:^2.4.0"
13492+
redocusaurus: "npm:^2.5.0"
1349313493
languageName: unknown
1349413494
linkType: soft
1349513495

13496-
"redocusaurus@npm:^2.4.0, redocusaurus@workspace:packages/redocusaurus":
13496+
"redocusaurus@npm:^2.5.0, redocusaurus@workspace:packages/redocusaurus":
1349713497
version: 0.0.0-use.local
1349813498
resolution: "redocusaurus@workspace:packages/redocusaurus"
1349913499
dependencies:
1350013500
"@docusaurus/theme-common": "npm:^3.6.0"
1350113501
"@docusaurus/utils": "npm:^3.6.0"
1350213502
"@types/react": "npm:^18.3.3"
1350313503
"@types/react-dom": "npm:^18.3.0"
13504-
docusaurus-plugin-redoc: "npm:2.2.3"
13505-
docusaurus-theme-redoc: "npm:2.4.0"
13504+
docusaurus-plugin-redoc: "npm:2.5.0"
13505+
docusaurus-theme-redoc: "npm:2.5.0"
1350613506
react: "npm:^18.3.1"
1350713507
react-dom: "npm:^18.3.1"
1350813508
typescript: "npm:^5.5.2"

0 commit comments

Comments
 (0)