@salesforce/cli 1.1.1 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,21 +2,41 @@
2
2
 
3
3
  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.
4
4
 
5
- ### [1.1.1](https://github.com/salesforcecli/cli/compare/v1.1.0...v1.1.1) (2021-10-26)
5
+ ### [1.1.5](https://github.com/salesforcecli/cli/compare/v1.1.4...v1.1.5) (2021-10-26)
6
+
7
+ ### [1.1.4](https://github.com/salesforcecli/cli/compare/v1.1.3...v1.1.4) (2021-10-26)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * fix wrong version of release management ([#83](https://github.com/salesforcecli/cli/issues/83)) ([d846bc1](https://github.com/salesforcecli/cli/commit/d846bc134daa472ba9335f8d4cebb356221fffc6))
6
13
 
14
+ ### [1.1.3](https://github.com/salesforcecli/cli/compare/v1.1.2...v1.1.3) (2021-10-26)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * tweak parameters to tarball prompt ([#82](https://github.com/salesforcecli/cli/issues/82)) ([60a3fef](https://github.com/salesforcecli/cli/commit/60a3fef1034aec3324e05aea152fcb546bfb5d7a))
20
+
21
+ ### [1.1.2](https://github.com/salesforcecli/cli/compare/v1.1.1...v1.1.2) (2021-10-26)
7
22
 
8
23
  ### Bug Fixes
9
24
 
