Skip to content

Commit

Permalink
chore(release): 1.25.1 [skip ci]
Browse files Browse the repository at this point in the history
## @ibm-cloud/openapi-ruleset [1.25.1](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2024-11-15)

### Bug Fixes

* **ibm-well-defined-dictionaries:** flag dictionaries with dictionary-type values ([7a4796a](7a4796a))

### Dependencies

* **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.5.0
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent b1adac2 commit 33f6c87
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/ruleset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @ibm-cloud/openapi-ruleset [1.25.1](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2024-11-15)


### Bug Fixes

* **ibm-well-defined-dictionaries:** flag dictionaries with dictionary-type values ([7a4796a](https://github.com/IBM/openapi-validator/commit/7a4796af5688665269d84f1b9ff8cbf89c002edf))





### Dependencies

* **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.5.0

# @ibm-cloud/openapi-ruleset [1.25.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2024-11-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/ruleset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibm-cloud/openapi-ruleset",
"description": "Spectral ruleset for validating IBM Cloud services",
"version": "1.25.0",
"version": "1.25.1",
"license": "Apache-2.0",
"private": false,
"main": "./src/ibm-oas.js",
Expand All @@ -21,7 +21,7 @@
"pkg": "echo no executables to build in this package"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset-utilities": "1.4.0",
"@ibm-cloud/openapi-ruleset-utilities": "1.5.0",
"@stoplight/spectral-formats": "^1.8.1",
"@stoplight/spectral-functions": "^1.9.1",
"@stoplight/spectral-rulesets": "^1.21.1",
Expand Down

0 comments on commit 33f6c87

Please sign in to comment.