Skip to content

Commit 7dd3454

Browse files
committed
release: v14.0.0
Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
1 parent 73cc1f1 commit 7dd3454

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rero/ng-core",
3-
"version": "1.16.1",
3+
"version": "14.0.0",
44
"private": true,
55
"scripts": {
66
"ng": "ng",

projects/rero/ng-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rero/ng-core",
3-
"version": "1.16.1",
3+
"version": "14.0.0",
44
"description": "RERO angular core library.",
55
"keywords": [
66
"rero",
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.lib.json",
33
"angularCompilerOptions": {
4-
"enableIvy": true
4+
"enableIvy": true,
5+
"compilationMode": "partial"
56
}
67
}

0 commit comments

Comments
 (0)