Skip to content

Commit 295e98f

Browse files
chore: 🔖 release new versions (#1664)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e5e59d5 commit 295e98f

File tree

11 files changed

+45
-35
lines changed

11 files changed

+45
-35
lines changed

.changeset/famous-socks-rule.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/short-onions-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-crews-fix.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/silent-balloons-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-gifts-tell.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ toc:
77

88
<!-- do-not-remove -->
99

10+
## 1.20.0 (2024-08-21)
11+
12+
### Minor Changes
13+
14+
- Added support for ESM plugins and importing of plugins directly from npm package: `@vendor/package/plugin.js` instead of `./node_modules/@vendor/package/plugin.js`.
15+
- Added `info-license-strict` rule as a replacement of the `info-license-url` to support the OpenAPI 3.1 changes to allow identifier or URL license details.
16+
- Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
17+
18+
### Patch Changes
19+
20+
- Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.
21+
- Updated @redocly/openapi-core to v1.20.0.
22+
1023
## 1.19.0 (2024-08-01)
1124

1225
### Minor Changes

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @redocly/cli
22

3+
## 1.20.0
4+
5+
### Minor Changes
6+
7+
- Added support for ESM plugins and importing of plugins directly from npm package: `@vendor/package/plugin.js` instead of `./node_modules/@vendor/package/plugin.js`.
8+
- Added `info-license-strict` rule as a replacement of the `info-license-url` to support the OpenAPI 3.1 changes to allow identifier or URL license details.
9+
- Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
10+
11+
### Patch Changes
12+
13+
- Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.
14+
- Updated @redocly/openapi-core to v1.20.0.
15+
316
## 1.19.0
417

518
### Minor Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/cli",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -36,7 +36,7 @@
3636
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
3737
],
3838
"dependencies": {
39-
"@redocly/openapi-core": "1.19.0",
39+
"@redocly/openapi-core": "1.20.0",
4040
"abort-controller": "^3.0.0",
4141
"chokidar": "^3.5.1",
4242
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @redocly/openapi-core
22

3+
## 1.20.0
4+
5+
### Minor Changes
6+
7+
- Added support for ESM plugins and importing of plugins directly from npm package: `@vendor/package/plugin.js` instead of `./node_modules/@vendor/package/plugin.js`.
8+
- Added `info-license-strict` rule as a replacement of the `info-license-url` to support the OpenAPI 3.1 changes to allow identifier or URL license details.
9+
- Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
10+
11+
### Patch Changes
12+
13+
- Updated @redocly/config to v0.9.0.
14+
315
## 1.19.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)