Skip to content

Commit 28679ae

Browse files
committed
Bump version to 6.4.2-rc.6 and update changelog with fix for NAE-2290.
1 parent fb3587d commit 28679ae

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Full Changelog: [https://github.com/netgrif/components/commits/v6.4.2](https://g
1212
### Fixed
1313
- [NAE-2231] Unable to change behavior of taskRef on finish event without error message
1414
- [NAE-2268] Fix resolving of referenced taskId on frontend
15+
- [NAE-2290] Couldn't find referenced task in a taskref incoming from event outcome
1516

1617
### Added
1718
- [NAE-2100] Case view export button as NAE feature

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.2-rc.5",
3+
"version": "6.4.2-rc.6",
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/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.2-rc.5",
3+
"version": "6.4.2-rc.6",
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.2-rc.5",
3+
"version": "6.4.2-rc.6",
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.2-rc.5",
32+
"@netgrif/components-core": "6.4.2-rc.6",
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)