Skip to content

Commit c86a48e

Browse files
committed
chore(release): 0.1.37 [skip ci]
1 parent a05e1fc commit c86a48e

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.37](https://github.com/oclif/plugin-test-core-v3/compare/0.1.36...0.1.37) (2024-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @oclif/plugin-plugins from 5.4.17 to 5.4.19 ([#113](https://github.com/oclif/plugin-test-core-v3/issues/113)) ([a05e1fc](https://github.com/oclif/plugin-test-core-v3/commit/a05e1fcb04c446fea08b48dc60ffe157dc28c20d))
7+
8+
9+
110
## [0.1.36](https://github.com/oclif/plugin-test-core-v3/compare/0.1.35...0.1.36) (2024-11-17)
211

312

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-test-core-v3
2020
$ corev3 COMMAND
2121
running command...
2222
$ corev3 (--version)
23-
@oclif/plugin-test-core-v3/0.1.36 linux-x64 node-v18.20.5
23+
@oclif/plugin-test-core-v3/0.1.37 linux-x64 node-v18.20.5
2424
$ corev3 --help [COMMAND]
2525
USAGE
2626
$ corev3 COMMAND
@@ -57,7 +57,7 @@ GLOBAL FLAGS
5757
--json Format output as json.
5858
```
5959

60-
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.36/src/commands/core-v3.ts)_
60+
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.37/src/commands/core-v3.ts)_
6161

6262
## `corev3 hello PERSON`
6363

@@ -81,7 +81,7 @@ EXAMPLES
8181
hello friend from oclif! (./src/commands/hello/index.ts)
8282
```
8383

84-
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.36/src/commands/hello/index.ts)_
84+
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.37/src/commands/hello/index.ts)_
8585

8686
## `corev3 hello world`
8787

@@ -99,7 +99,7 @@ EXAMPLES
9999
hello world! (./src/commands/hello/world.ts)
100100
```
101101

102-
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.36/src/commands/hello/world.ts)_
102+
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.37/src/commands/hello/world.ts)_
103103

104104
## `corev3 help [COMMAND]`
105105

@@ -119,7 +119,7 @@ DESCRIPTION
119119
Display help for corev3.
120120
```
121121

122-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.17/src/commands/help.ts)_
122+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.18/src/commands/help.ts)_
123123

124124
## `corev3 plugins`
125125

@@ -142,7 +142,7 @@ EXAMPLES
142142
$ corev3 plugins
143143
```
144144

145-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/index.ts)_
145+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/index.ts)_
146146

147147
## `corev3 plugins:inspect PLUGIN...`
148148

@@ -169,7 +169,7 @@ EXAMPLES
169169
$ corev3 plugins inspect myplugin
170170
```
171171

172-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/inspect.ts)_
172+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/inspect.ts)_
173173

174174
## `corev3 plugins install PLUGIN`
175175

@@ -218,7 +218,7 @@ EXAMPLES
218218
$ corev3 plugins install someuser/someplugin
219219
```
220220

221-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/install.ts)_
221+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/install.ts)_
222222

223223
## `corev3 plugins link PATH`
224224

@@ -249,7 +249,7 @@ EXAMPLES
249249
$ corev3 plugins link myplugin
250250
```
251251

252-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/link.ts)_
252+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/link.ts)_
253253

254254
## `corev3 plugins reset`
255255

@@ -264,7 +264,7 @@ FLAGS
264264
--reinstall Reinstall all plugins after uninstalling.
265265
```
266266

267-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/reset.ts)_
267+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/reset.ts)_
268268

269269
## `corev3 plugins uninstall [PLUGIN]`
270270

@@ -292,7 +292,7 @@ EXAMPLES
292292
$ corev3 plugins uninstall myplugin
293293
```
294294

295-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/uninstall.ts)_
295+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/uninstall.ts)_
296296

297297
## `corev3 plugins update`
298298

@@ -310,5 +310,5 @@ DESCRIPTION
310310
Update installed plugins.
311311
```
312312

313-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/update.ts)_
313+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/update.ts)_
314314
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/plugin-test-core-v3",
33
"description": "Test plugin that uses @oclif/core v3",
4-
"version": "0.1.36",
4+
"version": "0.1.37",
55
"author": "Salesforce",
66
"bin": {
77
"corev3": "./bin/run.js"

0 commit comments

Comments
 (0)