Skip to content

Commit

Permalink
prepare 3.6.0 JS client release
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Oct 4, 2024
1 parent df1185f commit 7af0486
Show file tree
Hide file tree
Showing 10 changed files with 494 additions and 494 deletions.
11 changes: 11 additions & 0 deletions javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to the Ditto JavaScript client will be documented in this file.

## [3.6.0] - 2024-10-04

### Dependencies

No dependencies were explicitly updated.

### Features / Bug fixes

Neither features nor bug fixes were added.


## [3.5.4] - 2024-08-27

### 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.5.4"
"version": "3.6.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.5.4",
"version": "3.6.0",
"description": "API interfaces for implementing TypeScript clients for Eclipse Ditto",
"author": "Eclipse Ditto committers <[email protected]>",
"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.5.4",
"version": "3.6.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/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.5.4",
"version": "3.6.0",
"description": "Node.js(r) implementation of Eclipse Ditto JavaScript API.",
"author": "Eclipse Ditto committers <[email protected]>",
"repository": "https://github.com/eclipse-ditto/ditto-clients",
Expand Down
Loading

0 comments on commit 7af0486

Please sign in to comment.