10
- * support latest-rc releases ([#78](https://github.com/salesforcecli/cli/issues/78)) ([526f503](https://github.com/salesforcecli/cli/commit/526f503ebf6610eac9ec23448b98f82a29a1b04c))
25
+ - capture new version number from package.json ([5229179](https://github.com/salesforcecli/cli/commit/5229179a774bdcd2af1e8fb192310a586407b244))
26
+
27
+ ### [1.1.1](https://github.com/salesforcecli/cli/compare/v1.1.0...v1.1.1) (2021-10-26)
28
+
29
+ ### Bug Fixes
30
+
31
+ - support latest-rc releases ([#78](https://github.com/salesforcecli/cli/issues/78)) ([526f503](https://github.com/salesforcecli/cli/commit/526f503ebf6610eac9ec23448b98f82a29a1b04c))
11
32
 
12
33
  ## [1.1.0](https://github.com/salesforcecli/cli/compare/v1.0.7...v1.1.0) (2021-10-20)
13
34
 
14
35
  ### [1.0.7](https://github.com/salesforcecli/cli/compare/v1.0.6...v1.0.7) (2021-10-14)
15
36
 
16
-
17
37
  ### Bug Fixes
18
38
 
19
- * bump deps ([#76](https://github.com/salesforcecli/cli/issues/76)) ([26b59c6](https://github.com/salesforcecli/cli/commit/26b59c638fff4b301f615bdc8c1d21247a14b691))
39
+ - bump deps ([#76](https://github.com/salesforcecli/cli/issues/76)) ([26b59c6](https://github.com/salesforcecli/cli/commit/26b59c638fff4b301f615bdc8c1d21247a14b691))
20
40
 
21
41
  ### [1.0.6](https://github.com/salesforcecli/cli/compare/v1.0.5...v1.0.6) (2021-10-12)
22
42
 
@@ -24,31 +44,27 @@ All notable changes to this project will be documented in this file. See [standa
24
44
 
25
45
  ### [1.0.4](https://github.com/salesforcecli/cli/compare/v1.0.3...v1.0.4) (2021-10-06)
26
46
 
27
-
28
47
  ### Bug Fixes
29
48
 
30
- * bump deps [skip-validate-pr] ([#75](https://github.com/salesforcecli/cli/issues/75)) ([2b8446c](https://github.com/salesforcecli/cli/commit/2b8446ceaabb62711ebc9b5c5c191083deee17fa))
49
+ - bump deps [skip-validate-pr] ([#75](https://github.com/salesforcecli/cli/issues/75)) ([2b8446c](https://github.com/salesforcecli/cli/commit/2b8446ceaabb62711ebc9b5c5c191083deee17fa))
31
50
 
32
51
  ### [1.0.3](https://github.com/salesforcecli/cli/compare/v1.0.2...v1.0.3) (2021-10-05)
33
52
 
34
-
35
53
  ### Bug Fixes
36
54
 
37
- * use dirname in oclif config ([9604e53](https://github.com/salesforcecli/cli/commit/9604e53b0cd9164ad7e4c8b83383b38e393a6d72))
55
+ - use dirname in oclif config ([9604e53](https://github.com/salesforcecli/cli/commit/9604e53b0cd9164ad7e4c8b83383b38e393a6d72))
38
56
 
39
57
  ### [1.0.2](https://github.com/salesforcecli/cli/compare/v1.0.1...v1.0.2) (2021-10-01)
40
58
 
41
-
42
59
  ### Bug Fixes
43
60
 
44
- * revert inquirer dep that references github url ([#72](https://github.com/salesforcecli/cli/issues/72)) ([2d86a0c](https://github.com/salesforcecli/cli/commit/2d86a0ca1112bb95c27de8d2721db98f05192b76))
61
+ - revert inquirer dep that references github url ([#72](https://github.com/salesforcecli/cli/issues/72)) ([2d86a0c](https://github.com/salesforcecli/cli/commit/2d86a0ca1112bb95c27de8d2721db98f05192b76))
45
62
 
46
63
  ### [1.0.1](https://github.com/salesforcecli/cli/compare/v1.0.0...v1.0.1) (2021-09-30)
47
64
 
48
-
49
65
  ### Bug Fixes
50
66
 
51
- * bump versions for v1 [skip-validate-pr] ([#69](https://github.com/salesforcecli/cli/issues/69)) ([b808dfd](https://github.com/salesforcecli/cli/commit/b808dfdfb37f42d73b4f88d76927ef6019e86890))
67
+ - bump versions for v1 [skip-validate-pr] ([#69](https://github.com/salesforcecli/cli/issues/69)) ([b808dfd](https://github.com/salesforcecli/cli/commit/b808dfdfb37f42d73b4f88d76927ef6019e86890))
52
68
 
53
69
  ## [1.0.0](https://github.com/salesforcecli/cli/compare/v0.0.47...v1.0.0) (2021-09-30)
54
70
 
@@ -56,17 +72,15 @@ All notable changes to this project will be documented in this file. See [standa
56
72
 
57
73
  ### [0.0.46](https://github.com/salesforcecli/cli/compare/v0.0.45...v0.0.46) (2021-09-29)
58
74
 
59
-
60
75
  ### Bug Fixes
61
76
 
62
- * add plugin-generate ([#63](https://github.com/salesforcecli/cli/issues/63)) ([cc4f91d](https://github.com/salesforcecli/cli/commit/cc4f91d66eba9d9cf50e216f4ce39ada4af22e21))
77
+ - add plugin-generate ([#63](https://github.com/salesforcecli/cli/issues/63)) ([cc4f91d](https://github.com/salesforcecli/cli/commit/cc4f91d66eba9d9cf50e216f4ce39ada4af22e21))
63
78
 
64
79
  ### [0.0.45](https://github.com/salesforcecli/cli/compare/v0.0.44...v0.0.45) (2021-09-29)
65
80
 
66
-
67
81
  ### Bug Fixes
68
82
 
69
- * install sf-release for maybe-halt ([#64](https://github.com/salesforcecli/cli/issues/64)) ([196ea50](https://github.com/salesforcecli/cli/commit/196ea50f8d37e766fef213d9b947981c37a5308c))
83
+ - install sf-release for maybe-halt ([#64](https://github.com/salesforcecli/cli/issues/64)) ([196ea50](https://github.com/salesforcecli/cli/commit/196ea50f8d37e766fef213d9b947981c37a5308c))
70
84
 
71
85
  ### [0.0.44](https://github.com/salesforcecli/cli/compare/v0.0.43...v0.0.44) (2021-09-29)
72
86
 
package/README.md CHANGED
@@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli
29
29
  $ sf COMMAND
30
30
  running command...
31
31
  $ sf (--version|-v|version)
32
- @salesforce/cli/1.1.0 linux-x64 node-v14.18.1
32
+ @salesforce/cli/1.1.4 linux-x64 node-v14.18.1
33
33
  $ sf --help [COMMAND]
34
34
  USAGE
35
35
  $ sf COMMAND
@@ -1 +1 @@
1
- {"version":"1.1.1","commands":{}}
1
+ {"version":"1.1.5","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.1.1",
4
+ "version": "1.1.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -145,7 +145,7 @@
145
145
  "@oclif/test": "^1",
146
146
  "@salesforce/dev-config": "^2.1.2",
147
147
  "@salesforce/dev-scripts": "^0.9.18",
148
- "@salesforce/plugin-release-management": "^2.5.1",
148
+ "@salesforce/plugin-release-management": "^2.5.2",
149
149
  "@salesforce/prettier-config": "^0.0.2",
150
150
  "@typescript-eslint/eslint-plugin": "^4.33.0",
151
151
  "@typescript-eslint/parser": "^4.33.0",