Skip to content

Commit

Permalink
chore: 🔖 release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2023
1 parent efb6a45 commit 351409b
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-steaks-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-singers-glow.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ toc:

<!-- do-not-remove -->

## 1.5.0 (2023-11-24)

### Minor Changes

- Added new rule `array-parameter-serialization` to require that serialization parameters `style` and `explode` are present on array parameters.

### Patch Changes

- Support standalone docs development to facilitate more contributors, add docs quality checks to CI.
- Updated @redocly/openapi-core to v1.5.0.

## 1.4.1 (2023-11-15)

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @redocly/cli

## 1.5.0

### Minor Changes

- Added new rule `array-parameter-serialization` to require that serialization parameters `style` and `explode` are present on array parameters.

### Patch Changes

- Support standalone docs development to facilitate more contributors, add docs quality checks to CI.
- Updated @redocly/openapi-core to v1.5.0.

## 1.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.4.1",
"version": "1.5.0",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.4.1",
"@redocly/openapi-core": "1.5.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @redocly/openapi-core

## 1.5.0

### Minor Changes

- Added new rule `array-parameter-serialization` to require that serialization parameters `style` and `explode` are present on array parameters.

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.4.1",
"version": "1.5.0",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit 351409b

Please sign in to comment.