Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Aug 31, 2021
1 parent a73def0 commit 00e9ff6
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "0.15.0"
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion packages/anchor-contrib/package.json
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/saber-hq/saber-common.git"
},
"version": "0.15.0",
"version": "0.16.0",
"main": "dist/index.js",
"author": "Ian Macalinao <ian@saber.so>",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/chai-solana/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/chai-solana",
"version": "0.15.0",
"version": "0.16.0",
"description": "Solana Chai helpers",
"author": "Ian Macalinao <ian@saber.so>",
"homepage": "https://github.com/saber-hq/use-solana#readme",
Expand All @@ -24,8 +24,8 @@
],
"dependencies": {
"@project-serum/anchor": "^0.13.0",
"@saberhq/solana-contrib": "^0.15.0",
"@saberhq/token-utils": "^0.15.0",
"@saberhq/solana-contrib": "^0.16.0",
"@saberhq/token-utils": "^0.16.0",
"@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/eslint-config-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/eslint-config-react",
"version": "0.15.0",
"version": "0.16.0",
"description": "Saber base React ESLint config",
"keywords": [
"eslint",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/saber-hq/saber-common/issues"
},
"dependencies": {
"@saberhq/eslint-config": "^0.15.0",
"@saberhq/eslint-config": "^0.16.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/eslint-config",
"version": "0.15.0",
"version": "0.16.0",
"description": "Saber base ESLint config",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/solana-contrib/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/solana-contrib",
"version": "0.15.0",
"version": "0.16.0",
"description": "Common types and libraries for Solana",
"author": "Ian Macalinao <ian@saber.so>",
"homepage": "https://github.com/saber-hq/saber-common#readme",
Expand Down
8 changes: 4 additions & 4 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.15.0",
"version": "0.16.0",
"main": "dist/index.js",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"devDependencies": {
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@saberhq/eslint-config": "^0.15.0",
"@saberhq/solana-contrib": "^0.15.0",
"@saberhq/eslint-config": "^0.16.0",
"@saberhq/solana-contrib": "^0.16.0",
"@types/bs58": "^4.0.1",
"@types/jest": "^27.0.1",
"@types/lodash.mapvalues": "^4.6.6",
Expand All @@ -36,7 +36,7 @@
"typescript": "^4.4.2"
},
"dependencies": {
"@saberhq/token-utils": "^0.15.0",
"@saberhq/token-utils": "^0.16.0",
"@solana/web3.js": "^1.24.0",
"@types/bn.js": "^5.1.0",
"@types/yargs": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/token-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/token-utils",
"version": "0.15.0",
"version": "0.16.0",
"repository": "git@github.com:saber-hq/solana-common.git",
"author": "Ian Macalinao <ian@saber.so>",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@saberhq/solana-contrib": "^0.15.0",
"@saberhq/solana-contrib": "^0.16.0",
"@solana/spl-token": "^0.1.5",
"@solana/spl-token-registry": "^0.2.226",
"@solana/web3.js": "^1.23.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/use-solana-demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/use-solana-demo",
"version": "0.15.0",
"version": "0.16.0",
"main": "dist/index.html",
"private": true,
"license": "MIT",
Expand All @@ -12,8 +12,8 @@
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@reach/dialog": "^0.16.0",
"@saberhq/solana-contrib": "^0.15.0",
"@saberhq/use-solana": "^0.15.0",
"@saberhq/solana-contrib": "^0.16.0",
"@saberhq/use-solana": "^0.16.0",
"antd": "^4.16.9",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-solana/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/use-solana",
"version": "0.15.0",
"version": "0.16.0",
"repository": "git@github.com:saber-hq/solana-common.git",
"author": "Ian Macalinao <ian@saber.so>",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"@ledgerhq/hw-transport": "^6.0.2",
"@ledgerhq/hw-transport-webusb": "^6.0.2",
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@saberhq/solana-contrib": "^0.15.0",
"@saberhq/solana-contrib": "^0.16.0",
"@solana/web3.js": "^1.23.0",
"@types/bs58": "^4.0.1",
"bs58": "^4.0.1",
Expand Down

1 comment on commit 00e9ff6

@vercel
Copy link

@vercel vercel bot commented on 00e9ff6 Aug 31, 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.