Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPleshkov committed Jun 27, 2024
1 parent cf9d316 commit 6c46056
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/node-js-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Qdrant Team",
"license": "Apache-2.0",
"dependencies": {
"@qdrant/qdrant-js": "^1.9.0"
"@qdrant/qdrant-js": "^1.10.0"
}
}
6 changes: 6 additions & 0 deletions packages/js-client-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qdrant/js-client-grpc

## 1.10.0

### Minor Changes

- Qdrant v1.10.0 API

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-client-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qdrant/js-client-grpc",
"version": "1.9.0",
"version": "1.10.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down
6 changes: 6 additions & 0 deletions packages/js-client-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qdrant/js-client-rest

## 1.10.0

### Minor Changes

- Qdrant v1.10.0 API

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-client-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qdrant/js-client-rest",
"version": "1.9.0",
"version": "1.10.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down
12 changes: 12 additions & 0 deletions packages/qdrant-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @qdrant/qdrant-js

## 1.10.0

### Minor Changes

- Qdrant v1.10.0 API

### Patch Changes

- Updated dependencies []:
- @qdrant/js-client-grpc@1.10.0
- @qdrant/js-client-rest@1.10.0

## 1.9.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/qdrant-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qdrant/qdrant-js",
"version": "1.9.0",
"version": "1.10.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down Expand Up @@ -57,8 +57,8 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@qdrant/js-client-rest": "workspace:1.9.0",
"@qdrant/js-client-grpc": "workspace:1.9.0"
"@qdrant/js-client-rest": "workspace:1.10.0",
"@qdrant/js-client-grpc": "workspace:1.10.0"
},
"peerDependencies": {
"typescript": ">=4.1"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c46056

Please sign in to comment.