Skip to content

Commit

Permalink
Bump core [types] [sdk] [ui] version
Browse files Browse the repository at this point in the history
@liqnft/candy-shop-types -> 0.2.35
@liqnft/candy-shop-sdk -> 0.5.35
@liqnft/candy-shop -> 0.5.15
  • Loading branch information
RustySol committed Aug 25, 2022
1 parent ae12335 commit 86c7a62
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions core/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liqnft/candy-shop-sdk",
"version": "0.5.34",
"version": "0.5.35",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -9,7 +9,7 @@
"test": "ts-mocha test/**/*.spec.ts"
},
"dependencies": {
"@liqnft/candy-shop-types": "0.2.34",
"@liqnft/candy-shop-types": "0.2.35",
"@project-serum/anchor": "^0.23.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-react": "^0.15.4",
Expand Down
8 changes: 4 additions & 4 deletions core/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@liqnft/[email protected].34":
version "0.2.34"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.34.tgz#a27711630fa2e10ab35d24d71150f8a66b1dc24f"
integrity sha512-BRKt4YbIIP18JQGQmV64o3krhHbGQasvjaGL5+kSWIiwGsJK8JtPY6b10Pb7Rl1YTVnNhjPLgX4D0quYveE6Bg==
"@liqnft/[email protected].35":
version "0.2.35"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.35.tgz#94a1c558c4aeea3f0a5620986c75bce243b093f9"
integrity sha512-sPlBW+ET7AK1OB9JnvPxCIiEGZb0ctWJe7WXhxrMMTweykuSDYVHWn2z2ZZfcKMYJ7lQGlK29ygKD2lr0doijQ==

"@metaplex-foundation/beet-solana@^0.1.1":
version "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion core/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liqnft/candy-shop-types",
"version": "0.2.34",
"version": "0.2.35",
"main": "dist/index.js",
"author": "RustySol",
"license": "SEE LICENSE IN LICENSE",
Expand Down
6 changes: 3 additions & 3 deletions core/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liqnft/candy-shop",
"version": "0.5.14",
"version": "0.5.15",
"description": "Your own decentralized and escrowless marketplace in minutes",
"main": "dist/index.es.js",
"module": "dist/index.cjs.js",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@google/model-viewer": "1.8.0",
"@liqnft/candy-shop-sdk": "0.5.34",
"@liqnft/candy-shop-types": "0.2.34",
"@liqnft/candy-shop-sdk": "0.5.35",
"@liqnft/candy-shop-types": "0.2.35",
"@project-serum/anchor": "^0.23.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-react": "^0.15.0",
Expand Down
18 changes: 9 additions & 9 deletions core/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1304,12 +1304,12 @@
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-6.10.0.tgz#c012c1ecc1a0e53d50e6af381618dca5268461c1"
integrity sha512-lLseUPEhSFUXYTKj6q7s2O3s2vW2ebgA11vMAlKodXGf5AFw4zUoEbTz9CoFOC9jS6xY4Qr8BmRnxP/odT4Uuw==

"@liqnft/[email protected].34":
version "0.5.34"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-sdk/-/candy-shop-sdk-0.5.34.tgz#666786f65e274b0d6dd33e54e1ec5a0121a32a03"
integrity sha512-uK6hJLZi0cqwfhW4P6Ums2KvM2Exi2I8rV341YUhRvZWJfog2k8Kib4RdEQpNkTO2qe6i5/jGFW1+2sfuW7CXQ==
"@liqnft/[email protected].35":
version "0.5.35"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-sdk/-/candy-shop-sdk-0.5.35.tgz#24559dd55942f34ea11ec7122b2735aeeaf9c788"
integrity sha512-/hnMSofiv2rK4DnZ/MPiOfa9z2OZ5zSh4VhhpnsnZukeLZJGYtvXkQ2u+P6Zu0dHJewFZXSanZcT5uOAzS/ZRw==
dependencies:
"@liqnft/candy-shop-types" "0.2.34"
"@liqnft/candy-shop-types" "0.2.35"
"@project-serum/anchor" "^0.23.0"
"@solana/spl-token" "^0.2.0"
"@solana/wallet-adapter-react" "^0.15.4"
Expand All @@ -1319,10 +1319,10 @@
idb "^7.0.1"
qs "^6.10.3"

"@liqnft/[email protected].34":
version "0.2.34"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.34.tgz#a27711630fa2e10ab35d24d71150f8a66b1dc24f"
integrity sha512-BRKt4YbIIP18JQGQmV64o3krhHbGQasvjaGL5+kSWIiwGsJK8JtPY6b10Pb7Rl1YTVnNhjPLgX4D0quYveE6Bg==
"@liqnft/[email protected].35":
version "0.2.35"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.35.tgz#94a1c558c4aeea3f0a5620986c75bce243b093f9"
integrity sha512-sPlBW+ET7AK1OB9JnvPxCIiEGZb0ctWJe7WXhxrMMTweykuSDYVHWn2z2ZZfcKMYJ7lQGlK29ygKD2lr0doijQ==

"@nodelib/[email protected]":
version "2.1.5"
Expand Down

0 comments on commit 86c7a62

Please sign in to comment.