Skip to content

Commit

Permalink
Release v1.12.57
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2022
1 parent 565f429 commit 44103c7
Show file tree
Hide file tree
Showing 21 changed files with 115 additions and 35 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/saber-common





## 1.12.56 (2022-03-22)

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

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/anchor-contrib





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/anchor-contrib
Expand Down
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.12.56",
"version": "1.12.57",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"author": "Ian Macalinao <[email protected]>",
Expand All @@ -29,7 +29,7 @@
"bn.js": "^5.2.0"
},
"dependencies": {
"@saberhq/solana-contrib": "^1.12.56",
"@saberhq/solana-contrib": "^1.12.57",
"eventemitter3": "^4.0.7",
"lodash.camelcase": "^4.3.0",
"lodash.mapvalues": "^4.6.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/chai-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/chai-solana





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/chai-solana
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.12.56",
"version": "1.12.57",
"description": "Solana Chai helpers",
"author": "Ian Macalinao <[email protected]>",
"homepage": "https://github.com/saber-hq/saber-common#readme",
Expand All @@ -24,9 +24,9 @@
"src/"
],
"dependencies": {
"@saberhq/anchor-contrib": "^1.12.56",
"@saberhq/solana-contrib": "^1.12.56",
"@saberhq/token-utils": "^1.12.56",
"@saberhq/anchor-contrib": "^1.12.57",
"@saberhq/solana-contrib": "^1.12.57",
"@saberhq/token-utils": "^1.12.57",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/promise-retry": "^1.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/eslint-config-react





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/eslint-config-react
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.12.56",
"version": "1.12.57",
"description": "Saber base React ESLint config",
"keywords": [
"eslint",
Expand Down Expand Up @@ -28,7 +28,7 @@
"eslint": ">=7"
},
"dependencies": {
"@saberhq/eslint-config": "^1.12.56",
"@saberhq/eslint-config": "^1.12.57",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/eslint-config





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/eslint-config
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.12.56",
"version": "1.12.57",
"description": "Saber base ESLint config",
"keywords": [
"eslint",
Expand Down
8 changes: 8 additions & 0 deletions packages/solana-contrib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/solana-contrib





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/solana-contrib
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.12.56",
"version": "1.12.57",
"description": "Common types and libraries for Solana",
"author": "Ian Macalinao <[email protected]>",
"homepage": "https://github.com/saber-hq/saber-common#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/stableswap-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/stableswap-sdk





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/stableswap-sdk
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 <[email protected]>",
"version": "1.12.56",
"version": "1.12.57",
"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.56",
"@saberhq/token-utils": "^1.12.56",
"@saberhq/solana-contrib": "^1.12.57",
"@saberhq/token-utils": "^1.12.57",
"@solana/buffer-layout": "^4.0.0",
"lodash.mapvalues": "^4.6.0",
"tslib": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/token-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/token-utils





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/token-utils
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.12.56",
"version": "1.12.57",
"repository": "[email protected]:saber-hq/solana-common.git",
"author": "Ian Macalinao <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@saberhq/solana-contrib": "^1.12.56",
"@saberhq/solana-contrib": "^1.12.57",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.1.8",
"@ubeswap/token-math": "^4.4.6",
Expand All @@ -29,7 +29,7 @@
"src/"
],
"devDependencies": {
"@saberhq/tsconfig": "^1.12.56",
"@saberhq/tsconfig": "^1.12.57",
"@solana/web3.js": "^1.36.0",
"@types/bn.js": "^5.1.0",
"jsbi": "^4.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/tsconfig





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/tsconfig
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.12.56",
"version": "1.12.57",
"repository": "[email protected]:saber-hq/saber-common.git",
"author": "Ian Macalinao <[email protected]>",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.12.57 (2022-03-29)

**Note:** Version bump only for package @saberhq/use-solana





## 1.12.56 (2022-03-22)

**Note:** Version bump only for package @saberhq/use-solana
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.12.56",
"version": "1.12.57",
"description": "Solana utilities for React applications.",
"homepage": "https://saber.so",
"repository": "[email protected]:saber-hq/saber-common.git",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@ledgerhq/hw-transport": "^6.24.1",
"@ledgerhq/hw-transport-webusb": "^6.24.1",
"@saberhq/solana-contrib": "^1.12.56",
"@saberhq/solana-contrib": "^1.12.57",
"@solana/wallet-adapter-base": "^0.9.4",
"@solana/wallet-adapter-clover": "^0.4.4",
"@solana/wallet-adapter-coin98": "^0.5.3",
Expand Down
Loading

0 comments on commit 44103c7

Please sign in to comment.