heroku 7.67.2 → 7.68.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 +19 -0
- package/oclif.manifest.json +1 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.68.1](https://github.com/heroku/cli/compare/v7.68.0...v7.68.1) (2023-02-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package heroku
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [7.68.0](https://github.com/heroku/cli/compare/v8.0.1...v7.68.0) (2023-02-06)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* revert to v7.67.2 ([#2235](https://github.com/heroku/cli/issues/2235)) ([0955a24](https://github.com/heroku/cli/commit/0955a24d6aeafdec7211ffd6179f772560f35098)), closes [#2231](https://github.com/heroku/cli/issues/2231) [#2230](https://github.com/heroku/cli/issues/2230) [#2229](https://github.com/heroku/cli/issues/2229) [#2228](https://github.com/heroku/cli/issues/2228) [#2227](https://github.com/heroku/cli/issues/2227) [#2225](https://github.com/heroku/cli/issues/2225) [#2144](https://github.com/heroku/cli/issues/2144) [#2216](https://github.com/heroku/cli/issues/2216) [#2207](https://github.com/heroku/cli/issues/2207) [#2212](https://github.com/heroku/cli/issues/2212) [#2212](https://github.com/heroku/cli/issues/2212)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [7.67.2](https://github.com/heroku/cli/compare/v7.67.1...v7.67.2) (2023-01-23)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package heroku
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"7.
|
|
1
|
+
{"version":"7.68.1","commands":{}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.68.1",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": {
|
|
7
7
|
"heroku": "./bin/run"
|
|
@@ -10,31 +10,31 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@heroku-cli/color": "1.1.14",
|
|
12
12
|
"@heroku-cli/command": "^8.4.1",
|
|
13
|
-
"@heroku-cli/plugin-addons-v5": "^7.
|
|
14
|
-
"@heroku-cli/plugin-apps": "^7.
|
|
15
|
-
"@heroku-cli/plugin-apps-v5": "^7.
|
|
16
|
-
"@heroku-cli/plugin-auth": "^7.
|
|
17
|
-
"@heroku-cli/plugin-autocomplete": "^7.
|
|
18
|
-
"@heroku-cli/plugin-buildpacks": "^7.
|
|
19
|
-
"@heroku-cli/plugin-certs": "^7.
|
|
20
|
-
"@heroku-cli/plugin-certs-v5": "^7.
|
|
21
|
-
"@heroku-cli/plugin-ci": "^7.
|
|
22
|
-
"@heroku-cli/plugin-ci-v5": "^7.
|
|
23
|
-
"@heroku-cli/plugin-config": "^7.
|
|
24
|
-
"@heroku-cli/plugin-container-registry-v5": "^7.
|
|
25
|
-
"@heroku-cli/plugin-git": "^7.
|
|
26
|
-
"@heroku-cli/plugin-local": "^7.
|
|
27
|
-
"@heroku-cli/plugin-oauth-v5": "^7.
|
|
28
|
-
"@heroku-cli/plugin-orgs-v5": "^7.
|
|
29
|
-
"@heroku-cli/plugin-pg-v5": "^7.
|
|
30
|
-
"@heroku-cli/plugin-pipelines": "^7.
|
|
31
|
-
"@heroku-cli/plugin-ps": "^7.
|
|
13
|
+
"@heroku-cli/plugin-addons-v5": "^7.68.0",
|
|
14
|
+
"@heroku-cli/plugin-apps": "^7.68.0",
|
|
15
|
+
"@heroku-cli/plugin-apps-v5": "^7.68.1",
|
|
16
|
+
"@heroku-cli/plugin-auth": "^7.68.0",
|
|
17
|
+
"@heroku-cli/plugin-autocomplete": "^7.68.0",
|
|
18
|
+
"@heroku-cli/plugin-buildpacks": "^7.68.0",
|
|
19
|
+
"@heroku-cli/plugin-certs": "^7.68.0",
|
|
20
|
+
"@heroku-cli/plugin-certs-v5": "^7.68.0",
|
|
21
|
+
"@heroku-cli/plugin-ci": "^7.68.0",
|
|
22
|
+
"@heroku-cli/plugin-ci-v5": "^7.68.0",
|
|
23
|
+
"@heroku-cli/plugin-config": "^7.68.0",
|
|
24
|
+
"@heroku-cli/plugin-container-registry-v5": "^7.68.0",
|
|
25
|
+
"@heroku-cli/plugin-git": "^7.68.0",
|
|
26
|
+
"@heroku-cli/plugin-local": "^7.68.0",
|
|
27
|
+
"@heroku-cli/plugin-oauth-v5": "^7.68.0",
|
|
28
|
+
"@heroku-cli/plugin-orgs-v5": "^7.68.0",
|
|
29
|
+
"@heroku-cli/plugin-pg-v5": "^7.68.0",
|
|
30
|
+
"@heroku-cli/plugin-pipelines": "^7.68.0",
|
|
31
|
+
"@heroku-cli/plugin-ps": "^7.68.0",
|
|
32
32
|
"@heroku-cli/plugin-ps-exec": "^2.4.0",
|
|
33
|
-
"@heroku-cli/plugin-redis-v5": "^7.
|
|
34
|
-
"@heroku-cli/plugin-run": "^7.
|
|
35
|
-
"@heroku-cli/plugin-spaces": "^7.
|
|
36
|
-
"@heroku-cli/plugin-status": "^7.
|
|
37
|
-
"@heroku-cli/plugin-webhooks": "^7.
|
|
33
|
+
"@heroku-cli/plugin-redis-v5": "^7.68.0",
|
|
34
|
+
"@heroku-cli/plugin-run": "^7.68.0",
|
|
35
|
+
"@heroku-cli/plugin-spaces": "^7.68.0",
|
|
36
|
+
"@heroku-cli/plugin-status": "^7.68.0",
|
|
37
|
+
"@heroku-cli/plugin-webhooks": "^7.68.0",
|
|
38
38
|
"@oclif/command": "1.8.16",
|
|
39
39
|
"@oclif/config": "1.13.2",
|
|
40
40
|
"@oclif/errors": "1.2.2",
|
|
@@ -284,5 +284,5 @@
|
|
|
284
284
|
"version": "oclif-dev readme --multi && git add README.md ../../docs"
|
|
285
285
|
},
|
|
286
286
|
"types": "lib/index.d.ts",
|
|
287
|
-
"gitHead": "
|
|
287
|
+
"gitHead": "9aa4339a412b606c8eb01ab4971aef01f9226a95"
|
|
288
288
|
}
|