Skip to content

Commit abee541

Browse files
Version Packages (#25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec44ced commit abee541

File tree

9 files changed

+34
-20
lines changed

9 files changed

+34
-20
lines changed

.changeset/kind-days-explain.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/wild-pandas-exercise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @qdrant/js-client-grpc
2+
3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/qdrant/qdrant-js/pull/24) [`fb009e1`](https://github.com/qdrant/qdrant-js/commit/fb009e1efec42b6383a6f0e764312a39808ee932) Thanks [@Rendez](https://github.com/Rendez)! - Added gRPC client
8+
9+
- [`38419ae`](https://github.com/qdrant/qdrant-js/commit/38419ae6b030f0535c74050cc73bd4a02f755028) Thanks [@Rendez](https://github.com/Rendez)! - Re-export custom errors on entry files

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.2.0",
3+
"version": "1.2.1",
44
"engines": {
55
"node": ">=18.0.0",
66
"pnpm": ">=8"

packages/js-client-rest/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/qdrant/qdrant-js/pull/24) [`fb009e1`](https://github.com/qdrant/qdrant-js/commit/fb009e1efec42b6383a6f0e764312a39808ee932) Thanks [@Rendez](https://github.com/Rendez)! - Added gRPC client
8+
9+
- [`38419ae`](https://github.com/qdrant/qdrant-js/commit/38419ae6b030f0535c74050cc73bd4a02f755028) Thanks [@Rendez](https://github.com/Rendez)! - Re-export custom errors on entry files
10+
311
## 1.2.0
412

513
### Minor 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.2.0",
3+
"version": "1.2.1",
44
"engines": {
55
"node": ">=18.0.0",
66
"pnpm": ">=8"

packages/qdrant-js/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/qdrant/qdrant-js/pull/24) [`fb009e1`](https://github.com/qdrant/qdrant-js/commit/fb009e1efec42b6383a6f0e764312a39808ee932) Thanks [@Rendez](https://github.com/Rendez)! - Added gRPC client
8+
9+
- Updated dependencies [[`fb009e1`](https://github.com/qdrant/qdrant-js/commit/fb009e1efec42b6383a6f0e764312a39808ee932), [`38419ae`](https://github.com/qdrant/qdrant-js/commit/38419ae6b030f0535c74050cc73bd4a02f755028)]:
10+
- @qdrant/js-client-grpc@1.2.1
11+
- @qdrant/js-client-rest@1.2.1
12+
313
## 1.2.0
414

515
### Minor 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.2.0",
3+
"version": "1.2.1",
44
"engines": {
55
"node": ">=18.0.0",
66
"pnpm": ">=8"
@@ -57,8 +57,8 @@
5757
"clean": "rimraf ./dist"
5858
},
5959
"dependencies": {
60-
"@qdrant/js-client-rest": "workspace:1.2.0",
61-
"@qdrant/js-client-grpc": "workspace:1.2.0"
60+
"@qdrant/js-client-rest": "workspace:1.2.1",
61+
"@qdrant/js-client-grpc": "workspace:1.2.1"
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)