Skip to content

Commit

Permalink
Release 6.0.4-RC.1
Browse files Browse the repository at this point in the history
 - increase version
 - update changelog
  • Loading branch information
tuplle committed Apr 4, 2022
1 parent 4081f33 commit 002b1e7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github
### Fixed

- [NAE-1613] Text selection in field value prevents task expansion panel header from reacting to click events
- [NAE-1594] SonarCloud analysis is not configured correctly for @netgrif/components
- [NAE-1614] Advanced search substring query

## [6.0.3](https://github.com/netgrif/components/releases/tag/v6.0.3) (2022-04-01)

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.3",
"version": "6.0.4-rc.1",
"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.3",
"version": "6.0.4-rc.1",
"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.3",
"version": "6.0.4-rc.1",
"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.3",
"@netgrif/components-core": "6.0.4-rc.1",
"@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 002b1e7

Please sign in to comment.