Skip to content

Commit 002b1e7

Browse files
committed
Release 6.0.4-RC.1
- increase version - update changelog
1 parent 4081f33 commit 002b1e7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github
1313
### Fixed
1414

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

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

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.3",
3+
"version": "6.0.4-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.0.3",
3+
"version": "6.0.4-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.0.3",
3+
"version": "6.0.4-rc.1",
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.3",
31+
"@netgrif/components-core": "6.0.4-rc.1",
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)