Skip to content

Commit

Permalink
bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Jan 13, 2025
1 parent 93d5e96 commit 284a3ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
value: [sdk-governance, sdk-ink]
value: [common-utils, sdk-governance, sdk-ink]
steps:
- uses: actions/checkout@v4
- name: Check if version has been updated
Expand Down
2 changes: 1 addition & 1 deletion packages/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot-api/common-sdk-utils",
"version": "0.0.1",
"version": "0.0.1-0",
"sideEffects": false,
"author": "Victor Oliva (https://github.com/voliva)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot-api/sdk-governance",
"version": "0.0.1",
"version": "0.0.1-0",
"sideEffects": false,
"author": "Victor Oliva (https://github.com/voliva)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-ink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot-api/sdk-ink",
"version": "0.0.1",
"version": "0.0.1-0",
"sideEffects": false,
"author": "Victor Oliva (https://github.com/voliva)",
"repository": {
Expand Down

0 comments on commit 284a3ee

Please sign in to comment.