Skip to content

Commit 8520dd9

Browse files
committed
prepare JS client release
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
1 parent 99c3624 commit 8520dd9

File tree

10 files changed

+25
-13
lines changed

10 files changed

+25
-13
lines changed

javascript/CHANGELOG.md

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

4+
## [3.5.0] - 2024-01-26
5+
6+
### Dependencies
7+
8+
No dependencies were explicitly updated.
9+
10+
### Features / Bug fixes
11+
12+
#### \#226 Search and count by post in JS client
13+
14+
PR #226 adds support for performing search via HTTP `POST` verb to the Ditto JS client
15+
416
## [3.4.0] - 2023-10-12
517

618
### 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.4.0"
19+
"version": "3.5.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.4.0",
3+
"version": "3.5.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.4.0",
3+
"version": "3.5.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.4.0",
3+
"version": "3.5.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.4.0",
3+
"version": "3.5.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)