Skip to content

Commit

Permalink
v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Aug 29, 2021
1 parent abfe64c commit fc2dbbb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "0.14.2"
"version": "0.14.3"
}
4 changes: 2 additions & 2 deletions packages/chai-solana/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/chai-solana",
"version": "0.14.2",
"version": "0.14.3",
"description": "Solana Chai helpers",
"author": "Ian Macalinao <ian@saber.so>",
"homepage": "https://github.com/saber-hq/use-solana#readme",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@project-serum/anchor": "^0.13.0",
"@saberhq/solana-contrib": "^0.14.2",
"@saberhq/token-utils": "^0.14.2",
"@saberhq/token-utils": "^0.14.3",
"@solana/web3.js": "^1.23.0",
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/stableswap-sdk/package.json
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/saber-hq/saber-common.git"
},
"author": "Saber Team <team@saber.so>",
"version": "0.14.2",
"version": "0.14.3",
"main": "dist/index.js",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^4.4.2"
},
"dependencies": {
"@saberhq/token-utils": "^0.14.2",
"@saberhq/token-utils": "^0.14.3",
"@solana/web3.js": "^1.24.0",
"@types/bn.js": "^5.1.0",
"@types/yargs": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/token-utils",
"version": "0.14.2",
"version": "0.14.3",
"repository": "git@github.com:saber-hq/solana-common.git",
"author": "Ian Macalinao <ian@saber.so>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-solana-demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/use-solana-demo",
"version": "0.14.2",
"version": "0.14.3",
"main": "dist/index.html",
"private": true,
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"@emotion/styled": "^11.3.0",
"@reach/dialog": "^0.16.0",
"@saberhq/solana-contrib": "^0.14.2",
"@saberhq/use-solana": "^0.14.2",
"@saberhq/use-solana": "^0.14.3",
"antd": "^4.16.9",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-solana/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/use-solana",
"version": "0.14.2",
"version": "0.14.3",
"repository": "git@github.com:saber-hq/solana-common.git",
"author": "Ian Macalinao <ian@saber.so>",
"license": "Apache-2.0",
Expand Down

1 comment on commit fc2dbbb

@vercel
Copy link

@vercel vercel bot commented on fc2dbbb Aug 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.