Skip to content

Commit

Permalink
Version 0.3.1 Bump (#188)
Browse files Browse the repository at this point in the history
* Version bump to 0.3.1

* 0.4.0, including updated release notes
  • Loading branch information
creativedrewy authored Mar 25, 2023
1 parent 87610c7 commit d05fa2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -40,7 +40,7 @@
"shx": "^0.3.4"
},
"dependencies": {
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.3.0",
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.4.0",
"@solana/web3.js": "1.68.0",
"@types/semver": "^7.3.13",
"ajv": "^8.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ function resolveBuildToolsPath(buildToolsPath: string | undefined) {
function latestReleaseMessage() {
showMessage(
`Publishing Tools Version ${ Constants.CLI_VERSION }`,
"- The new field \`short_description\` has been added to the set of strings required in the `catalog` section for each locale.\n" +
"- You can now specify a release-specific icon in the release \`media\` section in your configuration file.", "warning"
"- Bug fixes, including enforcing \`short_description\` maximum length of 50 characters.",
"warning"
)
}

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const runImgSize = util.promisify(imageSize);
const runExec = util.promisify(exec);

export class Constants {
static CLI_VERSION = "0.3.0";
static CLI_VERSION = "0.4.0";
static CONFIG_FILE_NAME = "config.yaml";
}

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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit d05fa2c

Please sign in to comment.