Skip to content

Commit 97e31e4

Browse files
authored
Merge branch 'main' into docs/remove-stamp-mentions
2 parents 211ee2a + b068ae3 commit 97e31e4

File tree

646 files changed

+32159
-353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

646 files changed

+32159
-353
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.3](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2025-11-07)
7+
8+
### Bug Fixes
9+
10+
- error when parsing large definitions ([#5045](https://github.com/swagger-api/apidom/issues/5045)) ([eddcaca](https://github.com/swagger-api/apidom/commit/eddcaca52a715d4881dc91efeb956e4b760ba399))
11+
12+
# [1.0.0-rc.2](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2025-11-07)
13+
14+
### Features
15+
16+
- **ls:** add validation for empty responses object ([#5040](https://github.com/swagger-api/apidom/issues/5040)) ([69b6b62](https://github.com/swagger-api/apidom/commit/69b6b62f41619ae5c7d2e0d4360f5f691b67da99))
17+
618
# [1.0.0-rc.1](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2025-10-27)
719

820
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "1.0.0-rc.1",
4+
"version": "1.0.0-rc.3",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)