Skip to content

Commit

Permalink
ci(release): 2.2.1
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2024-05-01)

### Bug Fixes

* add missing ui package to releases ([aef2ec5](aef2ec5))
  • Loading branch information
semantic-release-bot committed May 1, 2024
1 parent aef2ec5 commit a4c2652
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.2.0...v2.2.1) (2024-05-01)


### Bug Fixes

* add missing ui package to releases ([aef2ec5](https://github.com/SoftwareAG/cumulocity-node-red/commit/aef2ec541e8e28aa5381a1d36d01015ebeb6e859))

# [2.2.0](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.1.2...v2.2.0) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion cumulocity-node-red-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-node-red-ui",
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion cumulocity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apiVersion": "v2",
"version": "2.2.0",
"version": "2.2.1",
"name": "node-red",
"provider": {
"name": "Tristan Bastian",
Expand Down
2 changes: 1 addition & 1 deletion node-red-c8y-storage-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-c8y-storage-plugin",
"version": "2.2.0",
"version": "2.2.1",
"description": "Node-RED c8y Storage Plugin",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion node-red-contrib-c8y-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-c8y-client",
"version": "2.2.0",
"version": "2.2.1",
"description": "c8y client for Node-RED",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cumulocity-node-red",
"private": true,
"version": "2.2.0",
"version": "2.2.1",
"author": "Tristan Bastian",
"description": "Node-RED integration into Cumulocity. With the Node-RED instance running as a microservice inside of Cumulocity.",
"scripts": {
Expand Down

0 comments on commit a4c2652

Please sign in to comment.