Skip to content

Commit

Permalink
Manual version bump v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendez committed Apr 25, 2023
1 parent ef2fd42 commit 8af1d30
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 22 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Archive npm failure logs
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: npm-logs
path: ~/.npm/_logs
retention-days: 30
36 changes: 18 additions & 18 deletions examples/node-js-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"private": true,
"name": "qdrant-node-js-basic-example",
"version": "0.0.0",
"description": "Basic example of how to use qdrant JS client with Node",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"qdrant",
"vector",
"search"
],
"author": "Qdrant Team",
"license": "Apache-2.0",
"dependencies": {
"@qdrant/js-client-rest": "^1.1.1"
}
"private": true,
"name": "qdrant-node-js-basic-example",
"version": "0.0.0",
"description": "Basic example of how to use qdrant JS client with Node",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"qdrant",
"vector",
"search"
],
"author": "Qdrant Team",
"license": "Apache-2.0",
"dependencies": {
"@qdrant/js-client-rest": "^1.1.3"
}
}
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.2",
"version": "1.1.3",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
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.2",
"version": "1.1.3",
"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.2"
"@qdrant/js-client-rest": "workspace:1.1.3"
},
"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 8af1d30

Please sign in to comment.