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 Aug 17, 2023
1 parent 8199d11 commit 788b99a
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 24 deletions.
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.

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

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

## 1.1.0 (2023-08-17)

### Minor Changes

- Added join support for OAS 3.1 definitions.

### Patch Changes

- Fixed an issue when the --remove-unused-components option was removing used components that were referenced as a child object.
- Fixed the wrong location pointer when reporting on the 'no-path-trailing-slash' rule.
- 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.

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

## 1.1.0

### Minor Changes

- Added join support for OAS 3.1 definitions.

### Patch Changes

- Fixed an issue when the --remove-unused-components option was removing used components that were referenced as a child object.
- Fixed the wrong location pointer when reporting on the 'no-path-trailing-slash' rule.
- 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",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @redocly/openapi-core

## 1.1.0

### Patch Changes

- Fixed an issue when the --remove-unused-components option was removing used components that were referenced as a child object.
- Fixed the wrong 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 788b99a

Please sign in to comment.