Skip to content

Commit ec387bf

Browse files
josephperrottalan-agius4
authored andcommitted
build: establish current version in package.json
Ahead of moving to common merge tooling, the current version of the packages must be tracked in the package.json at the root of the project.
1 parent b546d79 commit ec387bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "0.0.0",
3+
"version": "11.1.0-next.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {
@@ -245,4 +245,4 @@
245245
"prepare-commit-msg": "yarn -s ng-dev commit-message restore-commit-message-draft --file-env-variable HUSKY_GIT_PARAMS"
246246
}
247247
}
248-
}
248+
}

0 commit comments

Comments
 (0)