Skip to content

Commit

Permalink
bump version to v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Apr 6, 2024
1 parent 52db5c4 commit a951fc6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
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.8.2

### Patch Changes

- [#70](https://github.com/qdrant/qdrant-js/pull/70) Bump undici from 5.28.3 to 5.28.4

## 1.8.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.8.1",
"version": "1.8.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.8.2

### Patch Changes

- [#70](https://github.com/qdrant/qdrant-js/pull/70) Bump undici from 5.28.3 to 5.28.4
- Updated dependencie []:
- @qdrant/js-client-rest@1.8.2

## 1.8.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.8.1",
"version": "1.8.2",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down Expand Up @@ -57,7 +57,7 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@qdrant/js-client-rest": "workspace:1.8.1",
"@qdrant/js-client-rest": "workspace:1.8.2",
"@qdrant/js-client-grpc": "workspace:1.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit a951fc6

Please sign in to comment.