Skip to content

Commit 4d071bd

Browse files
committed
chore: 13.0.0
1 parent f80842e commit 4d071bd

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [13.0.0](https://github.com/NativeScript/angular/compare/12.2.0...13.0.0) (2021-12-22)
2+
3+
4+
### Features
5+
6+
* Angular 13 ([#42](https://github.com/NativeScript/angular/issues/42)) ([f80842e](https://github.com/NativeScript/angular/commit/f80842eb0740ed5eb4ff0ef97cab36b98eb365d9))
7+
8+
9+
110
# [12.2.0](https://github.com/NativeScript/angular/compare/12.0.6...12.2.0) (2021-09-09)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "12.2.0",
3+
"version": "13.0.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

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": "13.0.0-rc.3",
3+
"version": "13.0.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",
@@ -16,6 +16,6 @@
1616
"Angular"
1717
],
1818
"dependencies": {
19-
"@nativescript/zone-js": "rc"
19+
"@nativescript/zone-js": "^3.0.0"
2020
}
2121
}

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": "3.0.0-rc.0",
3+
"version": "3.0.0",
44
"description": "NativeScript Zone.js",
55
"main": "dist/index.js"
66
}

0 commit comments

Comments
 (0)