Skip to content

Commit 24bf233

Browse files
committed
Release 6.0.2-rc.5
- edit CHANGELOG
1 parent bcdeef1 commit 24bf233

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
Full
99
Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github.com/netgrif/components/commits/v6.0.0)
1010

11-
## [6.0.2](https://github.com/netgrif/components/releases/tag/v6.0.2) (2022-02-25)
11+
## [6.0.2](https://github.com/netgrif/components/releases/tag/v6.0.2) (2022-03-02)
1212

1313
### Fixed
1414

@@ -23,6 +23,7 @@ Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github
2323
- [NAE-1575] User select component trying open non-existing side menu component
2424
- [NAE-1580] Grammar check
2525
- [NAE-1583] Broken FileField/FileListField placeholder
26+
- [NAE-1586] Virtual scroll is broken everywhere on page
2627

2728
## [6.0.1](https://github.com/netgrif/components/releases/tag/v6.0.0) (2022-02-15)
2829

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.0.2-rc.4",
3+
"version": "6.0.2-rc.5",
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.0.2-rc.4",
3+
"version": "6.0.2-rc.5",
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.0.2-rc.4",
3+
"version": "6.0.2-rc.5",
44
"description": "Netgrif Application Engine frontend Angular components",
55
"homepage": "https://components.netgrif.com",
66
"license": "SEE LICENSE IN LICENSE",
@@ -28,7 +28,7 @@
2828
"nae frontend"
2929
],
3030
"peerDependencies": {
31-
"@netgrif/components-core": "6.0.2-rc.4",
31+
"@netgrif/components-core": "6.0.2-rc.5",
3232
"@angular-material-components/datetime-picker": "^2.0.2",
3333
"@angular-material-components/moment-adapter": "^2.0.1",
3434
"@angular/animations": "^9.1.12",

0 commit comments

Comments
 (0)