Skip to content

Commit

Permalink
prepare JS client release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Jan 26, 2024
1 parent 99c3624 commit 8520dd9
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 13 deletions.
12 changes: 12 additions & 0 deletions javascript/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
All notable changes to the Ditto JavaScript client will be documented in this file.

## [3.5.0] - 2024-01-26

### Dependencies

No dependencies were explicitly updated.

### Features / Bug fixes

#### \#226 Search and count by post in JS client

PR #226 adds support for performing search via HTTP `POST` verb to the Ditto JS client

## [3.4.0] - 2023-10-12

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion javascript/lerna.json
Expand Up @@ -16,5 +16,5 @@
]
}
},
"version": "3.4.0"
"version": "3.5.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
@@ -1,6 +1,6 @@
{
"name": "@eclipse-ditto/ditto-javascript-client-api",
"version": "3.4.0",
"version": "3.5.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
@@ -1,6 +1,6 @@
{
"name": "@eclipse-ditto/ditto-javascript-client-dom",
"version": "3.4.0",
"version": "3.5.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
@@ -1,6 +1,6 @@
{
"name": "@eclipse-ditto/ditto-javascript-client-node",
"version": "3.4.0",
"version": "3.5.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
@@ -1,6 +1,6 @@
{
"name": "@eclipse-ditto/ditto-javascript-client",
"version": "3.4.0",
"version": "3.5.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 8520dd9

Please sign in to comment.