Skip to content

Commit

Permalink
Release v1.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2022
1 parent 9e288fb commit 9a2b6d0
Show file tree
Hide file tree
Showing 21 changed files with 142 additions and 32 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/saber-common
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "1.12.16"
"version": "1.12.17"
}
11 changes: 11 additions & 0 deletions packages/anchor-contrib/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/anchor-contrib
Expand Down
4 changes: 2 additions & 2 deletions packages/anchor-contrib/package.json
Expand Up @@ -6,7 +6,7 @@
},
"homepage": "https://saber.so",
"description": "TypeScript client for Anchor programs.",
"version": "1.12.16",
"version": "1.12.17",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"author": "Ian Macalinao <ian@saber.so>",
Expand All @@ -27,7 +27,7 @@
"@types/lodash.mapvalues": "^4.6.6"
},
"dependencies": {
"@saberhq/solana-contrib": "^1.12.16",
"@saberhq/solana-contrib": "^1.12.17",
"eventemitter3": "^4.0.7",
"lodash.camelcase": "^4.3.0",
"lodash.mapvalues": "^4.6.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/chai-solana/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/chai-solana
Expand Down
6 changes: 3 additions & 3 deletions packages/chai-solana/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/chai-solana",
"version": "1.12.16",
"version": "1.12.17",
"description": "Solana Chai helpers",
"author": "Ian Macalinao <ian@saber.so>",
"homepage": "https://github.com/saber-hq/saber-common#readme",
Expand Down Expand Up @@ -47,8 +47,8 @@
},
"devDependencies": {
"@project-serum/anchor": "^0.19.1-beta.1",
"@saberhq/solana-contrib": "^1.12.16",
"@saberhq/token-utils": "^1.12.16",
"@saberhq/solana-contrib": "^1.12.17",
"@saberhq/token-utils": "^1.12.17",
"@solana/web3.js": "^1.31.0",
"bn.js": "^5.2.0",
"jsbi": "^4.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/eslint-config-react",
"version": "1.12.16",
"version": "1.12.17",
"description": "Saber base React ESLint config",
"keywords": [
"eslint",
Expand Down Expand Up @@ -28,7 +28,7 @@
"eslint": ">=7"
},
"dependencies": {
"@saberhq/eslint-config": "^1.12.16",
"@saberhq/eslint-config": "^1.12.17",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/eslint-config",
"version": "1.12.16",
"version": "1.12.17",
"description": "Saber base ESLint config",
"keywords": [
"eslint",
Expand Down
11 changes: 11 additions & 0 deletions packages/solana-contrib/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/solana-contrib
Expand Down
2 changes: 1 addition & 1 deletion packages/solana-contrib/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/solana-contrib",
"version": "1.12.16",
"version": "1.12.17",
"description": "Common types and libraries for Solana",
"author": "Ian Macalinao <ian@saber.so>",
"homepage": "https://github.com/saber-hq/saber-common#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/stableswap-sdk/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/stableswap-sdk
Expand Down
6 changes: 3 additions & 3 deletions packages/stableswap-sdk/package.json
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/saber-hq/saber-common.git"
},
"author": "Saber Team <team@saber.so>",
"version": "1.12.16",
"version": "1.12.17",
"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.12.16",
"@saberhq/token-utils": "^1.12.16",
"@saberhq/solana-contrib": "^1.12.17",
"@saberhq/token-utils": "^1.12.17",
"@solana/buffer-layout": "^4.0.0",
"lodash.mapvalues": "^4.6.0",
"tslib": "^2.3.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/token-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/solana-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/token-utils
Expand Down
6 changes: 3 additions & 3 deletions packages/token-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@saberhq/token-utils",
"description": "Token-related math and transaction utilities for Solana.",
"version": "1.12.16",
"version": "1.12.17",
"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.12.16",
"@saberhq/solana-contrib": "^1.12.17",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.1.8",
"@ubeswap/token-math": "^4.4.1",
Expand All @@ -29,7 +29,7 @@
"src/"
],
"devDependencies": {
"@saberhq/tsconfig": "^1.12.16",
"@saberhq/tsconfig": "^1.12.17",
"@solana/web3.js": "^1.31.0",
"@types/bn.js": "^5.1.0",
"jsbi": "^4.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/tsconfig
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
@@ -1,7 +1,7 @@
{
"name": "@saberhq/tsconfig",
"description": "Saber TypeScript configurations.",
"version": "1.12.16",
"version": "1.12.17",
"repository": "git@github.com:saber-hq/saber-common.git",
"author": "Ian Macalinao <ian@saber.so>",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-solana/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.17 (2022-01-05)


### Bug Fixes

* instruction logs should return a string ([9e288fb](https://github.com/saber-hq/saber-common/commit/9e288fb1811cd62759e0e9bb13fff1334013f086))





## 1.12.16 (2022-01-05)

**Note:** Version bump only for package @saberhq/use-solana
Expand Down
4 changes: 2 additions & 2 deletions packages/use-solana/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/use-solana",
"version": "1.12.16",
"version": "1.12.17",
"description": "Solana utilities for React applications.",
"homepage": "https://saber.so",
"repository": "git@github.com:saber-hq/saber-common.git",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@ledgerhq/hw-transport": "^6.20.0",
"@ledgerhq/hw-transport-webusb": "^6.20.0",
"@saberhq/solana-contrib": "^1.12.16",
"@saberhq/solana-contrib": "^1.12.17",
"@solana/wallet-adapter-base": "^0.9.0",
"@solana/wallet-adapter-coin98": "^0.5.0",
"@solana/wallet-adapter-mathwallet": "^0.9.0",
Expand Down

0 comments on commit 9a2b6d0

Please sign in to comment.