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.44
@liqnft/candy-shop-sdk -> 0.5.44
@liqnft/candy-shop -> 0.5.19
  • Loading branch information
RustySol committed Oct 9, 2022
1 parent 8c06122 commit 9cf6c03
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 24 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.43",
"version": "0.5.44",
"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.43",
"@liqnft/candy-shop-types": "0.2.44",
"@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/candy-shop-types@0.2.43":
version "0.2.43"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.43.tgz#8125fce7f36845db74530f98feb95d2179ae8d78"
integrity sha512-PpW2OUBcd1vTT0bQhhgdJjj1F+2giaDk/v344bw5jAQS9gcLIQvGNnY3Q505luXFC/WjFf3kyhd4rZWRBk3LAw==
"@liqnft/candy-shop-types@0.2.44":
version "0.2.44"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.44.tgz#311030b6c831928a8bc047d22dcd97afec24dca4"
integrity sha512-iO5iXttUMmRUJUuam2STSthxaXW/fwanrHNJypH4qsJxU48kS74PeCWsRgxH45lIxeEc9DqJLe/zHTatzzLZJQ==

"@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.43",
"version": "0.2.44",
"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.18",
"version": "0.5.19",
"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.43",
"@liqnft/candy-shop-types": "0.2.40",
"@liqnft/candy-shop-sdk": "0.5.44",
"@liqnft/candy-shop-types": "0.2.44",
"@project-serum/anchor": "^0.23.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-react": "^0.15.0",
Expand Down
23 changes: 9 additions & 14 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/candy-shop-sdk@0.5.43":
version "0.5.43"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-sdk/-/candy-shop-sdk-0.5.43.tgz#88c8ca3b62d6ad0708de9060bf818275c0cb5e11"
integrity sha512-zUyDUguUHQ4Ewjj7C7n1fQaWs37zgSvqSEhEw3wQqipVoc3QnlTZ3/pYqM0ZhisXeCM70hyVul9TVXrvjzIcaQ==
"@liqnft/candy-shop-sdk@0.5.44":
version "0.5.44"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-sdk/-/candy-shop-sdk-0.5.44.tgz#91c6caf634ba6f14efcac5fba66acd70e2312151"
integrity sha512-eYdxKyZQWT7ZrPNkPtoOyHinGYITDm9yQU73ORiUpfWRqnPDqcXIkm/Y5kLd4OnsxNn8k58vqu+hVPMMCnKjdw==
dependencies:
"@liqnft/candy-shop-types" "0.2.43"
"@liqnft/candy-shop-types" "0.2.44"
"@project-serum/anchor" "^0.23.0"
"@solana/spl-token" "^0.2.0"
"@solana/wallet-adapter-react" "^0.15.4"
Expand All @@ -1319,15 +1319,10 @@
idb "^7.0.1"
qs "^6.10.3"

"@liqnft/candy-shop-types@0.2.40":
version "0.2.40"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.40.tgz#ae00eea79e7d1af5c9403950ac596e4fec9d21f4"
integrity sha512-9GuKOAICxJbcgO+ZSaWMgsZA0f0Th0MPjm2+7WPBqnmSy+yZSjjdGLySYyudEF/xkmSZ3npDiTwtSXbIPaRrhg==

"@liqnft/candy-shop-types@0.2.43":
version "0.2.43"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.43.tgz#8125fce7f36845db74530f98feb95d2179ae8d78"
integrity sha512-PpW2OUBcd1vTT0bQhhgdJjj1F+2giaDk/v344bw5jAQS9gcLIQvGNnY3Q505luXFC/WjFf3kyhd4rZWRBk3LAw==
"@liqnft/candy-shop-types@0.2.44":
version "0.2.44"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.44.tgz#311030b6c831928a8bc047d22dcd97afec24dca4"
integrity sha512-iO5iXttUMmRUJUuam2STSthxaXW/fwanrHNJypH4qsJxU48kS74PeCWsRgxH45lIxeEc9DqJLe/zHTatzzLZJQ==

"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
Expand Down

0 comments on commit 9cf6c03

Please sign in to comment.