Skip to content

Commit

Permalink
update shell bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglescode committed Aug 30, 2024
1 parent a18e067 commit 721a317
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/mesh-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/common",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/mesh-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/contract",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -33,11 +33,11 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@meshsdk/common": "*",
"@meshsdk/core": "*",
"@meshsdk/core-csl": "*",
"@meshsdk/core-cst": "*",
"@meshsdk/transaction": "*"
"@meshsdk/common": "1.6.14",
"@meshsdk/core": "1.6.14",
"@meshsdk/core-csl": "1.6.14",
"@meshsdk/core-cst": "1.6.14",
"@meshsdk/transaction": "1.6.14"
},
"prettier": "@meshsdk/configs/prettier",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mesh-core-csl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/core-csl",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@meshsdk/common": "*",
"@meshsdk/common": "1.6.14",
"@sidan-lab/sidan-csl-rs-browser": "0.7.5",
"@sidan-lab/sidan-csl-rs-nodejs": "0.7.5",
"json-bigint": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mesh-core-cst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/core-cst",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@harmoniclabs/cbor": "1.3.0",
"@harmoniclabs/plutus-data": "1.2.4",
"@harmoniclabs/uplc": "1.2.4",
"@meshsdk/common": "*",
"@meshsdk/common": "1.6.14",
"@stricahq/bip32ed25519": "^1.1.0",
"@stricahq/cbors": "^1.0.0",
"pbkdf2": "^3.1.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/mesh-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/core",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -32,13 +32,13 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@meshsdk/common": "*",
"@meshsdk/core-csl": "*",
"@meshsdk/core-cst": "*",
"@meshsdk/provider": "*",
"@meshsdk/react": "*",
"@meshsdk/transaction": "*",
"@meshsdk/wallet": "*"
"@meshsdk/common": "1.6.14",
"@meshsdk/core-csl": "1.6.14",
"@meshsdk/core-cst": "1.6.14",
"@meshsdk/provider": "1.6.14",
"@meshsdk/react": "1.6.14",
"@meshsdk/transaction": "1.6.14",
"@meshsdk/wallet": "1.6.14"
},
"prettier": "@meshsdk/configs/prettier",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mesh-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/provider",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@meshsdk/common": "*",
"@meshsdk/core-cst": "*",
"@meshsdk/common": "1.6.14",
"@meshsdk/core-cst": "1.6.14",
"axios": "^1.7.2"
},
"prettier": "@meshsdk/configs/prettier",
Expand Down
8 changes: 4 additions & 4 deletions packages/mesh-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/react",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"react": "^18.2.0",
"@meshsdk/common": "*",
"@meshsdk/transaction": "*",
"@meshsdk/wallet": "*"
"@meshsdk/common": "1.6.14",
"@meshsdk/transaction": "1.6.14",
"@meshsdk/wallet": "1.6.14"
},
"devDependencies": {
"@meshsdk/configs": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/mesh-transaction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/transaction",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@meshsdk/common": "*",
"@meshsdk/core-csl": "*",
"@meshsdk/core-cst": "*",
"@meshsdk/common": "1.6.14",
"@meshsdk/core-csl": "1.6.14",
"@meshsdk/core-cst": "1.6.14",
"json-bigint": "^1.0.0"
},
"prettier": "@meshsdk/configs/prettier",
Expand Down
10 changes: 5 additions & 5 deletions packages/mesh-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshsdk/wallet",
"version": "1.6.13",
"version": "1.6.14",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@meshsdk/common": "*",
"@meshsdk/core-csl": "*",
"@meshsdk/core-cst": "*",
"@meshsdk/transaction": "*",
"@meshsdk/common": "1.6.14",
"@meshsdk/core-csl": "1.6.14",
"@meshsdk/core-cst": "1.6.14",
"@meshsdk/transaction": "1.6.14",
"@nufi/dapp-client-cardano": "^0.3.1",
"@nufi/dapp-client-core": "^0.3.1"
},
Expand Down
12 changes: 12 additions & 0 deletions scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ FILES=(
for FILE in "${FILES[@]}"; do
if [ -f "$FILE" ]; then
sed -i '' -e "s/\"version\": \".*\"/\"version\": \"$VERSION\"/" "$FILE"

# Update @meshsdk dependencies to the latest version
sed -i '' -e "s/\"@meshsdk\/common\": \".*\"/\"@meshsdk\/common\": \"$VERSION\"/" "$FILE"
sed -i '' -e "s/\"@meshsdk\/contract\": \".*\"/\"@meshsdk\/contract\": \"$VERSION\"/" "$FILE"
sed -i '' -e "s/\"@meshsdk\/core\": \".*\"/\"@meshsdk\/core\": \"$VERSION\"/" "$FILE"
sed -i '' -e "s/\"@meshsdk\/core-csl\": \".*\"/\"@meshsdk\/core-csl\": \"$VERSION\"/" "$FILE"
sed -i '' -e "s/\"@meshsdk\/core-cst\": \".*\"/\"@meshsdk\/core-cst\": \"$VERSION\"/" "$FILE"
sed -i '' -e "s/\"@meshsdk\/provider\": \".*\"/\"@meshsdk\/provider\": \"$VERSION\"/" "$FILE"
sed -i '' -e "s/\"@meshsdk\/react\": \".*\"/\"@meshsdk\/react\": \"$VERSION\"/" "$FILE"
sed -i '' -e "s/\"@meshsdk\/transaction\": \".*\"/\"@meshsdk\/transaction\": \"$VERSION\"/" "$FILE"
sed -i '' -e "s/\"@meshsdk\/wallet\": \".*\"/\"@meshsdk\/wallet\": \"$VERSION\"/" "$FILE"

echo "Updated version in $FILE"
else
echo "File not found: $FILE"
Expand Down
2 changes: 1 addition & 1 deletion scripts/mesh-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A quick and easy way to bootstrap your dApps on Cardano using Mesh.",
"homepage": "https://meshjs.dev",
"author": "MeshJS",
"version": "1.6.13",
"version": "1.6.14",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 721a317

Please sign in to comment.