Skip to content

Commit 5d0aaf3

Browse files
authored
v2.1.1
Version Packages
2 parents 45483d8 + 0002b84 commit 5d0aaf3

File tree

11 files changed

+45
-24
lines changed

11 files changed

+45
-24
lines changed

.changeset/thin-houses-admire.md

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

.changeset/twelve-donkeys-listen.md

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

CHANGELOG.md

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

3+
4+
5+
6+
7+
8+
9+
10+
11+
312
413

514

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.1.1
4+
5+
### Patch Changes
6+
7+
- [#369](https://github.com/rohit-gohri/redocusaurus/pull/369) [`45483d8`](https://github.com/rohit-gohri/redocusaurus/commit/45483d8a7f5338297f38bdf88c5c49bdfab4ce3a) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - update dependencies
8+
39
## 2.1.0
410

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#369](https://github.com/rohit-gohri/redocusaurus/pull/369) [`45483d8`](https://github.com/rohit-gohri/redocusaurus/commit/45483d8a7f5338297f38bdf88c5c49bdfab4ce3a) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - update dependencies
8+
9+
- [#369](https://github.com/rohit-gohri/redocusaurus/pull/369) [`45483d8`](https://github.com/rohit-gohri/redocusaurus/commit/45483d8a7f5338297f38bdf88c5c49bdfab4ce3a) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Add webpack define for DEBUG env var
10+
311
## 2.0.2
412

513
### 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": "2.0.2",
3+
"version": "2.1.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.1.1
4+
5+
### Patch Changes
6+
7+
- [#369](https://github.com/rohit-gohri/redocusaurus/pull/369) [`45483d8`](https://github.com/rohit-gohri/redocusaurus/commit/45483d8a7f5338297f38bdf88c5c49bdfab4ce3a) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - update dependencies
8+
9+
- Updated dependencies [[`45483d8`](https://github.com/rohit-gohri/redocusaurus/commit/45483d8a7f5338297f38bdf88c5c49bdfab4ce3a), [`45483d8`](https://github.com/rohit-gohri/redocusaurus/commit/45483d8a7f5338297f38bdf88c5c49bdfab4ce3a)]:
10+
11+
12+
313
## 2.1.0
414

515
### Minor 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.1.0",
3+
"version": "2.1.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.0",
45-
"docusaurus-theme-redoc": "2.0.2"
44+
"docusaurus-plugin-redoc": "2.1.1",
45+
"docusaurus-theme-redoc": "2.1.1"
4646
},
4747
"peerDependencies": {
4848
"@docusaurus/theme-common": "^3.0.0",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clsx": "^1.2.1",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
32-
"redocusaurus": "^2.1.0"
32+
"redocusaurus": "^2.1.1"
3333
},
3434
"devDependencies": {
3535
"@percy/cli": "^1.28.8",

0 commit comments

Comments
 (0)