Skip to content

Commit

Permalink
Release v1.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 29, 2021
1 parent 244fb72 commit 29a4d23
Show file tree
Hide file tree
Showing 21 changed files with 112 additions and 32 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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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.7"
"version": "1.12.8"
}
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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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.7",
"version": "1.12.8",
"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.7",
"@saberhq/solana-contrib": "^1.12.8",
"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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**Note:** Version bump only for package @saberhq/chai-solana
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "1.12.8",
"description": "Solana Chai helpers",
"author": "Ian Macalinao <ian@saber.so>",
"homepage": "https://github.com/saber-hq/saber-common#readme",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"devDependencies": {
"@project-serum/anchor": "^0.19.1-beta.1",
"@saberhq/solana-contrib": "^1.12.7",
"@saberhq/token-utils": "^1.12.7",
"@saberhq/solana-contrib": "^1.12.8",
"@saberhq/token-utils": "^1.12.8",
"@solana/web3.js": "^1.31.0",
"bn.js": "^5.2.0",
"jsbi": "^4.1.0"
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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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.7",
"version": "1.12.8",
"description": "Saber base React ESLint config",
"keywords": [
"eslint",
Expand Down Expand Up @@ -28,7 +28,7 @@
"eslint": ">=7"
},
"dependencies": {
"@saberhq/eslint-config": "^1.12.7",
"@saberhq/eslint-config": "^1.12.8",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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.7",
"version": "1.12.8",
"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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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.7",
"version": "1.12.8",
"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: 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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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 <team@saber.so>",
"version": "1.12.7",
"version": "1.12.8",
"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.7",
"@saberhq/token-utils": "^1.12.7",
"@saberhq/solana-contrib": "^1.12.8",
"@saberhq/token-utils": "^1.12.8",
"@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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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.7",
"version": "1.12.8",
"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.7",
"@saberhq/solana-contrib": "^1.12.8",
"@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.7",
"@saberhq/tsconfig": "^1.12.8",
"@solana/web3.js": "^1.31.0",
"@types/bn.js": "^5.1.0",
"jsbi": "^4.1.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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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.7",
"version": "1.12.8",
"repository": "git@github.com:saber-hq/saber-common.git",
"author": "Ian Macalinao <ian@saber.so>",
"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.8 (2021-12-29)

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





## 1.12.7 (2021-12-28)

**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.7",
"version": "1.12.8",
"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.7",
"@saberhq/solana-contrib": "^1.12.8",
"@solana/wallet-adapter-base": "^0.8.1",
"@solana/wallet-adapter-coin98": "^0.4.0",
"@solana/wallet-adapter-mathwallet": "^0.8.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3211,7 +3211,7 @@ __metadata:
resolution: "@saberhq/anchor-contrib@workspace:packages/anchor-contrib"
dependencies:
"@project-serum/anchor": ^0.19.1-beta.1
"@saberhq/solana-contrib": ^1.12.7
"@saberhq/solana-contrib": ^1.12.8
"@solana/web3.js": ^1.31.0
"@types/lodash.camelcase": ^4.3.6
"@types/lodash.mapvalues": ^4.6.6
Expand All @@ -3230,8 +3230,8 @@ __metadata:
resolution: "@saberhq/chai-solana@workspace:packages/chai-solana"
dependencies:
"@project-serum/anchor": ^0.19.1-beta.1
"@saberhq/solana-contrib": ^1.12.7
"@saberhq/token-utils": ^1.12.7
"@saberhq/solana-contrib": ^1.12.8
"@saberhq/token-utils": ^1.12.8
"@solana/web3.js": ^1.31.0
"@types/chai": ^4.3.0
"@types/chai-as-promised": ^7.1.4
Expand All @@ -3256,7 +3256,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@saberhq/eslint-config-react@workspace:packages/eslint-config-react"
dependencies:
"@saberhq/eslint-config": ^1.12.7
"@saberhq/eslint-config": ^1.12.8
eslint-plugin-jsx-a11y: ^6.5.1
eslint-plugin-react: ^7.28.0
eslint-plugin-react-hooks: ^4.3.0
Expand All @@ -3265,7 +3265,7 @@ __metadata:
languageName: unknown
linkType: soft

"@saberhq/eslint-config@*, @saberhq/eslint-config@^1.12.7, @saberhq/eslint-config@workspace:packages/eslint-config":
"@saberhq/eslint-config@*, @saberhq/eslint-config@^1.12.8, @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 @@ -3327,7 +3327,7 @@ __metadata:
languageName: unknown
linkType: soft

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

"@saberhq/token-utils@^1.12.7, @saberhq/token-utils@workspace:packages/token-utils":
"@saberhq/token-utils@^1.12.8, @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.12.7
"@saberhq/tsconfig": ^1.12.7
"@saberhq/solana-contrib": ^1.12.8
"@saberhq/tsconfig": ^1.12.8
"@solana/buffer-layout": ^4.0.0
"@solana/spl-token": ^0.1.8
"@solana/web3.js": ^1.31.0
Expand All @@ -3387,7 +3387,7 @@ __metadata:
languageName: unknown
linkType: soft

"@saberhq/tsconfig@^1.12.7, @saberhq/tsconfig@workspace:packages/tsconfig":
"@saberhq/tsconfig@^1.12.8, @saberhq/tsconfig@workspace:packages/tsconfig":
version: 0.0.0-use.local
resolution: "@saberhq/tsconfig@workspace:packages/tsconfig"
languageName: unknown
Expand All @@ -3399,7 +3399,7 @@ __metadata:
dependencies:
"@ledgerhq/hw-transport": ^6.20.0
"@ledgerhq/hw-transport-webusb": ^6.20.0
"@saberhq/solana-contrib": ^1.12.7
"@saberhq/solana-contrib": ^1.12.8
"@solana/wallet-adapter-base": ^0.8.1
"@solana/wallet-adapter-coin98": ^0.4.0
"@solana/wallet-adapter-mathwallet": ^0.8.0
Expand Down

0 comments on commit 29a4d23

Please sign in to comment.