Skip to content

Commit 4839c2e

Browse files
chore: 🔖 release new versions (next) (#2168)
1 parent 1f1e916 commit 4839c2e

File tree

9 files changed

+44
-15
lines changed

9 files changed

+44
-15
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"brave-spoons-sparkle",
1212
"clean-grapes-sleep",
1313
"clean-panthers-brake",
14+
"cold-ducks-bake",
1415
"cyan-points-pull",
1516
"fuzzy-ducks-exist",
1617
"good-vans-sell",
@@ -21,6 +22,7 @@
2122
"nice-cups-sing",
2223
"odd-ladybugs-tan",
2324
"orange-ghosts-hug",
25+
"sharp-beds-try",
2426
"smart-bees-deny",
2527
"sweet-dogs-end",
2628
"sweet-pumpkins-wait",

docs/@v2/changelog.md

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

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

10+
## 2.0.0-next.2 (2025-07-10)
11+
12+
### Patch Changes
13+
14+
- Resolved an issue where `dotenv@16.6.0` injected an unintended message into the output.
15+
- Updated @redocly/openapi-core to v2.0.0-next.2.
16+
1017
## 2.0.0-next.1 (2025-07-09)
1118

1219
### Minor Changes

package-lock.json

Lines changed: 9 additions & 9 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @redocly/cli
22

3+
## 2.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Resolved an issue where `dotenv@16.6.0` injected an unintended message into the output.
8+
- Updated @redocly/openapi-core to v2.0.0-next.2.
9+
310
## 2.0.0-next.1
411

512
### Minor Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/cli",
3-
"version": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -44,8 +44,8 @@
4444
"@opentelemetry/sdk-trace-node": "2.0.1",
4545
"@opentelemetry/semantic-conventions": "1.34.0",
4646
"@redocly/config": "^0.26.3",
47-
"@redocly/openapi-core": "2.0.0-next.1",
48-
"@redocly/respect-core": "2.0.0-next.1",
47+
"@redocly/openapi-core": "2.0.0-next.2",
48+
"@redocly/respect-core": "2.0.0-next.2",
4949
"abort-controller": "^3.0.0",
5050
"chokidar": "^3.5.1",
5151
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

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

3+
## 2.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/config to v0.24.3.
8+
39
## 2.0.0-next.1
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/openapi-core",
3-
"version": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
44
"description": "",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/respect-core/CHANGELOG.md

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

3+
## 2.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Resolved an issue where `dotenv@16.6.0` injected an unintended message into the output.
8+
- Updated @redocly/openapi-core to v2.0.0-next.2.
9+
310
## 2.0.0-next.1
411

512
### Minor Changes

packages/respect-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/respect-core",
3-
"version": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
44
"description": "API testing framework core",
55
"type": "module",
66
"types": "lib/index.d.ts",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@faker-js/faker": "^7.6.0",
4545
"@redocly/ajv": "8.11.2",
46-
"@redocly/openapi-core": "2.0.0-next.1",
46+
"@redocly/openapi-core": "2.0.0-next.2",
4747
"better-ajv-errors": "^1.2.0",
4848
"colorette": "^2.0.20",
4949
"concat-stream": "^2.0.0",

0 commit comments

Comments
 (0)