Skip to content

Commit

Permalink
Version Packages (#11)
Browse files Browse the repository at this point in the history
* Version Packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 1, 2023
1 parent cbc27fa commit a6c8d8e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/smart-bees-relate.md

This file was deleted.

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

### Patch Changes

- [#10](https://github.com/qdrant/qdrant-js/pull/10) [`cbc27fa`](https://github.com/qdrant/qdrant-js/commit/cbc27fa3b75b5ff81effa8e0170e4ecc76fa5ea6) Thanks [@generall](https://github.com/generall)! - Add missing offset param in scroll

## 1.1.2

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

## 1.1.4

### Patch Changes

- [#10](https://github.com/qdrant/qdrant-js/pull/10) [`cbc27fa`](https://github.com/qdrant/qdrant-js/commit/cbc27fa3b75b5ff81effa8e0170e4ecc76fa5ea6) Thanks [@generall](https://github.com/generall)! - Add missing offset param in scroll

- Updated dependencies [[`cbc27fa`](https://github.com/qdrant/qdrant-js/commit/cbc27fa3b75b5ff81effa8e0170e4ecc76fa5ea6)]:
- @qdrant/js-client-rest@1.1.4

## 1.1.2

### 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.1.3",
"version": "1.1.4",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down Expand Up @@ -42,7 +42,7 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@qdrant/js-client-rest": "workspace:1.1.3"
"@qdrant/js-client-rest": "workspace:1.1.4"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "15.0.2",
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 a6c8d8e

Please sign in to comment.