chore: 🔖 release new versions (#1664)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-21 15:57:43 +03:00
committed by GitHub
parent e5e59d5654
commit 295e98faaf
11 changed files with 45 additions and 35 deletions

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
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`.

View File

@@ -1,5 +0,0 @@
---
"@redocly/cli": patch
---
Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
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.

View File

@@ -1,5 +0,0 @@
---
"@redocly/openapi-core": patch
---
Updated @redocly/config to v0.9.0.

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
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.