Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 2 package(s)

Releases:
  docusaurus-theme-redoc@2.2.0
  redocusaurus@2.2.0

[skip ci]

* Version Packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 8, 2024
1 parent a986be6 commit 89c3f70
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/small-ligers-doubt.md

This file was deleted.

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

## redocusaurus@2.2.0


## docusaurus-theme-redoc@2.2.0


## redocusaurus@2.1.2


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

## 2.2.0

### Minor Changes

- [#385](https://github.com/rohit-gohri/redocusaurus/pull/385) [`a986be6`](https://github.com/rohit-gohri/redocusaurus/commit/a986be6ee8f9b342efb783e620bec394f193f150) Thanks [@slorber](https://github.com/slorber)! - Upgrade Docusaurus - add support for Docusaurus Faster (RsPack)

## 2.1.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.1.2",
"version": "2.2.0",
"description": "Redoc Component for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/redocusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# redocusaurus

## 2.2.0

### Patch Changes

- [#385](https://github.com/rohit-gohri/redocusaurus/pull/385) [`a986be6`](https://github.com/rohit-gohri/redocusaurus/commit/a986be6ee8f9b342efb783e620bec394f193f150) Thanks [@slorber](https://github.com/slorber)! - Upgrade Docusaurus - add support for Docusaurus Faster (RsPack)

- Updated dependencies [[`a986be6`](https://github.com/rohit-gohri/redocusaurus/commit/a986be6ee8f9b342efb783e620bec394f193f150)]:
- docusaurus-theme-redoc@2.2.0

## 2.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redocusaurus",
"version": "2.1.2",
"version": "2.2.0",
"description": "Redoc for DocusaurusV2",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"homepage": "https://redocusaurus.vercel.app/",
"dependencies": {
"docusaurus-plugin-redoc": "2.1.1",
"docusaurus-theme-redoc": "2.1.2"
"docusaurus-theme-redoc": "2.2.0"
},
"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 @@ -30,7 +30,7 @@
"clsx": "^1.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redocusaurus": "^2.1.2"
"redocusaurus": "^2.2.0"
},
"devDependencies": {
"@percy/cli": "^1.28.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7998,7 +7998,7 @@ __metadata:
languageName: unknown
linkType: soft

"docusaurus-theme-redoc@npm:2.1.2, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc":
"docusaurus-theme-redoc@npm:2.2.0, docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc":
version: 0.0.0-use.local
resolution: "docusaurus-theme-redoc@workspace:packages/docusaurus-theme-redoc"
dependencies:
Expand Down Expand Up @@ -14960,11 +14960,11 @@ __metadata:
clsx: "npm:^1.2.1"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
redocusaurus: "npm:^2.1.2"
redocusaurus: "npm:^2.2.0"
languageName: unknown
linkType: soft

"redocusaurus@npm:^2.1.2, redocusaurus@workspace:packages/redocusaurus":
"redocusaurus@npm:^2.2.0, redocusaurus@workspace:packages/redocusaurus":
version: 0.0.0-use.local
resolution: "redocusaurus@workspace:packages/redocusaurus"
dependencies:
Expand All @@ -14973,7 +14973,7 @@ __metadata:
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
docusaurus-plugin-redoc: "npm:2.1.1"
docusaurus-theme-redoc: "npm:2.1.2"
docusaurus-theme-redoc: "npm:2.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
typescript: "npm:^5.5.2"
Expand Down

0 comments on commit 89c3f70

Please sign in to comment.