Skip to content

Commit

Permalink
Release v1.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2022
1 parent 52c15e8 commit fb9ffdd
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"test": "jest **/*.test.ts",
"doctor:packages": "yarn doctor packages/"
},
"version": "1.13.15",
"version": "1.13.16",
"packageManager": "yarn@3.2.1"
}
4 changes: 2 additions & 2 deletions packages/anchor-contrib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"homepage": "https://saber.so",
"description": "TypeScript client for Anchor programs.",
"version": "1.13.15",
"version": "1.13.16",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"author": "Ian Macalinao <ian@saber.so>",
Expand All @@ -30,7 +30,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@saberhq/solana-contrib": "^1.13.15",
"@saberhq/solana-contrib": "^1.13.16",
"eventemitter3": "^4.0.7",
"lodash.camelcase": "^4.3.0",
"lodash.mapvalues": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saberhq/browserslist-config",
"version": "1.13.15",
"version": "1.13.16",
"homepage": "https://saber.so",
"description": "Saber shareable config for Browserslist.",
"repository": "git@github.com:saber-hq/saber-common.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/chai-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saberhq/chai-solana",
"version": "1.13.15",
"version": "1.13.16",
"description": "Solana Chai helpers",
"author": "Ian Macalinao <ian@saber.so>",
"homepage": "https://github.com/saber-hq/saber-common#readme",
Expand All @@ -24,9 +24,9 @@
"src/"
],
"dependencies": {
"@saberhq/anchor-contrib": "^1.13.15",
"@saberhq/solana-contrib": "^1.13.15",
"@saberhq/token-utils": "^1.13.15",
"@saberhq/anchor-contrib": "^1.13.16",
"@saberhq/solana-contrib": "^1.13.16",
"@saberhq/token-utils": "^1.13.16",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/promise-retry": "^1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saberhq/eslint-config-react",
"version": "1.13.15",
"version": "1.13.16",
"description": "Saber base React ESLint config",
"keywords": [
"eslint",
Expand Down Expand Up @@ -28,7 +28,7 @@
"eslint": ">=7"
},
"dependencies": {
"@saberhq/eslint-config": "^1.13.15",
"@saberhq/eslint-config": "^1.13.16",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saberhq/eslint-config",
"version": "1.13.15",
"version": "1.13.16",
"description": "Saber base ESLint config",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/solana-contrib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saberhq/solana-contrib",
"version": "1.13.15",
"version": "1.13.16",
"description": "Common types and libraries for Solana",
"author": "Ian Macalinao <ian@saber.so>",
"homepage": "https://github.com/saber-hq/saber-common#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/stableswap-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/saber-hq/saber-common.git"
},
"author": "Saber Team <team@saber.so>",
"version": "1.13.15",
"version": "1.13.16",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"license": "Apache-2.0",
Expand All @@ -36,8 +36,8 @@
"jsbi": "^3 || ^4"
},
"dependencies": {
"@saberhq/solana-contrib": "^1.13.15",
"@saberhq/token-utils": "^1.13.15",
"@saberhq/solana-contrib": "^1.13.16",
"@saberhq/token-utils": "^1.13.16",
"@solana/buffer-layout": "^4.0.0",
"lodash.mapvalues": "^4.6.0",
"tiny-invariant": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/token-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saberhq/token-utils",
"description": "Token-related math and transaction utilities for Solana.",
"version": "1.13.15",
"version": "1.13.16",
"repository": "git@github.com:saber-hq/solana-common.git",
"author": "Ian Macalinao <ian@saber.so>",
"license": "Apache-2.0",
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@saberhq/solana-contrib": "^1.13.15",
"@saberhq/solana-contrib": "^1.13.16",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.1.8",
"@ubeswap/token-math": "^5.0.2",
Expand All @@ -29,7 +29,7 @@
"src/"
],
"devDependencies": {
"@saberhq/tsconfig": "^1.13.15",
"@saberhq/tsconfig": "^1.13.16",
"@solana/web3.js": "^1.43.1",
"@types/bn.js": "^5.1.0",
"jsbi": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saberhq/tsconfig",
"description": "Saber TypeScript configurations.",
"version": "1.13.15",
"version": "1.13.16",
"repository": "git@github.com:saber-hq/saber-common.git",
"author": "Ian Macalinao <ian@saber.so>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saberhq/use-solana",
"version": "1.13.15",
"version": "1.13.16",
"description": "Solana utilities for React applications.",
"homepage": "https://saber.so",
"repository": "git@github.com:saber-hq/saber-common.git",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@ledgerhq/hw-transport": "^6.27.1",
"@ledgerhq/hw-transport-webusb": "^6.27.1",
"@saberhq/solana-contrib": "^1.13.15",
"@saberhq/solana-contrib": "^1.13.16",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-clover": "^0.4.4",
"@solana/wallet-adapter-coin98": "^0.5.4",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2086,12 +2086,12 @@ __metadata:
languageName: node
linkType: hard

"@saberhq/anchor-contrib@^1.13.15, @saberhq/anchor-contrib@workspace:packages/anchor-contrib":
"@saberhq/anchor-contrib@^1.13.16, @saberhq/anchor-contrib@workspace:packages/anchor-contrib":
version: 0.0.0-use.local
resolution: "@saberhq/anchor-contrib@workspace:packages/anchor-contrib"
dependencies:
"@project-serum/anchor": ^0.24.2
"@saberhq/solana-contrib": ^1.13.15
"@saberhq/solana-contrib": ^1.13.16
"@solana/web3.js": ^1.43.1
"@types/lodash.camelcase": ^4.3.7
"@types/lodash.mapvalues": ^4.6.7
Expand Down Expand Up @@ -2119,9 +2119,9 @@ __metadata:
resolution: "@saberhq/chai-solana@workspace:packages/chai-solana"
dependencies:
"@project-serum/anchor": ^0.24.2
"@saberhq/anchor-contrib": ^1.13.15
"@saberhq/solana-contrib": ^1.13.15
"@saberhq/token-utils": ^1.13.15
"@saberhq/anchor-contrib": ^1.13.16
"@saberhq/solana-contrib": ^1.13.16
"@saberhq/token-utils": ^1.13.16
"@solana/web3.js": ^1.43.1
"@types/chai": ^4.3.1
"@types/chai-as-promised": ^7.1.5
Expand All @@ -2146,7 +2146,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@saberhq/eslint-config-react@workspace:packages/eslint-config-react"
dependencies:
"@saberhq/eslint-config": ^1.13.15
"@saberhq/eslint-config": ^1.13.16
eslint-plugin-jsx-a11y: ^6.5.1
eslint-plugin-react: ^7.30.0
eslint-plugin-react-hooks: ^4.5.0
Expand All @@ -2155,7 +2155,7 @@ __metadata:
languageName: unknown
linkType: soft

"@saberhq/eslint-config@*, @saberhq/eslint-config@^1.13.15, @saberhq/eslint-config@workspace:packages/eslint-config":
"@saberhq/eslint-config@*, @saberhq/eslint-config@^1.13.16, @saberhq/eslint-config@workspace:packages/eslint-config":
version: 0.0.0-use.local
resolution: "@saberhq/eslint-config@workspace:packages/eslint-config"
dependencies:
Expand Down Expand Up @@ -2213,7 +2213,7 @@ __metadata:
languageName: unknown
linkType: soft

"@saberhq/solana-contrib@^1.13.15, @saberhq/solana-contrib@workspace:packages/solana-contrib":
"@saberhq/solana-contrib@^1.13.16, @saberhq/solana-contrib@workspace:packages/solana-contrib":
version: 0.0.0-use.local
resolution: "@saberhq/solana-contrib@workspace:packages/solana-contrib"
dependencies:
Expand All @@ -2240,8 +2240,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@saberhq/stableswap-sdk@workspace:packages/stableswap-sdk"
dependencies:
"@saberhq/solana-contrib": ^1.13.15
"@saberhq/token-utils": ^1.13.15
"@saberhq/solana-contrib": ^1.13.16
"@saberhq/token-utils": ^1.13.16
"@solana/buffer-layout": ^4.0.0
"@solana/web3.js": ^1.43.1
"@types/bn.js": ^5.1.0
Expand All @@ -2260,12 +2260,12 @@ __metadata:
languageName: unknown
linkType: soft

"@saberhq/token-utils@^1.13.15, @saberhq/token-utils@workspace:packages/token-utils":
"@saberhq/token-utils@^1.13.16, @saberhq/token-utils@workspace:packages/token-utils":
version: 0.0.0-use.local
resolution: "@saberhq/token-utils@workspace:packages/token-utils"
dependencies:
"@saberhq/solana-contrib": ^1.13.15
"@saberhq/tsconfig": ^1.13.15
"@saberhq/solana-contrib": ^1.13.16
"@saberhq/tsconfig": ^1.13.16
"@solana/buffer-layout": ^4.0.0
"@solana/spl-token": ^0.1.8
"@solana/web3.js": ^1.43.1
Expand All @@ -2282,7 +2282,7 @@ __metadata:
languageName: unknown
linkType: soft

"@saberhq/tsconfig@^1.13.15, @saberhq/tsconfig@workspace:packages/tsconfig":
"@saberhq/tsconfig@^1.13.16, @saberhq/tsconfig@workspace:packages/tsconfig":
version: 0.0.0-use.local
resolution: "@saberhq/tsconfig@workspace:packages/tsconfig"
languageName: unknown
Expand All @@ -2294,7 +2294,7 @@ __metadata:
dependencies:
"@ledgerhq/hw-transport": ^6.27.1
"@ledgerhq/hw-transport-webusb": ^6.27.1
"@saberhq/solana-contrib": ^1.13.15
"@saberhq/solana-contrib": ^1.13.16
"@solana/wallet-adapter-base": ^0.9.5
"@solana/wallet-adapter-clover": ^0.4.4
"@solana/wallet-adapter-coin98": ^0.5.4
Expand Down

0 comments on commit fb9ffdd

Please sign in to comment.