Skip to content

Commit c8e2bc7

Browse files
committed
Release/6.4.1
1 parent 178c8d4 commit c8e2bc7

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netgrif/components-project",
3-
"version": "6.4.0",
3+
"version": "6.4.1-rc.1",
44
"description": "Netgrif Application Engine Frontend project. Project includes angular libraries as base for NAE applications.",
55
"homepage": "https://components.netgrif.com",
66
"license": "SEE LICENSE IN LICENSE",

projects/nae-example-app/src/app/doc/case-view/case-view.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import {
1313
defaultCaseSearchCategoriesFactory,
1414
NAE_BASE_FILTER,
1515
AllowedNetsServiceFactory,
16-
AllowedNetsService, UserFilterConstants, TaskSetDataRequestFields
16+
AllowedNetsService,
17+
UserFilterConstants,
18+
TaskSetDataRequestFields
1719
} from '@netgrif/components-core';
1820
import {HeaderComponent} from '@netgrif/components';
1921

projects/netgrif-components-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netgrif/components-core",
3-
"version": "6.4.0",
3+
"version": "6.4.1-rc.1",
44
"description": "Netgrif Application engine frontend core Angular library",
55
"homepage": "https://components.netgrif.com",
66
"license": "SEE LICENSE IN LICENSE",

projects/netgrif-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netgrif/components",
3-
"version": "6.4.0",
3+
"version": "6.4.1-rc.1",
44
"description": "Netgrif Application Engine frontend Angular components",
55
"homepage": "https://components.netgrif.com",
66
"license": "SEE LICENSE IN LICENSE",
@@ -29,7 +29,7 @@
2929
"nae frontend"
3030
],
3131
"peerDependencies": {
32-
"@netgrif/components-core": "6.4.0",
32+
"@netgrif/components-core": "6.4.1-rc.1",
3333
"@angular-material-components/datetime-picker": "~7.0.1",
3434
"@angular-material-components/moment-adapter": "~7.0.0",
3535
"@angular/animations": "~13.3.1",

0 commit comments

Comments
 (0)