Skip to content

Commit f1112ec

Browse files
build(release): 🚀 v10.2.0-next.7 🦉
# [10.2.0-next.7](v10.2.0-next.6...v10.2.0-next.7) (2025-03-20) ### Features * **docs/upload:** support `.mdx` file extension ([#1198](#1198)) ([89f43fe](89f43fe)) [skip ci]
1 parent 89f43fe commit f1112ec

File tree

7 files changed

+527
-520
lines changed

7 files changed

+527
-520
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [10.2.0-next.7](https://github.com/readmeio/rdme/compare/v10.2.0-next.6...v10.2.0-next.7) (2025-03-20)
2+
3+
4+
### Features
5+
6+
* **docs/upload:** support `.mdx` file extension ([#1198](https://github.com/readmeio/rdme/issues/1198)) ([89f43fe](https://github.com/readmeio/rdme/commit/89f43fe5c3eb99f1a1ffb851b2ee1b70409006d2))
7+
18
# [10.2.0-next.6](https://github.com/readmeio/rdme/compare/v10.2.0-next.5...v10.2.0-next.6) (2025-03-19)
29

310

dist-gha/commands.js

+394-394
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist-gha/run.cjs

+121-121
Large diffs are not rendered by default.

documentation/commands/autocomplete.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ EXAMPLES
3434
$ rdme autocomplete --refresh-cache
3535
```
3636

37-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.24/src/commands/autocomplete/index.ts)_
37+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.26/src/commands/autocomplete/index.ts)_

documentation/commands/help.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ DESCRIPTION
2323
Display help for rdme.
2424
```
2525

26-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.26/src/commands/help.ts)_
26+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.27/src/commands/help.ts)_

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdme",
3-
"version": "10.2.0-next.6",
3+
"version": "10.2.0-next.7",
44
"description": "ReadMe's official CLI and GitHub Action.",
55
"license": "MIT",
66
"author": "ReadMe <[email protected]> (https://readme.com)",

0 commit comments

Comments
 (0)