Skip to content

Commit 2d09476

Browse files
1.0.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4bfde6e commit 2d09476

File tree

8 files changed

+1464
-1443
lines changed

8 files changed

+1464
-1443
lines changed

.changeset/tasty-lions-glow.md

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

CHANGELOG.md

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

3+
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4bfde6e`](https://github.com/rohit-gohri/redocusaurus/commit/4bfde6eafda6a1e6adbc1291a98589e2afd103a2)]:
8+
9+
10+
11+
12+
### Patch Changes
13+
14+
- [#178](https://github.com/rohit-gohri/redocusaurus/pull/178) [`4bfde6e`](https://github.com/rohit-gohri/redocusaurus/commit/4bfde6eafda6a1e6adbc1291a98589e2afd103a2) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Add back node-polyfill to fix client errors
15+
316
417

518
### Patch Changes

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+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#178](https://github.com/rohit-gohri/redocusaurus/pull/178) [`4bfde6e`](https://github.com/rohit-gohri/redocusaurus/commit/4bfde6eafda6a1e6adbc1291a98589e2afd103a2) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Add back node-polyfill to fix client errors
8+
39
## 1.0.3
410

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

packages/redocusaurus/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4bfde6e`](https://github.com/rohit-gohri/redocusaurus/commit/4bfde6eafda6a1e6adbc1291a98589e2afd103a2)]:
8+
9+
310
## 1.0.3
411

512
### Patch Changes

packages/redocusaurus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redocusaurus",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Redoc for DocusaurusV2",
55
"main": "dist/index.js",
66
"exports": {
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@docusaurus/types": "^2.0.0-beta.20",
4545
"docusaurus-plugin-redoc": "1.0.3",
46-
"docusaurus-theme-redoc": "1.0.3"
46+
"docusaurus-theme-redoc": "1.0.4"
4747
},
4848
"engines": {
4949
"node": ">=14"

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"clsx": "^1.1.1",
2828
"react": "^17.0.2",
2929
"react-dom": "^17.0.2",
30-
"redocusaurus": "^1.0.3"
30+
"redocusaurus": "^1.0.4"
3131
},
3232
"devDependencies": {
3333
"@percy/cli": "^1.1.4",

yarn.lock

Lines changed: 1434 additions & 1434 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)