@salesforce/cli 1.1.0 → 1.1.1

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,6 +2,13 @@
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)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * support latest-rc releases ([#78](https://github.com/salesforcecli/cli/issues/78)) ([526f503](https://github.com/salesforcecli/cli/commit/526f503ebf6610eac9ec23448b98f82a29a1b04c))
11
+
5
12
  ## [1.1.0](https://github.com/salesforcecli/cli/compare/v1.0.7...v1.1.0) (2021-10-20)
6
13
 
7
14
  ### [1.0.7](https://github.com/salesforcecli/cli/compare/v1.0.6...v1.0.7) (2021-10-14)
@@ -1 +1 @@
1
- {"version":"1.1.0","commands":{}}
1
+ {"version":"1.1.1","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.0",
4
+ "version": "1.1.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -103,6 +103,7 @@
103
103
  "repository": "salesforcecli/cli",
104
104
  "scripts": {
105
105
  "build": "sf-build",
106
+ "channel:promote": "sf-release channel:promote",
106
107
  "clean-all": "sf-clean all",
107
108
  "clean": "sf-clean",
108
109
  "compile": "sf-compile",
@@ -120,7 +121,7 @@
120
121
  "prepack": "sf-prepack",
121
122
  "prepare": "yarn compile && yarn lint",
122
123
  "pretarball": "./bin/dev cli:tarballs:prepare --types",
123
- "promote": "oclif promote",
124
+ "promote-dist-tags": "./scripts/promote-dist-tags",
124
125
  "promote:verify": "./bin/dev cli:versions:inspect --channels stable --locations archive --cli sf",
125
126
  "test:smoke-unix": "./tmp/sf/bin/sf --version && ./tmp/sf/bin/sf help && ./tmp/sf/bin/sf plugins --core",
126
127
  "test:deprecation-policy": "./bin/dev snapshot:compare",
@@ -144,7 +145,7 @@
144
145
  "@oclif/test": "^1",
145
146
  "@salesforce/dev-config": "^2.1.2",
146
147
  "@salesforce/dev-scripts": "^0.9.18",
147
- "@salesforce/plugin-release-management": "^2.2.2",
148
+ "@salesforce/plugin-release-management": "^2.5.1",
148
149
  "@salesforce/prettier-config": "^0.0.2",
149
150
  "@typescript-eslint/eslint-plugin": "^4.33.0",
150
151
  "@typescript-eslint/parser": "^4.33.0",