Skip to content

Commit

Permalink
new package version numbers 1.35.0
Browse files Browse the repository at this point in the history
Signed-off-by: m-francia <[email protected]>
  • Loading branch information
M-Francia committed Jan 19, 2024
1 parent 8ea4a5f commit b74f15b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-cli",
"version": "1.13.0",
"version": "1.15.0",
"description": "CLI for Hedera Stablecoin",
"main": "./build/src/index.js",
"bin": {
Expand Down
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.13.0",
"version": "1.15.0",
"description": "",
"main": "./build/typechain-types/index.js",
"module": "./build/typechain-types/index.js",
Expand Down
2 changes: 1 addition & 1 deletion defenders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accelerator-service",
"version": "1.13.0",
"version": "1.15.0",
"description": "Accelerator integration with OZ Defenders",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion hashconnect/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hashconnect",
"version": "1.13.0",
"version": "1.15.0",
"description": "hashconnect interoperability library",
"author": "Tyler Coté <[email protected]>, Nick Hanna <[email protected]>",
"license": "MIT",
Expand Down
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.13.0",
"version": "1.15.0",
"description": "stablecoin studio",
"scripts": {
"install": "node install.js && npm run build:cli:full && npm run prepare",
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-sdk",
"version": "1.13.0",
"version": "1.15.0",
"description": "stablecoin studio SDK",
"main": "./build/cjs/src/index.js",
"module": "./build/esm/src/index.js",
Expand Down
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.13.0",
"version": "1.15.0",
"files": [
"build/"
],
Expand Down

0 comments on commit b74f15b

Please sign in to comment.