Skip to content

Commit

Permalink
Release/7.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
machacjozef committed Nov 22, 2024
1 parent 8db0763 commit a98233d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Full Changelog: [https://github.com/netgrif/components/commits/v6.4.0](https://github.com/netgrif/components/commits/v6.4.0)

## [7.0.0](https://github.com/netgrif/components/releases/tag/v7.0.0) (2024-11-22)

### Fixed
- [NAE-2018] User list input is not showing dialog
- [NAE-2019] Bugs after merge with 6.4.0

### Changed
- [NAE- 1940] Update to new Angular

## [6.4.0](https://github.com/netgrif/components/releases/tag/v6.4.0) (2024-11-07)

### Fixed
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": "7.0.0-beta.1",
"version": "7.0.0-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": "7.0.0-beta.1",
"version": "7.0.0-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": "7.0.0-beta.1",
"version": "7.0.0-rc.1",
"description": "Netgrif Application Engine frontend Angular components",
"homepage": "https://components.netgrif.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -29,7 +29,7 @@
"nae frontend"
],
"peerDependencies": {
"@netgrif/components-core": "7.0.0-beta.1",
"@netgrif/components-core": "7.0.0-rc.1",
"@angular-material-components/datetime-picker": "~16.0.0",
"@angular-material-components/moment-adapter": "~16.0.0",
"@angular/animations": "~17.1.0",
Expand Down

0 comments on commit a98233d

Please sign in to comment.