Skip to content

Commit b8c1edf

Browse files
authored
Release v3.0.0 (#144)
1 parent e00bea8 commit b8c1edf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ npm install -g @heroku-cli/plugin-addons-admin
2626
$ heroku COMMAND
2727
running command...
2828
$ heroku (--version)
29-
@heroku-cli/plugin-addons-admin/2.4.0 darwin-x64 node-v20.18.2
29+
@heroku-cli/plugin-addons-admin/3.0.0 darwin-x64 node-v20.18.2
3030
$ heroku --help [COMMAND]
3131
USAGE
3232
$ heroku COMMAND
@@ -60,7 +60,7 @@ DESCRIPTION
6060
compares remote manifest to local manifest and finds differences
6161
```
6262

63-
_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.4.0/src/commands/addons/admin/manifest/diff.ts)_
63+
_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v3.0.0/src/commands/addons/admin/manifest/diff.ts)_
6464

6565
## `heroku addons:admin:manifest:generate`
6666

@@ -82,7 +82,7 @@ EXAMPLES
8282
The file has been saved!
8383
```
8484

85-
_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.4.0/src/commands/addons/admin/manifest/generate.ts)_
85+
_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v3.0.0/src/commands/addons/admin/manifest/generate.ts)_
8686

8787
## `heroku addons:admin:manifest:pull SLUG`
8888

@@ -105,7 +105,7 @@ EXAMPLES
105105
Updating addon-manifest.json... done
106106
```
107107

108-
_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.4.0/src/commands/addons/admin/manifest/pull.ts)_
108+
_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v3.0.0/src/commands/addons/admin/manifest/pull.ts)_
109109

110110
## `heroku addons:admin:manifest:push`
111111

@@ -125,7 +125,7 @@ EXAMPLES
125125
Updating addon-manifest.json... done
126126
```
127127

128-
_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.4.0/src/commands/addons/admin/manifest/push.ts)_
128+
_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v3.0.0/src/commands/addons/admin/manifest/push.ts)_
129129

130130
## `heroku addons:admin:manifests [SLUG]`
131131

@@ -142,7 +142,7 @@ DESCRIPTION
142142
list manifest history
143143
```
144144

145-
_See code: [src/commands/addons/admin/manifests.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.4.0/src/commands/addons/admin/manifests.ts)_
145+
_See code: [src/commands/addons/admin/manifests.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v3.0.0/src/commands/addons/admin/manifests.ts)_
146146

147147
## `heroku addons:admin:manifests:info [SLUG]`
148148

@@ -162,7 +162,7 @@ DESCRIPTION
162162
show an individual history manifest
163163
```
164164

165-
_See code: [src/commands/addons/admin/manifests/info.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.4.0/src/commands/addons/admin/manifests/info.ts)_
165+
_See code: [src/commands/addons/admin/manifests/info.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v3.0.0/src/commands/addons/admin/manifests/info.ts)_
166166

167167
## `heroku addons:admin:open [SLUG]`
168168

@@ -184,5 +184,5 @@ EXAMPLES
184184
Opening https://addons-next.heroku.com/addons/testing-123... done
185185
```
186186

187-
_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.4.0/src/commands/addons/admin/open.ts)_
187+
_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v3.0.0/src/commands/addons/admin/open.ts)_
188188
<!-- commandsstop -->

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@heroku-cli/plugin-addons-admin",
33
"description": "Heroku CLI plugin to help Heroku add-on providers integrate their services with Heroku.",
4-
"version": "2.4.0",
4+
"version": "3.0.0",
55
"author": "Heroku",
66
"bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",
77
"dependencies": {
88
"@heroku-cli/color": "^2.0.4",
99
"@heroku-cli/command": "^11.4.0",
10-
"@heroku/http-call": "5.4.0",
1110
"@heroku-cli/schema": "^1.0.25",
11+
"@heroku/http-call": "5.4.0",
1212
"@oclif/core": "^2.16.0",
1313
"diff": "^5.2.0",
1414
"fs-extra": "^9.1.0",

0 commit comments

Comments
 (0)