Skip to content

Commit

Permalink
Release 6.0.2-rc.3
Browse files Browse the repository at this point in the history
- CHANGELOG
  • Loading branch information
machacjozef committed Feb 25, 2022
1 parent 853ae4b commit d58f3e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Full
Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github.com/netgrif/components/commits/v6.0.0)

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

### Fixed

Expand All @@ -22,6 +22,7 @@ Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github
- [NAE-1577] Task reffed change behavior does not propagate
- [NAE-1575] User select component trying open non-existing side menu component
- [NAE-1580] Grammar check
- [NAE-1583] Broken FileField/FileListField placeholder

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

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.0.2-rc.2",
"version": "6.0.2-rc.3",
"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.0.2-rc.2",
"version": "6.0.2-rc.3",
"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.0.2-rc.2",
"version": "6.0.2-rc.3",
"description": "Netgrif Application Engine frontend Angular components",
"homepage": "https://components.netgrif.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -28,7 +28,7 @@
"nae frontend"
],
"peerDependencies": {
"@netgrif/components-core": "6.0.2-rc.2",
"@netgrif/components-core": "6.0.2-rc.3",
"@angular-material-components/datetime-picker": "^2.0.2",
"@angular-material-components/moment-adapter": "^2.0.1",
"@angular/animations": "^9.1.12",
Expand Down

0 comments on commit d58f3e1

Please sign in to comment.