Skip to content

Commit

Permalink
prepare Ditto JS client release 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <[email protected]>
  • Loading branch information
thjaeckle committed Jan 21, 2022
1 parent cdb123a commit 43e9522
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion javascript/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
]
}
},
"version": "2.2.0"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion javascript/lib/api/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 javascript/lib/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-ditto/ditto-javascript-client-api",
"version": "2.2.0",
"version": "2.3.0",
"description": "API interfaces for implementing TypeScript clients for Eclipse Ditto",
"author": "Eclipse Ditto committers <[email protected]>",
"repository": "https://github.com/eclipse/ditto-clients",
Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/dom/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 javascript/lib/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-ditto/ditto-javascript-client-dom",
"version": "2.2.0",
"version": "2.3.0",
"description": "DOM implementation of Eclipse Ditto JavaScript API to be used in browsers.",
"author": "Eclipse Ditto committers <[email protected]>",
"repository": "https://github.com/eclipse/ditto-clients",
Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/node/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 javascript/lib/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-ditto/ditto-javascript-client-node",
"version": "2.2.0",
"version": "2.3.0",
"description": "Node.js(r) implementation of Eclipse Ditto JavaScript API.",
"author": "Eclipse Ditto committers <[email protected]>",
"repository": "https://github.com/eclipse/ditto-clients",
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

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

4 changes: 2 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eclipse-ditto/ditto-javascript-client",
"version": "2.2.0",
"description": "A library supporting you to work with the APIs of Eclipse Ditto 2.1.x.",
"version": "2.3.0",
"description": "A library supporting you to work with the APIs of Eclipse Ditto 2.3.x.",
"author": "Eclipse Ditto committers <[email protected]>",
"repository": "https://github.com/eclipse/ditto-clients",
"license": "EPL-2.0",
Expand Down

0 comments on commit 43e9522

Please sign in to comment.