Skip to content

Commit

Permalink
Bump versoin + update command
Browse files Browse the repository at this point in the history
  • Loading branch information
mironiasty committed Aug 1, 2024
1 parent eb8af82 commit c7b6c53
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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 }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fishjam-web-sdk",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down Expand Up @@ -35,4 +35,4 @@
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.5.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -62,4 +62,4 @@
"example": "examples"
},
"packageManager": "yarn@4.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/ts-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -79,4 +79,4 @@
]
},
"packageManager": "yarn@4.3.0"
}
}

0 comments on commit c7b6c53

Please sign in to comment.