Skip to content

Commit

Permalink
Version Packages (#28)
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] committed Jun 3, 2023
1 parent 1e849ae commit 49ea5cb
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/serious-lies-camp.md

This file was deleted.

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.2.2

### Patch Changes

- [#27](https://github.com/qdrant/qdrant-js/pull/27) [`1e849ae`](https://github.com/qdrant/qdrant-js/commit/1e849aea8596c2f972ee602f604fe77adf136dbf) Thanks [@Rendez](https://github.com/Rendez)! - gRPC with direct NPM dependency to avoid local .tgz problems

## 1.2.1

### Patch 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.2.1",
"version": "1.2.2",
"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.2.2

### Patch Changes

- [#27](https://github.com/qdrant/qdrant-js/pull/27) [`1e849ae`](https://github.com/qdrant/qdrant-js/commit/1e849aea8596c2f972ee602f604fe77adf136dbf) Thanks [@Rendez](https://github.com/Rendez)! - gRPC with direct NPM dependency to avoid local .tgz problems

## 1.2.1

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

## 1.2.2

### Patch Changes

- Updated dependencies [[`1e849ae`](https://github.com/qdrant/qdrant-js/commit/1e849aea8596c2f972ee602f604fe77adf136dbf)]:
- @qdrant/js-client-grpc@1.2.2
- @qdrant/js-client-rest@1.2.2

## 1.2.1

### Patch 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.1",
"version": "1.2.2",
"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.1",
"@qdrant/js-client-grpc": "workspace:1.2.1"
"@qdrant/js-client-rest": "workspace:1.2.2",
"@qdrant/js-client-grpc": "workspace:1.2.2"
},
"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 49ea5cb

Please sign in to comment.