Skip to content

Commit 6616201

Browse files
build(release): 🚀 v10.5.3-next.1 🦉
## [10.5.3-next.1](v10.5.2...v10.5.3-next.1) (2025-10-08) ### Bug Fixes * **openapi/upload:** restore `--working-directory` ([#1369](#1369)) ([f8cd895](f8cd895)) [skip ci]
1 parent f8cd895 commit 6616201

File tree

8 files changed

+870
-863
lines changed

8 files changed

+870
-863
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [10.5.3-next.1](https://github.com/readmeio/rdme/compare/v10.5.2...v10.5.3-next.1) (2025-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **openapi/upload:** restore `--working-directory` ([#1369](https://github.com/readmeio/rdme/issues/1369)) ([f8cd895](https://github.com/readmeio/rdme/commit/f8cd895d527dec83044f45d5096cfacaadc7fb86))
7+
18
## [10.5.2](https://github.com/readmeio/rdme/compare/v10.5.1...v10.5.2) (2025-09-24)
29

310

dist-gha/commands.js

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

dist-gha/run.cjs

Lines changed: 160 additions & 160 deletions
Large diffs are not rendered by default.

documentation/commands/autocomplete.md

Lines changed: 1 addition & 1 deletion
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.34/src/commands/autocomplete/index.ts)_
37+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.35/src/commands/autocomplete/index.ts)_

documentation/commands/help.md

Lines changed: 1 addition & 1 deletion
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.32/src/commands/help.ts)_
26+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.33/src/commands/help.ts)_

documentation/commands/plugins.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ EXAMPLES
3232
$ rdme plugins
3333
```
3434

35-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/index.ts)_
35+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/index.ts)_
3636

3737
## `rdme plugins:inspect PLUGIN...`
3838

@@ -59,7 +59,7 @@ EXAMPLES
5959
$ rdme plugins inspect myplugin
6060
```
6161

62-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/inspect.ts)_
62+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/inspect.ts)_
6363

6464
## `rdme plugins install PLUGIN`
6565

@@ -108,7 +108,7 @@ EXAMPLES
108108
$ rdme plugins install someuser/someplugin
109109
```
110110

111-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/install.ts)_
111+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/install.ts)_
112112

113113
## `rdme plugins link PATH`
114114

@@ -139,7 +139,7 @@ EXAMPLES
139139
$ rdme plugins link myplugin
140140
```
141141

142-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/link.ts)_
142+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/link.ts)_
143143

144144
## `rdme plugins reset`
145145

@@ -154,7 +154,7 @@ FLAGS
154154
--reinstall Reinstall all plugins after uninstalling.
155155
```
156156

157-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/reset.ts)_
157+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/reset.ts)_
158158

159159
## `rdme plugins uninstall [PLUGIN]`
160160

@@ -182,7 +182,7 @@ EXAMPLES
182182
$ rdme plugins uninstall myplugin
183183
```
184184

185-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/uninstall.ts)_
185+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/uninstall.ts)_
186186

187187
## `rdme plugins update`
188188

@@ -200,4 +200,4 @@ DESCRIPTION
200200
Update installed plugins.
201201
```
202202

203-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/update.ts)_
203+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/update.ts)_

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdme",
3-
"version": "10.5.2",
3+
"version": "10.5.3-next.1",
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)