From 291f9dd79e4366de1122c15f2dc8b9491555131c Mon Sep 17 00:00:00 2001 From: tbozhikov Date: Thu, 7 Nov 2019 15:39:33 +0200 Subject: [PATCH 1/7] fix: add exports for backwards compatibility --- .../forms/value-accessors/base-value-accessor.ts | 1 + nativescript-angular-package/lang-facade.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 nativescript-angular-package/forms/value-accessors/base-value-accessor.ts create mode 100644 nativescript-angular-package/lang-facade.ts diff --git a/nativescript-angular-package/forms/value-accessors/base-value-accessor.ts b/nativescript-angular-package/forms/value-accessors/base-value-accessor.ts new file mode 100644 index 000000000..36c3a7f63 --- /dev/null +++ b/nativescript-angular-package/forms/value-accessors/base-value-accessor.ts @@ -0,0 +1 @@ +export * from "@nativescript/angular/forms/value-accessors/base-value-accessor"; \ No newline at end of file diff --git a/nativescript-angular-package/lang-facade.ts b/nativescript-angular-package/lang-facade.ts new file mode 100644 index 000000000..994364fba --- /dev/null +++ b/nativescript-angular-package/lang-facade.ts @@ -0,0 +1 @@ +export * from "@nativescript/angular/lang-facade"; \ No newline at end of file From 095ff1ed5df98b49fbdef968c0688e9b729545d4 Mon Sep 17 00:00:00 2001 From: tbozhikov Date: Thu, 7 Nov 2019 15:43:29 +0200 Subject: [PATCH 2/7] chore: bump version --- nativescript-angular-package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular-package/package.json b/nativescript-angular-package/package.json index 27f17c0c4..4e8fccf43 100644 --- a/nativescript-angular-package/package.json +++ b/nativescript-angular-package/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.20.0", + "version": "8.20.1", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues", From 1c9f325ce424cbb971b561a1e6f802a5423e38b7 Mon Sep 17 00:00:00 2001 From: tbozhikov Date: Thu, 7 Nov 2019 15:50:35 +0200 Subject: [PATCH 3/7] release: cut the %s release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a33425d..d13d62e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [8.20.1](https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.1) (2019-11-07) + +### Bug Fixes + +* **animations:** resolve issue with "query animations" on iOS 13 ([#2022](https://github.com/NativeScript/nativescript-angular/issues/2022)) ([c382682](https://github.com/NativeScript/nativescript-angular/commit/c382682)) +* # [8.20.0](https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.0) (2019-10-23) From 3206531d1d042e88b6761dffa898c7573511eb6c Mon Sep 17 00:00:00 2001 From: tbozhikov Date: Thu, 7 Nov 2019 15:57:16 +0200 Subject: [PATCH 4/7] fix: changelog --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d13d62e38..b7e367175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ -# [8.20.1](https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.1) (2019-11-07) +# [8.20.1](https://github.com/NativeScript/nativescript-angular/compare/8.20.0...8.20.1) (2019-11-07) ### Bug Fixes -* **animations:** resolve issue with "query animations" on iOS 13 ([#2022](https://github.com/NativeScript/nativescript-angular/issues/2022)) ([c382682](https://github.com/NativeScript/nativescript-angular/commit/c382682)) -* +* add exports in `nativescript-angular` package for backwards compatibility # [8.20.0](https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.0) (2019-10-23) From 49068e6d502233dedfe23b666c34c6c302a9e459 Mon Sep 17 00:00:00 2001 From: tbozhikov Date: Thu, 7 Nov 2019 17:49:43 +0200 Subject: [PATCH 5/7] chore: fix typescript compilation while pack compat pkg --- build/pack-scripts/pack-compat.ts | 2 +- nativescript-angular-package/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pack-scripts/pack-compat.ts b/build/pack-scripts/pack-compat.ts index 61cde5c88..1df263165 100644 --- a/build/pack-scripts/pack-compat.ts +++ b/build/pack-scripts/pack-compat.ts @@ -56,7 +56,7 @@ fs.emptyDirSync(tempFolderPath); fs.ensureDirSync(distFolderPath); // Install, run tsc and run ngc -execSync(`npm i && tsc && npm run ngc`, { +execSync(`npm i && npm run tsc && npm run ngc`, { cwd: nsAngularPackagePath }); diff --git a/nativescript-angular-package/package.json b/nativescript-angular-package/package.json index 4e8fccf43..0f80e3589 100644 --- a/nativescript-angular-package/package.json +++ b/nativescript-angular-package/package.json @@ -41,6 +41,6 @@ }, "scripts": { "ngc": "ngc -p tsconfig.json", - "pack-with-scoped-version": "cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts" + "tsc": "tsc", } } From e0b484b07d1cc9db9def4df6005dd4ff07c5e1fe Mon Sep 17 00:00:00 2001 From: tbozhikov Date: Thu, 7 Nov 2019 17:55:15 +0200 Subject: [PATCH 6/7] fix: re-add deleted line --- nativescript-angular-package/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nativescript-angular-package/package.json b/nativescript-angular-package/package.json index 0f80e3589..b42898ffd 100644 --- a/nativescript-angular-package/package.json +++ b/nativescript-angular-package/package.json @@ -42,5 +42,6 @@ "scripts": { "ngc": "ngc -p tsconfig.json", "tsc": "tsc", + "pack-with-scoped-version": "cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts" } } From 531de2c90f44cebbea95ca3e25fb3233b6efaba4 Mon Sep 17 00:00:00 2001 From: tbozhikov Date: Fri, 8 Nov 2019 11:18:34 +0200 Subject: [PATCH 7/7] chore: bump the scoped package version --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 07e692d11..6aa4a56fe 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "8.20.0", + "version": "8.20.1", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues",