Skip to content

Commit

Permalink
Merge pull request #218 from eclipse-ditto/ditto-320
Browse files Browse the repository at this point in the history
Prepare Ditto 3.2.0 release for JS client
  • Loading branch information
thjaeckle committed Mar 8, 2023
2 parents 2a5291b + e6aef5e commit 066b6f4
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 15 deletions.
2 changes: 0 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@
<name>Juergen Fickel</name>
<email>eclipse-foundation@retujo.de</email>
<url>https://github.com/jufickel-b</url>
<organization>VARTA Storage GmbH</organization>
<organizationUrl>http://www.varta-storage.com</organizationUrl>
<roles>
<role>Committer</role>
</roles>
Expand Down
10 changes: 10 additions & 0 deletions javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to the Ditto JavaScript client will be documented in this file.

## [3.2.0] - 2023-03-08

### Dependencies

No dependencies were explicitly updated.

### \#217 Added merge functionality to javascript client sdk

PR #208 adds support for merge/patch functionality to the Ditto JS client.

## [3.1.0] - 2022-12-15

### Dependencies
Expand Down
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": "3.1.0"
"version": "3.2.0"
}
4 changes: 2 additions & 2 deletions 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": "3.1.0",
"version": "3.2.0",
"description": "API interfaces for implementing TypeScript clients for Eclipse Ditto",
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
"repository": "https://github.com/eclipse-ditto/ditto-clients",
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.1.0",
"version": "3.2.0",
"description": "DOM implementation of Eclipse Ditto JavaScript API to be used in browsers.",
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
"repository": "https://github.com/eclipse-ditto/ditto-clients",
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.1.0",
"version": "3.2.0",
"description": "Node.js(r) implementation of Eclipse Ditto JavaScript API.",
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
"repository": "https://github.com/eclipse-ditto/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.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-ditto/ditto-javascript-client",
"version": "3.1.0",
"version": "3.2.0",
"description": "A library supporting you to work with the APIs of Eclipse Ditto 3.x.",
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
"repository": "https://github.com/eclipse-ditto/ditto-clients",
Expand Down

0 comments on commit 066b6f4

Please sign in to comment.