Skip to content

Commit

Permalink
Version Packages (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 2, 2023
1 parent ec44ced commit abee541
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/kind-days-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-pandas-exercise.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/js-client-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @qdrant/js-client-grpc

## 1.2.1

### Patch Changes

- [#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

- [`38419ae`](https://github.com/qdrant/qdrant-js/commit/38419ae6b030f0535c74050cc73bd4a02f755028) Thanks [@Rendez](https://github.com/Rendez)! - Re-export custom errors on entry files
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.2.0",
"version": "1.2.1",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down
8 changes: 8 additions & 0 deletions packages/js-client-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @qdrant/js-client-rest

## 1.2.1

### Patch Changes

- [#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

- [`38419ae`](https://github.com/qdrant/qdrant-js/commit/38419ae6b030f0535c74050cc73bd4a02f755028) Thanks [@Rendez](https://github.com/Rendez)! - Re-export custom errors on entry files

## 1.2.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.2.0",
"version": "1.2.1",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down
10 changes: 10 additions & 0 deletions packages/qdrant-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @qdrant/qdrant-js

## 1.2.1

### Patch Changes

- [#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

- Updated dependencies [[`fb009e1`](https://github.com/qdrant/qdrant-js/commit/fb009e1efec42b6383a6f0e764312a39808ee932), [`38419ae`](https://github.com/qdrant/qdrant-js/commit/38419ae6b030f0535c74050cc73bd4a02f755028)]:
- @qdrant/js-client-grpc@1.2.1
- @qdrant/js-client-rest@1.2.1

## 1.2.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.2.0",
"version": "1.2.1",
"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.2.0",
"@qdrant/js-client-grpc": "workspace:1.2.0"
"@qdrant/js-client-rest": "workspace:1.2.1",
"@qdrant/js-client-grpc": "workspace:1.2.1"
},
"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 abee541

Please sign in to comment.