Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit f3b231f

Browse files
Narretzpetebacondarwin
authored andcommitted
chore: update versions-data.js for 1.6.0-rc.0
The information was not correct, probably because of some confusion with the branchVersion / branchPattern variables
1 parent 1d6e24e commit f3b231f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

1.6.0-rc.0/docs/js/versions-data.js

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
// Meta data used by the AngularJS docs app
44
angular.module('versionsData', [])
55
.value('NG_VERSION', {
6-
"raw": "v1.5.8",
6+
"raw": "v1.6.0-rc.0",
77
"major": 1,
8-
"minor": 5,
9-
"patch": 9,
8+
"minor": 6,
9+
"patch": 0,
1010
"prerelease": [
11-
"build",
12-
"195"
11+
"rc",
12+
"0"
1313
],
14-
"build": "sha.1cf01d6",
15-
"version": "1.5.9-build.195",
16-
"codeName": "snapshot",
17-
"isSnapshot": true,
18-
"full": "1.5.9-build.195+sha.1cf01d6",
14+
"build": "[]",
15+
"version": "1.6.0-rc.0",
16+
"codeName": "bracing-vortex",
17+
"full": "1.6.0-rc.0",
1918
"branch": "master",
2019
"commitSHA": "1cf01d6fa7fcfb45bef46e4a800845ae8ab90b06"
2120
})

0 commit comments

Comments
 (0)