From c64caec9d542ee39fc96093754f0ac04e074a892 Mon Sep 17 00:00:00 2001 From: armaniferrante Date: Tue, 22 Jun 2021 22:59:36 -0700 Subject: [PATCH] v0.1.8 --- package.json | 6 +++--- yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 65cc02a..7dfabfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@project-serum/swap-ui", - "version": "0.1.7", + "version": "0.1.8", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/project-serum/swap-ui", @@ -8,7 +8,7 @@ "dependencies": { "@fontsource/roboto": "^4.3.0", "@project-serum/serum": "^0.13.34", - "@project-serum/swap": "^0.1.0-alpha.26", + "@project-serum/swap": "^0.1.0-alpha.28", "@solana/spl-token": "^0.1.4" }, "peerDependencies": { @@ -42,7 +42,7 @@ "@project-serum/anchor": "^0.7.0", "@project-serum/serum": "^0.13.34", "@project-serum/sol-wallet-adapter": "^0.2.0", - "@project-serum/swap": "^0.1.0-alpha.26", + "@project-serum/swap": "^0.1.0-alpha.28", "@solana/spl-token": "^0.1.4", "@solana/spl-token-registry": "^0.2.86", "@solana/web3.js": "^1.17.0", diff --git a/yarn.lock b/yarn.lock index c0708ac..ed76d1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1654,10 +1654,10 @@ bs58 "^4.0.1" eventemitter3 "^4.0.4" -"@project-serum/swap@^0.1.0-alpha.26": - version "0.1.0-alpha.26" - resolved "https://registry.yarnpkg.com/@project-serum/swap/-/swap-0.1.0-alpha.26.tgz#08116559a16bfcca2bb349c9b23c092d306e390f" - integrity sha512-qGaARa8EgrOIk49u8+EyahaKBEup+oPCBp/12Yp23hWdjpKOzWN6QdtJHfSxzPSO4BuzG3Z149k0nVYSVmbmcA== +"@project-serum/swap@^0.1.0-alpha.28": + version "0.1.0-alpha.28" + resolved "https://registry.yarnpkg.com/@project-serum/swap/-/swap-0.1.0-alpha.28.tgz#523bb161c2d0011f4df0317ed31b77107f72ed06" + integrity sha512-LJ6roKiK43JyAjjDNejXxyFurngXI+YVNdliTnedKp8MgJm6QFj2S8606xiD0Col3aXI6jq7Y6xw6CczHc1j4g== dependencies: "@project-serum/serum" "^0.13.34" "@solana/spl-token" "^0.1.3"