Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2023
1 parent 4420c5f commit 4c0144c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-dodos-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-cycles-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-olives-juggle.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/js-client-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @qdrant/js-client-rest

## 1.1.2

### Patch Changes

- [#6](https://github.com/qdrant/qdrant-js/pull/6) [`4420c5f`](https://github.com/qdrant/qdrant-js/commit/4420c5f5bb2a8f2cebc56b34c80c003ad77f5805) Thanks [@Rendez](https://github.com/Rendez)! - Move examples into another folder and expanded documentation

- [#6](https://github.com/qdrant/qdrant-js/pull/6) [`4420c5f`](https://github.com/qdrant/qdrant-js/commit/4420c5f5bb2a8f2cebc56b34c80c003ad77f5805) Thanks [@Rendez](https://github.com/Rendez)! - Fixes issue on Webpack and potentially other bundles to target ESM files when bundling.

- [#6](https://github.com/qdrant/qdrant-js/pull/6) [`4420c5f`](https://github.com/qdrant/qdrant-js/commit/4420c5f5bb2a8f2cebc56b34c80c003ad77f5805) Thanks [@Rendez](https://github.com/Rendez)! - Fixes default parameter host=localhost resolving to ipv6 ::1 since Node 17 by using 127.0.0.1 instead.
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.1",
"version": "1.1.2",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down
10 changes: 10 additions & 0 deletions packages/qdrant-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @qdrant/qdrant-js

## 1.1.2

### Patch Changes

- [#6](https://github.com/qdrant/qdrant-js/pull/6) [`4420c5f`](https://github.com/qdrant/qdrant-js/commit/4420c5f5bb2a8f2cebc56b34c80c003ad77f5805) Thanks [@Rendez](https://github.com/Rendez)! - Fixes issue on Webpack and potentially other bundles to target ESM files when bundling.

- Updated dependencies [[`4420c5f`](https://github.com/qdrant/qdrant-js/commit/4420c5f5bb2a8f2cebc56b34c80c003ad77f5805), [`4420c5f`](https://github.com/qdrant/qdrant-js/commit/4420c5f5bb2a8f2cebc56b34c80c003ad77f5805), [`4420c5f`](https://github.com/qdrant/qdrant-js/commit/4420c5f5bb2a8f2cebc56b34c80c003ad77f5805)]:
- @qdrant/js-client-rest@1.1.2
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.1",
"version": "1.1.2",
"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.1"
"@qdrant/js-client-rest": "workspace:1.1.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "15.0.2",
Expand Down

0 comments on commit 4c0144c

Please sign in to comment.