Skip to content

Commit 581b05b

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.2 [ci skip]
1 parent ca21215 commit 581b05b

File tree

3 files changed

+8
-40
lines changed

3 files changed

+8
-40
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.2](https://github.com/salesforcecli/plugin-project/compare/v0.0.1...v0.0.2) (2021-06-08)
6+
57
### 0.0.1 (2021-06-07)
68

79

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-project",
33
"description": "project commands for sf",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

+5-39
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,10 @@
431431
is-wsl "^2.1.1"
432432
tslib "^2.0.0"
433433

434-
"@oclif/core@^0.5.10":
435-
version "0.5.10"
436-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.10.tgz#63e0d1f26b64972996790ecc9912ecb2c039c66a"
437-
integrity sha512-CbeMktVzyVjkikIL0a+tS/EXqNYagsYuGFt86WjI8E4ushQJLMkcN/8DPCY37CLYisnklKzeclsdIdFeHCA/9w==
434+
"@oclif/core@^0.5.0":
435+
version "0.5.12"
436+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.12.tgz#d665bc25d562b3d26e9ae100f2862cef59aa23c5"
437+
integrity sha512-qNv0SoZLPiITr/w43iCEmYLRGZdJ1uZ+33BBFPpM21lQZzydZ1bxOIdpkyWNN11s03qxCj8M5rG5cIQ3g21AAQ==
438438
dependencies:
439439
"@oclif/linewrap" "^1.0.0"
440440
chalk "^4.1.0"
@@ -929,14 +929,6 @@
929929
"@typescript-eslint/typescript-estree" "4.26.1"
930930
debug "^4.3.1"
931931

932-
"@typescript-eslint/[email protected]":
933-
version "4.22.0"
934-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
935-
integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==
936-
dependencies:
937-
"@typescript-eslint/types" "4.22.0"
938-
"@typescript-eslint/visitor-keys" "4.22.0"
939-
940932
"@typescript-eslint/[email protected]":
941933
version "4.26.1"
942934
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
@@ -945,29 +937,11 @@
945937
"@typescript-eslint/types" "4.26.1"
946938
"@typescript-eslint/visitor-keys" "4.26.1"
947939

948-
"@typescript-eslint/[email protected]":
949-
version "4.22.0"
950-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
951-
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
952-
953940
"@typescript-eslint/[email protected]":
954941
version "4.26.1"
955942
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
956943
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
957944

958-
"@typescript-eslint/[email protected]":
959-
version "4.22.0"
960-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
961-
integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==
962-
dependencies:
963-
"@typescript-eslint/types" "4.22.0"
964-
"@typescript-eslint/visitor-keys" "4.22.0"
965-
debug "^4.1.1"
966-
globby "^11.0.1"
967-
is-glob "^4.0.1"
968-
semver "^7.3.2"
969-
tsutils "^3.17.1"
970-
971945
"@typescript-eslint/[email protected]":
972946
version "4.26.1"
973947
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
@@ -981,14 +955,6 @@
981955
semver "^7.3.5"
982956
tsutils "^3.21.0"
983957

984-
"@typescript-eslint/[email protected]":
985-
version "4.22.0"
986-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
987-
integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==
988-
dependencies:
989-
"@typescript-eslint/types" "4.22.0"
990-
eslint-visitor-keys "^2.0.0"
991-
992958
"@typescript-eslint/[email protected]":
993959
version "4.26.1"
994960
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
@@ -6636,7 +6602,7 @@ tslib@^1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
66366602
resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
66376603
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
66386604

6639-
tslib@^2, tslib@^2.0.0, tslib@^2.0.3:
6605+
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.2.0:
66406606
version "2.2.0"
66416607
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
66426608
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==

0 commit comments

Comments
 (0)