Skip to content

Commit 731219a

Browse files
authored
Bump v1.16.2 (#120)
1 parent bb5d0b0 commit 731219a

10 files changed

Lines changed: 28 additions & 10 deletions

File tree

examples/node-js-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Qdrant Team",
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@qdrant/qdrant-js": "^1.16.1"
18+
"@qdrant/qdrant-js": "^1.16.2"
1919
}
2020
}

packages/js-client-grpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qdrant/js-client-grpc
22

3+
## 1.16.2
4+
5+
### Patch Changes
6+
7+
- Add provenance statement for this package
8+
39
## 1.16.1
410

511
### Patch Changes

packages/js-client-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qdrant/js-client-grpc",
3-
"version": "1.16.1",
3+
"version": "1.16.2",
44
"engines": {
55
"node": ">=18.0.0",
66
"pnpm": ">=8"

packages/js-client-grpc/src/client-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const PACKAGE_VERSION = '1.16.1';
1+
export const PACKAGE_VERSION = '1.16.2';
22

33
interface Version {
44
major: number;

packages/js-client-rest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qdrant/js-client-rest
22

3+
## v1.16.2
4+
5+
### Patch Changes
6+
7+
- Add provenance statement for this package
8+
39
## v1.16.1
410

511
### Patch Changes

packages/js-client-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qdrant/js-client-rest",
3-
"version": "1.16.1",
3+
"version": "1.16.2",
44
"engines": {
55
"node": ">=18.17.0",
66
"pnpm": ">=8"

packages/js-client-rest/src/client-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const PACKAGE_VERSION = '1.16.1';
1+
export const PACKAGE_VERSION = '1.16.2';
22

33
interface Version {
44
major: number;

packages/qdrant-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qdrant/qdrant-js
22

3+
## v1.16.2
4+
5+
### Patch Changes
6+
7+
- Add provenance statement for this package
8+
39
## v1.16.1
410

511
### Patch Changes

packages/qdrant-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qdrant/qdrant-js",
3-
"version": "1.16.1",
3+
"version": "1.16.2",
44
"engines": {
55
"node": ">=18.17.0",
66
"pnpm": ">=8"
@@ -57,8 +57,8 @@
5757
"clean": "rimraf ./dist"
5858
},
5959
"dependencies": {
60-
"@qdrant/js-client-rest": "workspace:1.16.1",
61-
"@qdrant/js-client-grpc": "workspace:1.16.1"
60+
"@qdrant/js-client-rest": "workspace:1.16.2",
61+
"@qdrant/js-client-grpc": "workspace:1.16.2"
6262
},
6363
"peerDependencies": {
6464
"typescript": ">=4.1"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)