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.75
@liqnft/candy-shop-sdk -> 0.5.75
@liqnft/candy-shop -> 0.5.39
  • Loading branch information
RustySol committed Feb 6, 2023
1 parent 69c94de commit dd82ee2
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.74",
"version": "0.5.75",
"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.74",
"@liqnft/candy-shop-types": "0.2.75",
"@opensea/seaport-js": "^1.0.8",
"@project-serum/anchor": "^0.23.0",
"@solana/spl-token": "^0.2.0",
Expand Down
8 changes: 4 additions & 4 deletions core/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -856,10 +856,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@liqnft/candy-shop-types@0.2.74":
version "0.2.74"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.74.tgz#b3d6ff898e7045c5dc02342732e57e745fafcb7c"
integrity sha512-If/4QLSXSvNaM9vDdxhuLR6n6+kMYDxA9Ko01t/qN0aauJ4srdPd4MNPbaraPWfi0q4U/Oq6RlxkgsxsWxkerQ==
"@liqnft/candy-shop-types@0.2.75":
version "0.2.75"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.75.tgz#1f21d737fe6e09e56a90b7c6527214ca92f70ff3"
integrity sha512-ZciUh4WdrgIRvrgS9jLOA6+iaw3rrh99hYYzf1fr7+CKynigPB7/itcJR7T8wGWw+v/zwWhibsw+vjdU0tGnGw==

"@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.74",
"version": "0.2.75",
"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.38",
"version": "0.5.39",
"description": "Your own decentralized and escrowless marketplace in minutes",
"main": "dist/index.es.js",
"module": "dist/index.cjs.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@google/model-viewer": "1.8.0",
"@liqnft/candy-shop-sdk": "0.5.74",
"@liqnft/candy-shop-types": "0.2.74",
"@liqnft/candy-shop-sdk": "0.5.75",
"@liqnft/candy-shop-types": "0.2.75",
"@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 @@ -1782,12 +1782,12 @@
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-6.10.0.tgz#c012c1ecc1a0e53d50e6af381618dca5268461c1"
integrity sha512-lLseUPEhSFUXYTKj6q7s2O3s2vW2ebgA11vMAlKodXGf5AFw4zUoEbTz9CoFOC9jS6xY4Qr8BmRnxP/odT4Uuw==

"@liqnft/candy-shop-sdk@0.5.74":
version "0.5.74"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-sdk/-/candy-shop-sdk-0.5.74.tgz#3f6acad62e4035a39dc70cf88ed7b70b4e8bbbe8"
integrity sha512-xOEWvA1+cs78qZ4CGrF6IZ2Qnr2n0a6WI+8/pYIEmU0+r+KxssA4bVC0npiJm1r65zpIM3u7YexBBXtrMZQsLA==
"@liqnft/candy-shop-sdk@0.5.75":
version "0.5.75"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-sdk/-/candy-shop-sdk-0.5.75.tgz#8bd70f9a9410c6144c1cdd20bae8ffbe5d745f97"
integrity sha512-HbtuctBsBnlbidlNFXvLhgSqJWNhgtHm9de9KE2QOMi2lvHYYoa00l1pEipbd9pInDr6SkUk67RIeIAnIiJvuQ==
dependencies:
"@liqnft/candy-shop-types" "0.2.74"
"@liqnft/candy-shop-types" "0.2.75"
"@opensea/seaport-js" "^1.0.8"
"@project-serum/anchor" "^0.23.0"
"@solana/spl-token" "^0.2.0"
Expand All @@ -1799,10 +1799,10 @@
idb "^7.0.1"
qs "^6.10.3"

"@liqnft/candy-shop-types@0.2.74":
version "0.2.74"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.74.tgz#b3d6ff898e7045c5dc02342732e57e745fafcb7c"
integrity sha512-If/4QLSXSvNaM9vDdxhuLR6n6+kMYDxA9Ko01t/qN0aauJ4srdPd4MNPbaraPWfi0q4U/Oq6RlxkgsxsWxkerQ==
"@liqnft/candy-shop-types@0.2.75":
version "0.2.75"
resolved "https://registry.yarnpkg.com/@liqnft/candy-shop-types/-/candy-shop-types-0.2.75.tgz#1f21d737fe6e09e56a90b7c6527214ca92f70ff3"
integrity sha512-ZciUh4WdrgIRvrgS9jLOA6+iaw3rrh99hYYzf1fr7+CKynigPB7/itcJR7T8wGWw+v/zwWhibsw+vjdU0tGnGw==

"@opensea/seaport-js@^1.0.8":
version "1.0.8"
Expand Down

0 comments on commit dd82ee2

Please sign in to comment.