Skip to content

Commit

Permalink
chore: bump version (#1124)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Francia <[email protected]>
  • Loading branch information
M-Francia committed May 14, 2024
1 parent 8384316 commit 55d4a24
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 29 deletions.
3 changes: 2 additions & 1 deletion FACTORY_VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | Contract name | Address | Network |
| ------- | -------------- | ----------- | ------- |
|---------| -------------- | ----------- | ------- |
| 1.20.1 | FactoryAddress | 0.0.2167166 | Testnet |
| 1.20.0 | FactoryAddress | 0.0.2167166 | Testnet |
| 1.19.0 | FactoryAddress | 0.0.2167166 | Testnet |
| 1.18.1 | FactoryAddress | 0.0.2167166 | Testnet |
Expand Down
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-backend",
"version": "1.20.0",
"version": "1.20.1",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-cli",
"version": "1.20.0",
"version": "1.20.1",
"description": "CLI for Hedera Stablecoin",
"main": "./build/src/index.js",
"bin": {
Expand Down Expand Up @@ -78,4 +78,4 @@
"tslib": "^2.4.1",
"typescript": "4.9.4"
}
}
}
4 changes: 2 additions & 2 deletions contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-contracts",
"version": "1.20.0",
"version": "1.20.1",
"description": "",
"main": "./build/typechain-types/index.js",
"module": "./build/typechain-types/index.js",
Expand Down
4 changes: 2 additions & 2 deletions hashconnect/lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hashconnect/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hashconnect",
"version": "1.20.0",
"version": "1.20.1",
"description": "hashconnect interoperability library",
"author": "Tyler Coté <[email protected]>, Nick Hanna <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -100,4 +100,4 @@
"uuid": "^8.3.2",
"ws": "^8.8.1"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedera-stable-coin",
"version": "1.20.0",
"version": "1.20.1",
"description": "stablecoin studio",
"scripts": {
"install": "node install.js && npm run build:cli:full && npm run prepare",
Expand Down
8 changes: 4 additions & 4 deletions sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-sdk",
"version": "1.20.0",
"version": "1.20.1",
"description": "stablecoin studio SDK",
"main": "./build/cjs/src/index.js",
"module": "./build/esm/src/index.js",
Expand Down Expand Up @@ -103,4 +103,4 @@
"import": "@bladelabs/blade-web3.js"
}
}
}
}
10 changes: 5 additions & 5 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-dapp",
"version": "1.20.0",
"version": "1.20.1",
"files": [
"build/"
],
Expand Down

0 comments on commit 55d4a24

Please sign in to comment.