Skip to content

Commit

Permalink
Version Packages (#16)
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 11, 2023
1 parent 1f0605a commit 5ca1cc2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/stupid-lions-melt.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.6

### Patch Changes

- [`1f0605a`](https://github.com/qdrant/qdrant-js/commit/1f0605ab455d4dadf5940dbe2760c5d4092fddd6) Thanks [@Rendez](https://github.com/Rendez)! - Use @qdrant/openapi-typescript-fetch as dependency

## 1.1.5

### 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.5",
"version": "1.1.6",
"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.6

### Patch Changes

- Updated dependencies [[`1f0605a`](https://github.com/qdrant/qdrant-js/commit/1f0605ab455d4dadf5940dbe2760c5d4092fddd6)]:
- @qdrant/js-client-rest@1.1.6

## 1.1.5

### 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.5",
"version": "1.1.6",
"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.5"
"@qdrant/js-client-rest": "workspace:1.1.6"
},
"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 5ca1cc2

Please sign in to comment.