Skip to content

Commit afaf435

Browse files
committed
Merge branch 'v9' into next
2 parents 266bc09 + 427f3be commit afaf435

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Sync `documentation` directory to ReadMe
22

3-
# Run workflow for every push
3+
# Run workflow for every push to the `main` branch
44
on:
55
push:
66
branches:

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [9.2.0](https://github.com/readmeio/rdme/compare/v9.1.1...v9.2.0) (2025-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* more copy edits, snapshot changes, fixes to get tests passing ([5755efa](https://github.com/readmeio/rdme/commit/5755efa1692b83ced734c7add34910b3c14de31c))
7+
8+
9+
### Features
10+
11+
* **openapi:** improvements to circular ref detection, validation errors ([#1189](https://github.com/readmeio/rdme/issues/1189)) ([683320f](https://github.com/readmeio/rdme/commit/683320f976c04f196e7ab36cad8acb554ccc38fc))
12+
13+
114
# [10.2.0-next.5](https://github.com/readmeio/rdme/compare/v10.2.0-next.4...v10.2.0-next.5) (2025-03-05)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@oclif/plugin-help": "^6.2.15",
4848
"@oclif/plugin-not-found": "^3.2.28",
4949
"@oclif/plugin-warn-if-update-available": "^3.1.19",
50-
"@readme/better-ajv-errors": "^2.3.2",
5150
"ajv": "^8.17.1",
5251
"ajv-formats": "^3.0.1",
5352
"chalk": "^5.3.0",
@@ -76,6 +75,7 @@
7675
"@commitlint/cli": "^19.0.3",
7776
"@commitlint/config-conventional": "^19.0.3",
7877
"@oclif/test": "^4.1.0",
78+
"@readme/better-ajv-errors": "^2.3.2",
7979
"@readme/eslint-config": "^14.3.0",
8080
"@readme/oas-examples": "^5.19.1",
8181
"@rollup/plugin-commonjs": "^28.0.0",

0 commit comments

Comments
 (0)