From 5050b99c166707bc76a5e73a48804696ca7afce4 Mon Sep 17 00:00:00 2001 From: Pavel Murygin Date: Tue, 19 Jan 2021 16:33:33 +0300 Subject: [PATCH 1/2] publishing branch packages with beta tag to hide it from being latest --- .github/workflows/publish_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_branch.yml b/.github/workflows/publish_branch.yml index 6747e913d..1dcdc8568 100644 --- a/.github/workflows/publish_branch.yml +++ b/.github/workflows/publish_branch.yml @@ -80,6 +80,6 @@ jobs: - run: npm i - run: npm run build - - run: npm publish --access public + - run: npm publish --access public --tag=beta env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} From a9ee28bd8f9023f0b9490e80c6ead711b0d559af Mon Sep 17 00:00:00 2001 From: Pavel Murygin Date: Tue, 19 Jan 2021 16:43:04 +0300 Subject: [PATCH 2/2] Update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 880486ce0..f2e7236c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/fluence", - "version": "0.8.0", + "version": "0.9.0", "description": "JS SDK for the Fluence network", "main": "./dist/index.js", "typings": "./dist/index.d.ts",