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

Commit aeb9068

Browse files
committed
chore(package.json): update docs app to use version 1.8 of AngularJS
As mentioned in `RELEASE.md`, now that the [CDN][1] has been updated with the 1.8.0 version, it is safe to bump the value of the `branchVersion` property in `package.json` to `^1.8.0`. This will cause the docs app to use the latest version, namely 1.8.0. [1]: https://ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular.js
1 parent 5541828 commit aeb9068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular",
33
"license": "MIT",
4-
"branchVersion": "^1.7.0",
4+
"branchVersion": "^1.8.0",
55
"branchPattern": "1.8.*",
66
"distTag": "next",
77
"repository": {

0 commit comments

Comments
 (0)