Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2024
1 parent b0b50da commit 90a79ee
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-fireants-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-hornets-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-countries-push.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-gifts-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-fireants-reflect.md

This file was deleted.

13 changes: 13 additions & 0 deletions docs/changelog.md
Expand Up @@ -7,6 +7,19 @@ toc:

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

## 1.11.0 (2024-04-04)

### Minor Changes

- Removed additional operations from the `join` command; use `lint` and/or `bundle` for operations such as `lint` and `decorate`.
- Removed lint support from the bundle command to support a wider range of use cases. Users should update to [run lint and bundle separately](https://redocly.com/docs/cli/guides/lint-and-bundle/).
- Added support for a `github-actions` output format for the `lint` command to annotate reported problems on files when used in a GitHub Actions workflow.

### Patch Changes

- Fixed [`no-invalid-media-type-examples`](https://redocly.com/docs/cli/rules/no-invalid-media-type-examples/) rule `externalValue` example validation.
- Updated @redocly/openapi-core to v1.11.0.

## 1.10.6 (2024-03-26)

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

13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,18 @@
# @redocly/cli

## 1.11.0

### Minor Changes

- Removed additional operations from the `join` command; use `lint` and/or `bundle` for operations such as `lint` and `decorate`.
- Removed lint support from the bundle command to support a wider range of use cases. Users should update to [run lint and bundle separately](https://redocly.com/docs/cli/guides/lint-and-bundle/).
- Added support for a `github-actions` output format for the `lint` command to annotate reported problems on files when used in a GitHub Actions workflow.

### Patch Changes

- Fixed [`no-invalid-media-type-examples`](https://redocly.com/docs/cli/rules/no-invalid-media-type-examples/) rule `externalValue` example validation.
- Updated @redocly/openapi-core to v1.11.0.

## 1.10.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.10.6",
"version": "1.11.0",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.10.6",
"@redocly/openapi-core": "1.11.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,16 @@
# @redocly/openapi-core

## 1.11.0

### Minor Changes

- Added support for a `github-actions` output format for the `lint` command to annotate reported problems on files when used in a GitHub Actions workflow.

### Patch Changes

- Fixed [`no-invalid-media-type-examples`](https://redocly.com/docs/cli/rules/no-invalid-media-type-examples/) rule `externalValue` example validation.
- Process remove-unused-components rule transitively; components are now removed if they were previously referenced by a removed component.

## 1.10.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.10.6",
"version": "1.11.0",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

1 comment on commit 90a79ee

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 76.84% 4415/5746
🟡 Branches 67.06% 2396/3573
🟡 Functions 70.58% 734/1040
🟡 Lines 77% 4145/5383

Test suite run success

721 tests passing in 101 suites.

Report generated by 🧪jest coverage report action from 90a79ee

Please sign in to comment.