Skip to content

Commit d17a761

Browse files
committed
chore(release): 5.4.61 [skip ci]
1 parent ef6fbf0 commit d17a761

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.4.61](https://github.com/oclif/plugin-plugins/compare/5.4.60...5.4.61) (2026-04-14)
2+
3+
### Bug Fixes
4+
5+
- added failing test for sequential plugin installation @W-21915680@ ([cf1a801](https://github.com/oclif/plugin-plugins/commit/cf1a80181f1e4a244837822ee674cd1047342262))
6+
- improved test coverage for sequential plugin installation @W-21915680@ ([0678888](https://github.com/oclif/plugin-plugins/commit/06788880fc483f61b87f19a0fbb9c83bacf39d46))
7+
- removed errant console.log @W-21915680@ ([12e72a5](https://github.com/oclif/plugin-plugins/commit/12e72a51ddca307f67aad281d05f9cfe99746140))
8+
- sequential plugin installation now works @W-21915680@ ([a8aa113](https://github.com/oclif/plugin-plugins/commit/a8aa113ecb42d903a29cd6bf1dbc50cfdb20f779))
9+
- tarballs properly installable @W-21915680@ ([3217be0](https://github.com/oclif/plugin-plugins/commit/3217be09ed0503edccf45038cf5091e37cfb361a))
10+
111
## [5.4.60](https://github.com/oclif/plugin-plugins/compare/5.4.59...5.4.60) (2026-04-10)
212

313
### Bug Fixes

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ EXAMPLES
116116
$ mycli plugins
117117
```
118118

119-
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/index.ts)_
119+
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/index.ts)_
120120

121121
## `mycli plugins:inspect PLUGIN...`
122122

@@ -143,7 +143,7 @@ EXAMPLES
143143
$ mycli plugins inspect myplugin
144144
```
145145

146-
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/inspect.ts)_
146+
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/inspect.ts)_
147147

148148
## `mycli plugins install PLUGIN`
149149

@@ -192,7 +192,7 @@ EXAMPLES
192192
$ mycli plugins install someuser/someplugin
193193
```
194194

195-
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/install.ts)_
195+
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/install.ts)_
196196

197197
## `mycli plugins link PATH`
198198

@@ -223,7 +223,7 @@ EXAMPLES
223223
$ mycli plugins link myplugin
224224
```
225225

226-
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/link.ts)_
226+
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/link.ts)_
227227

228228
## `mycli plugins reset`
229229

@@ -238,7 +238,7 @@ FLAGS
238238
--reinstall Reinstall all plugins after uninstalling.
239239
```
240240

241-
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/reset.ts)_
241+
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/reset.ts)_
242242

243243
## `mycli plugins uninstall [PLUGIN]`
244244

@@ -266,7 +266,7 @@ EXAMPLES
266266
$ mycli plugins uninstall myplugin
267267
```
268268

269-
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/uninstall.ts)_
269+
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/uninstall.ts)_
270270

271271
## `mycli plugins update`
272272

@@ -284,7 +284,7 @@ DESCRIPTION
284284
Update installed plugins.
285285
```
286286

287-
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/update.ts)_
287+
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/update.ts)_
288288

289289
<!-- commandsstop -->
290290

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/plugin-plugins",
33
"description": "plugins plugin for oclif",
4-
"version": "5.4.60",
4+
"version": "5.4.61",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)