Skip to content

Commit f01f04c

Browse files
chore(release): 1.33.3 [skip ci]
## ibm-openapi-validator [1.33.3](https://github.com/IBM/openapi-validator/compare/[email protected]@1.33.3) (2025-03-17) ### Bug Fixes * **ibm-api-symmetry:** loosen definition of graph fragment pattern ([#732](#732)) ([018c2ca](018c2ca)) ### Dependencies * **@ibm-cloud/openapi-ruleset:** upgraded to 1.29.3
1 parent dd51e85 commit f01f04c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/validator/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## ibm-openapi-validator [1.33.3](https://github.com/IBM/openapi-validator/compare/[email protected]@1.33.3) (2025-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **ibm-api-symmetry:** loosen definition of graph fragment pattern ([#732](https://github.com/IBM/openapi-validator/issues/732)) ([018c2ca](https://github.com/IBM/openapi-validator/commit/018c2ca591bcda308db5b0f9cb7ea113713c677a))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@ibm-cloud/openapi-ruleset:** upgraded to 1.29.3
15+
116
## ibm-openapi-validator [1.33.2](https://github.com/IBM/openapi-validator/compare/[email protected]@1.33.2) (2025-02-12)
217

318

packages/validator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm-openapi-validator",
33
"description": "Configurable and extensible validator/linter for OpenAPI documents",
4-
"version": "1.33.2",
4+
"version": "1.33.3",
55
"private": false,
66
"repository": {
77
"type": "git",
@@ -23,7 +23,7 @@
2323
"pkg": "../../scripts/create-binaries.sh"
2424
},
2525
"dependencies": {
26-
"@ibm-cloud/openapi-ruleset": "1.29.2",
26+
"@ibm-cloud/openapi-ruleset": "1.29.3",
2727
"@ibm-cloud/openapi-ruleset-utilities": "1.7.1",
2828
"@stoplight/spectral-cli": "^6.14.2",
2929
"@stoplight/spectral-core": "^1.19.4",

0 commit comments

Comments
 (0)