Skip to content

Commit

Permalink
Release/6.4.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
machacjozef committed Oct 29, 2024
1 parent 8140774 commit 2047def
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

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

### Fixed
- [NAE-1915] TaskRef behaviour handling for multiple level
Expand All @@ -21,7 +21,7 @@ Full Changelog: [https://github.com/netgrif/components/commits/v6.4.0](https://g
- [NAE-1983] Public view file handling
- [NAE-1999] Broken pagination on paged case view
- [NAE-2005] Field behavior change does not work correctly with multiple references using taskRef

- [NAE-2013] Autocomplete options are set to the first dropdown

### Added
- [NAE-1890] Data field component register
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netgrif/components-project",
"version": "6.4.0-rc.3",
"version": "6.4.0-rc.4",
"description": "Netgrif Application Engine Frontend project. Project includes angular libraries as base for NAE applications.",
"homepage": "https://components.netgrif.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion projects/netgrif-components-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netgrif/components-core",
"version": "6.4.0-rc.3",
"version": "6.4.0-rc.4",
"description": "Netgrif Application engine frontend core Angular library",
"homepage": "https://components.netgrif.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions projects/netgrif-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netgrif/components",
"version": "6.4.0-rc.3",
"version": "6.4.0-rc.4",
"description": "Netgrif Application Engine frontend Angular components",
"homepage": "https://components.netgrif.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -29,7 +29,7 @@
"nae frontend"
],
"peerDependencies": {
"@netgrif/components-core": "6.4.0-rc.3",
"@netgrif/components-core": "6.4.0-rc.4",
"@angular-material-components/datetime-picker": "~7.0.1",
"@angular-material-components/moment-adapter": "~7.0.0",
"@angular/animations": "~13.3.1",
Expand Down

0 comments on commit 2047def

Please sign in to comment.