Skip to content

Commit

Permalink
Merge branch 'main' into feature/MTM-59855-ui-as-developer-i-want-to-…
Browse files Browse the repository at this point in the history
…reuse-alarms-filering-and-alarm-event-selector

Signed-off-by: Enio Sultan <92023325+eniosultan@users.noreply.github.com>
  • Loading branch information
eniosultan authored Sep 30, 2024
2 parents 6f7fe2d + b07ae44 commit 06ebf74
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.2.2](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.1...v3.2.2) (2024-09-24)


### Bug Fixes

* **ci:** update versioning matrix ([#47](https://github.com/SoftwareAG/cumulocity-community-plugins/issues/47)) ([578fec2](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/578fec2effaba99803ad6c0b2f6769e5123551af))

## [3.2.1](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.0...v3.2.1) (2024-09-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-community-plugins",
"version": "3.2.1",
"version": "3.2.2",
"description": "This is a set of plugins developed and maintained by the community.",
"scripts": {
"ng": "ng",
Expand Down
18 changes: 15 additions & 3 deletions versioningMatrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,20 @@
"sdk": ">=1018.0.0",
"api": ">=1018.0.0"
},
"3.2.0": {
"sdk": ">=1018.0.0",
"api": ">=1018.0.0"
},
"3.2.1": {
"sdk": ">=1018.0.0",
"api": ">=1018.0.0"
},
"3.2.2": {
"sdk": ">=1018.0.0",
"api": ">=1018.0.0"
},
"3.3.0": {
"sdk": ">=1020.26.2",
"api": ">=1020.26.2"
"sdk": ">=1020.26.2",
"api": ">=1020.26.2"
}
}
}

0 comments on commit 06ebf74

Please sign in to comment.