From c7b6c535030bce6b5ea3b0a7c96b7b462aed39a5 Mon Sep 17 00:00:00 2001 From: Miron Pawlik Date: Thu, 1 Aug 2024 17:35:12 +0200 Subject: [PATCH] Bump versoin + update command --- .github/workflows/release.yaml | 11 ++++------- package.json | 4 ++-- packages/react-client/package.json | 4 ++-- packages/ts-client/package.json | 4 ++-- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 03168ceb..287601b2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,9 +5,6 @@ on: jobs: publish-ts-client: runs-on: ubuntu-latest - defaults: - run: - working-directory: packages/ts-client permissions: contents: read id-token: write @@ -19,9 +16,9 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - run: yarn - working-directory: '.' - run: yarn build - - run: yarn npm publish + - run: yarn npm publish --access public + working-directory: packages/ts-client env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} publish-react-client: @@ -40,8 +37,8 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - run: yarn - working-directory: '.' - run: yarn build - - run: yarn npm publish + - run: yarn npm publish --access public + working-directory: packages/ts-client env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 0f627660..0f6dd1d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fishjam-web-sdk", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "private": true, "workspaces": [ @@ -35,4 +35,4 @@ "typedoc-material-theme": "^1.1.0", "typescript": "^5.5.4" } -} +} \ No newline at end of file diff --git a/packages/react-client/package.json b/packages/react-client/package.json index fd9a338a..a70907b5 100644 --- a/packages/react-client/package.json +++ b/packages/react-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/react-client", - "version": "0.5.0", + "version": "0.5.1", "description": "React client library for Fishjam Cloud", "license": "Apache-2.0", "author": "Fishjam Cloud Team", @@ -62,4 +62,4 @@ "example": "examples" }, "packageManager": "yarn@4.3.0" -} +} \ No newline at end of file diff --git a/packages/ts-client/package.json b/packages/ts-client/package.json index 6d16ae84..ec646487 100644 --- a/packages/ts-client/package.json +++ b/packages/ts-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/ts-client", - "version": "0.5.0", + "version": "0.5.1", "description": "Typescript client library for Fishjam Cloud", "license": "Apache-2.0", "author": "Fishjam Cloud Team", @@ -79,4 +79,4 @@ ] }, "packageManager": "yarn@4.3.0" -} +} \ No newline at end of file