Skip to content

Commit dadedad

Browse files
committed
chore(release): cut the v1.0.0-beta.47 release [skip ci]
1 parent 0066f1c commit dadedad

File tree

75 files changed

+535
-307
lines changed

Some content is hidden

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

75 files changed

+535
-307
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.47](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2025-09-01)
7+
8+
### Features
9+
10+
- add ref validation rules ([#4989](https://github.com/swagger-api/apidom/issues/4989)) ([cbb3446](https://github.com/swagger-api/apidom/commit/cbb3446bb22a9b3a250303256e76eeb69507a23f))
11+
- add validation ruls for tags to have unique name ([4576ad9](https://github.com/swagger-api/apidom/commit/4576ad9070d7d2224f750ebedf45bffe1b564a3d))
12+
- **ls:** add schema validation rules ([#4992](https://github.com/swagger-api/apidom/issues/4992)) ([573e52f](https://github.com/swagger-api/apidom/commit/573e52f23618b2bf7edd48a6a4d0601d07edd417))
13+
- **ls:** add validation rules for formData ([#4998](https://github.com/swagger-api/apidom/issues/4998)) ([ef012f1](https://github.com/swagger-api/apidom/commit/ef012f1ad8e5d1570b46ee28c4f5408dac649465))
14+
- **ls:** disable newly added rules for 3.1 spec ([#4997](https://github.com/swagger-api/apidom/issues/4997)) ([d5b16f8](https://github.com/swagger-api/apidom/commit/d5b16f82a916aea70929d2f3ff5be04769d8d8d3))
15+
- **ls:** migrate disallowing equivalent paths in OAS2 ([#4987](https://github.com/swagger-api/apidom/issues/4987)) ([0066f1c](https://github.com/swagger-api/apidom/commit/0066f1c19c3a0ecdf0e2731ad4b43bfdf0cb8f73))
16+
617
# [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)
718

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

package-lock.json

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

packages/apidom-ast/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.47](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2025-09-01)
7+
8+
### Features
9+
10+
- **ls:** disable newly added rules for 3.1 spec ([#4997](https://github.com/swagger-api/apidom/issues/4997)) ([d5b16f8](https://github.com/swagger-api/apidom/commit/d5b16f82a916aea70929d2f3ff5be04769d8d8d3))
11+
612
# [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)
713

814
**Note:** Version bump only for package @swagger-api/apidom-ast

packages/apidom-ast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-ast",
3-
"version": "1.0.0-beta.46",
3+
"version": "1.0.0-beta.47",
44
"description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
55
"publishConfig": {
66
"access": "public",
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/swagger-api/apidom#readme",
4343
"dependencies": {
4444
"@babel/runtime-corejs3": "^7.26.10",
45-
"@swagger-api/apidom-error": "^1.0.0-beta.46",
45+
"@swagger-api/apidom-error": "^1.0.0-beta.47",
4646
"@types/ramda": "~0.30.0",
4747
"ramda": "~0.30.0",
4848
"ramda-adjunct": "^5.0.0",

packages/apidom-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.47](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2025-09-01)
7+
8+
### Features
9+
10+
- **ls:** disable newly added rules for 3.1 spec ([#4997](https://github.com/swagger-api/apidom/issues/4997)) ([d5b16f8](https://github.com/swagger-api/apidom/commit/d5b16f82a916aea70929d2f3ff5be04769d8d8d3))
11+
612
# [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)
713

814
**Note:** Version bump only for package @swagger-api/apidom-core

packages/apidom-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-core",
3-
"version": "1.0.0-beta.46",
3+
"version": "1.0.0-beta.47",
44
"description": "Tools for manipulating ApiDOM structures.",
55
"publishConfig": {
66
"access": "public",
@@ -42,8 +42,8 @@
4242
"license": "Apache-2.0",
4343
"dependencies": {
4444
"@babel/runtime-corejs3": "^7.26.10",
45-
"@swagger-api/apidom-ast": "^1.0.0-beta.46",
46-
"@swagger-api/apidom-error": "^1.0.0-beta.46",
45+
"@swagger-api/apidom-ast": "^1.0.0-beta.47",
46+
"@swagger-api/apidom-error": "^1.0.0-beta.47",
4747
"@types/ramda": "~0.30.0",
4848
"minim": "~0.23.8",
4949
"ramda": "~0.30.0",

packages/apidom-error/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.47](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2025-09-01)
7+
8+
### Features
9+
10+
- **ls:** disable newly added rules for 3.1 spec ([#4997](https://github.com/swagger-api/apidom/issues/4997)) ([d5b16f8](https://github.com/swagger-api/apidom/commit/d5b16f82a916aea70929d2f3ff5be04769d8d8d3))
11+
612
# [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)
713

814
**Note:** Version bump only for package @swagger-api/apidom-error

packages/apidom-error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swagger-api/apidom-error",
3-
"version": "1.0.0-beta.46",
3+
"version": "1.0.0-beta.47",
44
"description": "Backward compatible custom ApiDOM errors with causes.",
55
"publishConfig": {
66
"access": "public",

packages/apidom-json-path/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.47](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2025-09-01)
7+
8+
### Features
9+
10+
- **ls:** disable newly added rules for 3.1 spec ([#4997](https://github.com/swagger-api/apidom/issues/4997)) ([d5b16f8](https://github.com/swagger-api/apidom/commit/d5b16f82a916aea70929d2f3ff5be04769d8d8d3))
11+
612
# [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)
713

814
**Note:** Version bump only for package @swagger-api/apidom-json-path

0 commit comments

Comments
 (0)