Skip to content

Commit

Permalink
Version Packages (#14)
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 May 3, 2023
1 parent a483121 commit 2695ac7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-ghosts-attend.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.5

### Patch Changes

- [#13](https://github.com/qdrant/qdrant-js/pull/13) [`a483121`](https://github.com/qdrant/qdrant-js/commit/a483121091a36bffa9b5b894a7e7aa0c2ad66e0b) Thanks [@Rendez](https://github.com/Rendez)! - Fix npm install script of dependency for Windows envs

## 1.1.4

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

## 1.1.5

### Patch Changes

- Updated dependencies [[`a483121`](https://github.com/qdrant/qdrant-js/commit/a483121091a36bffa9b5b894a7e7aa0c2ad66e0b)]:
- @qdrant/js-client-rest@1.1.5

## 1.1.4

### 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.4",
"version": "1.1.5",
"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.4"
"@qdrant/js-client-rest": "workspace:1.1.5"
},
"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 2695ac7

Please sign in to comment.