Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 18, 2023
1 parent 73c1999 commit 45b31e6
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-ducks-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-ears-allow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-months-draw.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-lemons-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-shoes-sniff.md

This file was deleted.

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

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

## 1.2.1 (2023-10-17)

### Patch Changes

- Fixed an issue with nested refs in the `join` command.
- Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for `pattern` and `notPattern` assertions to be more precise.
- Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
- Updated @redocly/openapi-core to v1.2.1.

## 1.2.0 (2023-09-18)

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

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

## 1.2.1

### Patch Changes

- Fixed an issue with nested refs in the `join` command.
- Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for `pattern` and `notPattern` assertions to be more precise.
- Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
- Updated @redocly/openapi-core to v1.2.1.

## 1.2.0

### Minor 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.2.0",
"version": "1.2.1",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.2.0",
"@redocly/openapi-core": "1.2.1",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @redocly/openapi-core

## 1.2.1

### Patch Changes

- Fixed an issue with nested refs in the `join` command.
- Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for `pattern` and `notPattern` assertions to be more precise.
- Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
- Enhanced public API by small typescript typing fix and exporting new function `bundleFromString`.

## 1.2.0

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

1 comment on commit 45b31e6

@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 75.95% 4010/5280
🟡 Branches 65.91% 2140/3247
🟡 Functions 67.95% 651/958
🟡 Lines 76.13% 3758/4936

Test suite run success

641 tests passing in 93 suites.

Report generated by 🧪jest coverage report action from 45b31e6

Please sign in to comment.