Skip to content

Commit dcbea84

Browse files
committed
Merge branch 'main' into feat/SWG-15854-add-tag-validation-rules
2 parents a8fb3f2 + 2273a1b commit dcbea84

File tree

89 files changed

+1110
-386
lines changed

Some content is hidden

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

89 files changed

+1110
-386
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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-beta.46](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2025-08-19)
7+
8+
### Bug Fixes
9+
10+
- adjust multiple body rule ([21fe90c](https://github.com/swagger-api/apidom/commit/21fe90c224684dc697d0a6cab5f25f86d61b8bf5))
11+
- parameter unique name validation for oas2 ([1eb1a38](https://github.com/swagger-api/apidom/commit/1eb1a38fb8cc75797d44cd4d2d7eab3c2a33fc54))
12+
13+
### Features
14+
15+
- migrate multiple body rule ([f2c2bbd](https://github.com/swagger-api/apidom/commit/f2c2bbdf8a56156bcedf5c8fe607fe0b2253c1d2))
16+
- migrate parameter named "accept" is ignored rule ([028ab12](https://github.com/swagger-api/apidom/commit/028ab129327507bd5fe2e4ba4c0ca2524ac28323))
17+
- migrate parameter named "Authorization" is ignored rule ([555703b](https://github.com/swagger-api/apidom/commit/555703bfb4a4d29efcae3fdee5562994734d7f06))
18+
- migrate parameter named "content-type" is ignored rule ([46f0f7a](https://github.com/swagger-api/apidom/commit/46f0f7a3039def5aeb1fa0f1e56c4c20b4ab56d7))
19+
- migrate unique parameter name ([2da94c7](https://github.com/swagger-api/apidom/commit/2da94c796bd9569991c41642431e48c8243d18d8))
20+
- migrate unique parameter name ([76a3eb5](https://github.com/swagger-api/apidom/commit/76a3eb54d7b72a93a59b058a8d594a0d4e89da09))
21+
622
# [1.0.0-beta.45](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.44...v1.0.0-beta.45) (2025-08-01)
723

824
**Note:** Version bump only for package apidom-monorepo

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-beta.45",
4+
"version": "1.0.0-beta.46",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)