Skip to content

Commit 3d6458e

Browse files
authored
Merge branch 'release/6.4.0' into NAE-2013
2 parents 3cd75ff + 2047def commit 3d6458e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
Full Changelog: [https://github.com/netgrif/components/commits/v6.4.0](https://github.com/netgrif/components/commits/v6.4.0)
99

10-
## [6.4.0](https://github.com/netgrif/components/releases/tag/v6.4.0) (2024-09-26)
10+
## [6.4.0](https://github.com/netgrif/components/releases/tag/v6.4.0) (2024-10-29)
1111

1212
### Fixed
1313
- [NAE-1915] TaskRef behaviour handling for multiple level
@@ -21,7 +21,7 @@ Full Changelog: [https://github.com/netgrif/components/commits/v6.4.0](https://g
2121
- [NAE-1983] Public view file handling
2222
- [NAE-1999] Broken pagination on paged case view
2323
- [NAE-2005] Field behavior change does not work correctly with multiple references using taskRef
24-
24+
- [NAE-2013] Autocomplete options are set to the first dropdown
2525

2626
### Added
2727
- [NAE-1890] Data field component register

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-rc.3",
3+
"version": "6.4.0-rc.4",
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.0-rc.3",
3+
"version": "6.4.0-rc.4",
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-rc.3",
3+
"version": "6.4.0-rc.4",
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-rc.3",
32+
"@netgrif/components-core": "6.4.0-rc.4",
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)