Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2023
1 parent e104428 commit 1c900c0
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/clean-rules-drop.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.0.0

### Major Changes

- [#314](https://github.com/rohit-gohri/redocusaurus/pull/314) [`9ecbb1f`](https://github.com/rohit-gohri/redocusaurus/commit/9ecbb1fe3e78357b314c05a60ab6a1e7284d2840) Thanks [@zabomate](https://github.com/zabomate)! - Upgrade to Docusaurus V3

## 1.6.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": "1.6.0",
"version": "2.0.0",
"description": "Redoc Plugin for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.0.0

### Major Changes

- [#314](https://github.com/rohit-gohri/redocusaurus/pull/314) [`9ecbb1f`](https://github.com/rohit-gohri/redocusaurus/commit/9ecbb1fe3e78357b314c05a60ab6a1e7284d2840) Thanks [@zabomate](https://github.com/zabomate)! - Upgrade to Docusaurus V3

## 1.6.4

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

## 2.0.0

### Major Changes

- [#314](https://github.com/rohit-gohri/redocusaurus/pull/314) [`9ecbb1f`](https://github.com/rohit-gohri/redocusaurus/commit/9ecbb1fe3e78357b314c05a60ab6a1e7284d2840) Thanks [@zabomate](https://github.com/zabomate)! - Upgrade to Docusaurus V3

### Patch Changes

- Updated dependencies [[`9ecbb1f`](https://github.com/rohit-gohri/redocusaurus/commit/9ecbb1fe3e78357b314c05a60ab6a1e7284d2840)]:
- [email protected]
- [email protected]

## 1.6.4

### Patch 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": "1.6.4",
"version": "2.0.0",
"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": "1.6.0",
"docusaurus-theme-redoc": "1.6.4"
"docusaurus-plugin-redoc": "2.0.0",
"docusaurus-theme-redoc": "2.0.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 @@ -29,7 +29,7 @@
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redocusaurus": "^1.6.4"
"redocusaurus": "^2.0.0"
},
"devDependencies": {
"@percy/cli": "^1.27.4",
Expand Down

0 comments on commit 1c900c0

Please sign in to comment.