Skip to content

Commit af8aed4

Browse files
committed
prepare 3.3.0 JS client release
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
1 parent a7f268f commit af8aed4

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

javascript/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
]
1717
}
1818
},
19-
"version": "3.2.1"
19+
"version": "3.3.0"
2020
}

javascript/lib/api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-api",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "API interfaces for implementing TypeScript clients for Eclipse Ditto",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse-ditto/ditto-clients",

javascript/lib/dom/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-dom",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "DOM implementation of Eclipse Ditto JavaScript API to be used in browsers.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse-ditto/ditto-clients",

javascript/lib/node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-node",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Node.js(r) implementation of Eclipse Ditto JavaScript API.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse-ditto/ditto-clients",

javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "A library supporting you to work with the APIs of Eclipse Ditto 3.x.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse-ditto/ditto-clients",

0 commit comments

Comments
 (0)