Skip to content

Commit 2b548ce

Browse files
committed
chore: 3.0.0-rc.0
1 parent 10ff242 commit 2b548ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "12.2.1-rc.0",
3+
"version": "13.0.0-rc.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",
@@ -16,6 +16,6 @@
1616
"Angular"
1717
],
1818
"dependencies": {
19-
"@nativescript/zone-js": "~2.2.0"
19+
"@nativescript/zone-js": "rc"
2020
}
2121
}

packages/angular/tsconfig.angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"files": ["src/index.ts"],
1212
"angularCompilerOptions": {
13-
"compilationMode": "partial",
13+
"compilationMode": "full",
1414
"enableResourceInlining": true
1515
}
1616
}

packages/zone-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/zone-js",
3-
"version": "2.2.0",
3+
"version": "3.0.0-rc.0",
44
"description": "NativeScript Zone.js",
55
"main": "dist/index.js"
66
}

0 commit comments

Comments
 (0)