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 Sep 13, 2023
1 parent 58a567e commit c6f4256
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-onions-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-bulldogs-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-pens-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-forks-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-carpets-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-seas-cough.md

This file was deleted.

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

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

## 1.1.0 (2023-09-13)

### Minor Changes

- Added `ignoreCase` option for `tags-alphabetical` rule.
- Added `join` support for OAS 3.1 definitions.
- Added support for Redoc v2.1.2, and aligned the dependencies for both projects.

### Patch Changes

- Fixed an issue where the `--remove-unused-components` option removed used components that were referenced as child objects.
- Fixed the location pointer when reporting on the `no-path-trailing-slash` rule.
- Updated minimum required version of Node.js to v14 and removed deprecated packages.
- Updated @redocly/openapi-core to v1.1.0.

## 1.0.2 (2023-08-07)

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

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

## 1.1.0

### Minor Changes

- Added `ignoreCase` option for `tags-alphabetical` rule.
- Added `join` support for OAS 3.1 definitions.
- Added support for Redoc v2.1.2, and aligned the dependencies for both projects.

### Patch Changes

- Fixed an issue where the `--remove-unused-components` option removed used components that were referenced as child objects.
- Fixed the location pointer when reporting on the `no-path-trailing-slash` rule.
- Updated minimum required version of Node.js to v14 and removed deprecated packages.
- Updated @redocly/openapi-core to v1.1.0.

## 1.0.2

### 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.0.2",
"version": "1.1.0",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.0.2",
"@redocly/openapi-core": "1.1.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @redocly/openapi-core

## 1.1.0

### Minor Changes

- Added `ignoreCase` option for `tags-alphabetical` rule.

### Patch Changes

- Fixed an issue where the `--remove-unused-components` option removed used components that were referenced as child objects.
- Fixed the location pointer when reporting on the `no-path-trailing-slash` rule.

## 1.0.2

## 1.0.1
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.0.2",
"version": "1.1.0",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit c6f4256

Please sign in to comment.