Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s)
Browse files Browse the repository at this point in the history
Releases:
  docusaurus-plugin-redoc@2.1.1
  docusaurus-theme-redoc@2.1.1
  redocusaurus@2.1.1

[skip ci]
  • Loading branch information
github-actions[bot] committed Jun 29, 2024
1 parent 45483d8 commit 93bb886
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/thin-houses-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-donkeys-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/docusaurus-plugin-redoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docusaurus-plugin-redoc

## 2.1.1

### Patch Changes

- [#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

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-redoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-redoc",
"version": "2.1.0",
"version": "2.1.1",
"description": "Redoc Plugin for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/docusaurus-theme-redoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docusaurus-theme-redoc

## 2.1.1

### Patch Changes

- [#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

- [#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

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-redoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-theme-redoc",
"version": "2.0.2",
"version": "2.1.1",
"description": "Redoc Component for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/redocusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# redocusaurus

## 2.1.1

### Patch Changes

- [#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

- Updated dependencies [[`45483d8`](https://github.com/rohit-gohri/redocusaurus/commit/45483d8a7f5338297f38bdf88c5c49bdfab4ce3a), [`45483d8`](https://github.com/rohit-gohri/redocusaurus/commit/45483d8a7f5338297f38bdf88c5c49bdfab4ce3a)]:
- docusaurus-plugin-redoc@2.1.1
- docusaurus-theme-redoc@2.1.1

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redocusaurus",
"version": "2.1.0",
"version": "2.1.1",
"description": "Redoc for DocusaurusV2",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"homepage": "https://redocusaurus.vercel.app/",
"dependencies": {
"docusaurus-plugin-redoc": "2.1.0",
"docusaurus-theme-redoc": "2.0.2"
"docusaurus-plugin-redoc": "2.1.1",
"docusaurus-theme-redoc": "2.1.1"
},
"peerDependencies": {
"@docusaurus/theme-common": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"clsx": "^1.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redocusaurus": "^2.1.0"
"redocusaurus": "^2.1.1"
},
"devDependencies": {
"@percy/cli": "^1.28.8",
Expand Down

0 comments on commit 93bb886

Please sign in to comment.