You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds your Ember App's version to Info tab in Ember Inspector. The version is taken from your project's package.json#version.
5
8
If you add build metadata to the version, this addon will automatically append SHA to the end of the version.
6
9
7
10
## Compatibility
8
11
9
-
* Ember.js v3.28 or above
10
-
* Ember CLI v3.28 or above
11
-
* Node.js v14 or above
12
-
12
+
- Ember.js v3.28 or above
13
+
- Ember CLI v3.28 or above
14
+
- Node.js v14 or above
13
15
14
16
## Installation
15
17
16
18
```
17
19
ember install ember-cli-app-version
18
20
```
19
21
20
-
21
22
## Usage
22
23
23
24

@@ -28,23 +29,23 @@ This addon provides `{{app-version}}` helper that allows you to show your curren
28
29
29
30
The addon has flags to display parts of the version:
When running on Heroku the `.git` folder is not present, making it impossible to fetch the `git SHA`. A workaround for this is adding the below in your `config/environment.js`:
0 commit comments