Skip to content

Commit bae532a

Browse files
committed
Release 6.2.2-rc.1
1 parent 364a53a commit bae532a

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
Full Changelog: [https://github.com/netgrif/components/commits/v6.2.1](https://github.com/netgrif/components/commits/v6.2.1)
8+
Full Changelog: [https://github.com/netgrif/components/commits/v6.2.2](https://github.com/netgrif/components/commits/v6.2.2)
9+
10+
## [6.2.2](https://github.com/netgrif/components/releases/tag/v6.2.2) (2022-09-28)
11+
12+
### Fixed
13+
14+
- [NAE-1693] TaskController deleteFile endpoint lacks data about tasks
15+
- [NAE-1712] Advanced search in case of date operators is blinking (very quickly opening and closing)
16+
- [NAE-1713] Advanced search searching based on case data does not work
17+
- [NAE-1715] Currency component not working properly
18+
- [NAE-1717] Banned roles not hiding menu entries
19+
- [NAE-1721] Create case event bad handling on frontend
20+
- [NAE-1724] Incorrect german translation
21+
922

1023
## [6.2.1](https://github.com/netgrif/components/releases/tag/v6.2.1) (2022-09-15)
1124

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.2.1",
3+
"version": "6.2.2-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/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.2.1",
3+
"version": "6.2.2-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.2.1",
3+
"version": "6.2.2-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.2.1",
32+
"@netgrif/components-core": "6.2.2-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)