Skip to content

Commit

Permalink
0.5.2 Bump (#235)
Browse files Browse the repository at this point in the history
* 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 f3e6ac6.

* 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 <Andrew Watson [email protected]>
Co-authored-by: Raymond Jacobson <[email protected]>
  • Loading branch information
3 people authored Aug 9, 2023
1 parent 6cfdbbb commit fa2b8ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/CliUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit fa2b8ac

Please sign in to comment.