Skip to content

Commit 066b6f4

Browse files
authored
Merge pull request #218 from eclipse-ditto/ditto-320
Prepare Ditto 3.2.0 release for JS client
2 parents 2a5291b + e6aef5e commit 066b6f4

File tree

11 files changed

+23
-15
lines changed

11 files changed

+23
-15
lines changed

java/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@
134134
<name>Juergen Fickel</name>
135135
<email>eclipse-foundation@retujo.de</email>
136136
<url>https://github.com/jufickel-b</url>
137-
<organization>VARTA Storage GmbH</organization>
138-
<organizationUrl>http://www.varta-storage.com</organizationUrl>
139137
<roles>
140138
<role>Committer</role>
141139
</roles>

javascript/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to the Ditto JavaScript client will be documented in this file.
33

4+
## [3.2.0] - 2023-03-08
5+
6+
### Dependencies
7+
8+
No dependencies were explicitly updated.
9+
10+
### \#217 Added merge functionality to javascript client sdk
11+
12+
PR #208 adds support for merge/patch functionality to the Ditto JS client.
13+
414
## [3.1.0] - 2022-12-15
515

616
### Dependencies

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.1.0"
19+
"version": "3.2.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.1.0",
3+
"version": "3.2.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.1.0",
3+
"version": "3.2.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.1.0",
3+
"version": "3.2.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.1.0",
3+
"version": "3.2.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)