Skip to content

Commit 82f88d7

Browse files
williamadsgris
andauthored
Make dependencies explicit (#13)
* make dependencies explicit * Automatic update on Toolbelt plugin documentation * Release v0.1.2-beta * Automatic update on Toolbelt plugin documentation * docs: remove prereleases changelogs * Release v0.1.2 * Automatic update on Toolbelt plugin documentation Co-authored-by: João Marcos Gris <[email protected]>
1 parent 047cbba commit 82f88d7

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2] - 2021-07-12
10+
### Fixed
11+
- Make dependencies explicit.
12+
913
## [0.1.1] - 2021-03-30
1014
### Fixed
1115
-[oclif-dev manifest] Add `--color=256` to force using collor on file

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ npm install -g @vtex/cli-plugin-add
2929
$ vtex COMMAND
3030
running command...
3131
$ vtex (-v|--version|version)
32-
@vtex/cli-plugin-add/0.1.1 linux-x64 node-v12.21.0
32+
@vtex/cli-plugin-add/0.1.2 linux-x64 node-v12.22.1
3333
$ vtex --help [COMMAND]
3434
USAGE
3535
$ vtex COMMAND
@@ -63,5 +63,5 @@ EXAMPLE
6363
6464
```
6565

66-
_See code: [build/commands/add.ts](https://github.com/vtex/cli-plugin-template/blob/v0.1.1/build/commands/add.ts)_
66+
_See code: [build/commands/add.ts](https://github.com/vtex/cli-plugin-template/blob/v0.1.2/build/commands/add.ts)_
6767
<!-- commandsstop -->

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@vtex/cli-plugin-add",
33
"description": "vtex plugin add",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"bugs": "https://github.com/vtex/cli-plugin-add/issues",
66
"dependencies": {
77
"@oclif/command": "^1",
88
"@oclif/config": "^1",
9+
"chalk": "^4.1.1",
910
"tslib": "^1"
1011
},
1112
"devDependencies": {

yarn.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -2549,6 +2549,14 @@ chalk@^4.0.0, chalk@^4.1.0:
25492549
ansi-styles "^4.1.0"
25502550
supports-color "^7.1.0"
25512551

2552+
chalk@^4.1.1:
2553+
version "4.1.1"
2554+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
2555+
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
2556+
dependencies:
2557+
ansi-styles "^4.1.0"
2558+
supports-color "^7.1.0"
2559+
25522560
chalk@~2.3.2:
25532561
version "2.3.2"
25542562
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
@@ -8185,7 +8193,7 @@ static-extend@^0.1.1, static-extend@^0.1.2:
81858193
define-property "^0.2.5"
81868194
object-copy "^0.1.0"
81878195

8188-
"stats-lite@github:vtex/node-stats-lite#dist":
8196+
stats-lite@vtex/node-stats-lite#dist:
81898197
version "2.2.0"
81908198
resolved "https://codeload.github.com/vtex/node-stats-lite/tar.gz/1b0d39cc41ef7aaecfd541191f877887a2044797"
81918199
dependencies:

0 commit comments

Comments
 (0)