Skip to content

Commit

Permalink
Release/6.4.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renczesstefan committed Dec 13, 2023
1 parent dd1244d commit c5e751d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ 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) (2023-11-08)
## [6.4.0](https://github.com/netgrif/components/releases/tag/v6.4.0) (2023-12-13)

### Fixed
- [NAE-1915] TaskRef behaviour handling for multiple level
- [NAE-1908] NAE-1906 Improvements
- [NAE-1925] Panel is not opening
- [NAE-1924] Unnecessary call for setData from FE
- [NAE-1901] Taskref rendering update
- [NAE-1926] Can't close Tab in Tab view

### Added
- [NAE-1890] Data field component register
Expand All @@ -25,6 +26,8 @@ Full Changelog: [https://github.com/netgrif/components/commits/v6.4.0](https://g
- [NAE-1876] Process URI v2
- [NAE-1882] Filter folder process
- [NAE-1900] New component design
- [NAE-1928] Refresh tabs on change
- [NAE-1929] Data field type list of strings

## [6.3.0](https://github.com/netgrif/components/releases/tag/v6.3.0) (2023-05-26)

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-beta.9",
"version": "6.4.0-beta.10",
"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-beta.9",
"version": "6.4.0-beta.10",
"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-beta.9",
"version": "6.4.0-beta.10",
"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-beta.9",
"@netgrif/components-core": "6.4.0-beta.10",
"@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 c5e751d

Please sign in to comment.