From fa2b8ac63f9dea0f0b485ebc1cb1b8b2abc37c6b Mon Sep 17 00:00:00 2001 From: Andrew Watson Date: Wed, 9 Aug 2023 09:55:54 -0700 Subject: [PATCH] 0.5.2 Bump (#235) * Update with relevant details * Delete apk source * Bump metaplex and solana web3 deps * Add process exit just to be sure that the CLI doesn't hang needlessly * Revert "Bump metaplex and solana web3 deps" This reverts commit f3e6ac6a3b2f2611e21ef8547762b7f4aa678415. * Make things work right * Address ticket #230 - whenever there is an error return a non-zero exit code * More async/await fixes * Yaml multiline long desc support should be in place * Improve PublishDetails.ts AAPT2 comment * Remove process exit that kills certain tasks prematurely * Fix a small bug * Bump version to 0.5.2 --------- Co-authored-by: creativedrewy Co-authored-by: Raymond Jacobson --- packages/cli/package.json | 4 ++-- packages/cli/src/CliUtils.ts | 2 +- packages/core/package.json | 2 +- pnpm-lock.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index d258ec9..5e1bd10 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@solana-mobile/dapp-store-cli", - "version": "0.5.1", + "version": "0.5.2", "license": "Apache-2.0", "type": "module", "sideEffects": false, @@ -53,7 +53,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.321.1", "@metaplex-foundation/js-plugin-aws": "^0.18.3", - "@solana-mobile/dapp-store-publishing-tools": "workspace:0.5.1", + "@solana-mobile/dapp-store-publishing-tools": "workspace:0.5.2", "@solana/web3.js": "1.68.0", "@types/semver": "^7.3.13", "ajv": "^8.11.0", diff --git a/packages/cli/src/CliUtils.ts b/packages/cli/src/CliUtils.ts index af0a9c7..259a325 100644 --- a/packages/cli/src/CliUtils.ts +++ b/packages/cli/src/CliUtils.ts @@ -18,7 +18,7 @@ import { awsStorage } from "@metaplex-foundation/js-plugin-aws"; import { S3StorageManager } from "./config/index.js"; export class Constants { - static CLI_VERSION = "0.5.1"; + static CLI_VERSION = "0.5.2"; static CONFIG_FILE_NAME = "config.yaml"; static DEFAULT_RPC_DEVNET = "https://api.devnet.solana.com"; diff --git a/packages/core/package.json b/packages/core/package.json index d87aa7e..d725798 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@solana-mobile/dapp-store-publishing-tools", - "version": "0.5.1", + "version": "0.5.2", "license": "Apache-2.0", "type": "module", "sideEffects": false, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8156ec8..1cdac26 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,7 +59,7 @@ importers: specifier: ^0.18.3 version: 0.18.3 '@solana-mobile/dapp-store-publishing-tools': - specifier: workspace:0.5.1 + specifier: workspace:0.5.2 version: link:../core '@solana/web3.js': specifier: 1.68.0