Skip to content

Commit

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

[skip ci]
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent 25c0b43 commit f34303c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-owls-check.md

This file was deleted.

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.1.2

### Patch Changes

- [#378](https://github.com/rohit-gohri/redocusaurus/pull/378) [`0415860`](https://github.com/rohit-gohri/redocusaurus/commit/04158605637dbdb6f0a7bf69a842fe1076cd3c99) Thanks [@a-ignatov-parc](https://github.com/a-ignatov-parc)! - Fixes incorrect CSS prefixing that breaks layout on mobile devices and resolves reintroduced issues with incorrect background color for code samples

## 2.1.1

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

## 2.1.2

### Patch Changes

- Updated dependencies [[`0415860`](https://github.com/rohit-gohri/redocusaurus/commit/04158605637dbdb6f0a7bf69a842fe1076cd3c99)]:
- docusaurus-theme-redoc@2.1.2

## 2.1.1

### 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.1",
"version": "2.1.2",
"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.1"
"docusaurus-theme-redoc": "2.1.2"
},
"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.1"
"redocusaurus": "^2.1.2"
},
"devDependencies": {
"@percy/cli": "^1.28.8",
Expand Down

0 comments on commit f34303c

Please sign in to comment.