Skip to content

Commit 4862337

Browse files
Release v1.12.30
1 parent 45f9cba commit 4862337

File tree

21 files changed

+145
-35
lines changed

21 files changed

+145
-35
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.12.30 (2022-01-16)
7+
8+
9+
### Features
10+
11+
* Adds TransactionEnvelope.pack ([#460](https://github.com/saber-hq/saber-common/issues/460)) ([45f9cba](https://github.com/saber-hq/saber-common/commit/45f9cba57b83bfc1e62fe826ef0503522a37f6db))
12+
13+
14+
15+
16+
617
## 1.12.29 (2022-01-15)
718

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "1.12.29"
7+
"version": "1.12.30"
88
}

packages/anchor-contrib/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.12.30 (2022-01-16)
7+
8+
9+
### Features
10+
11+
* Adds TransactionEnvelope.pack ([#460](https://github.com/saber-hq/saber-common/issues/460)) ([45f9cba](https://github.com/saber-hq/saber-common/commit/45f9cba57b83bfc1e62fe826ef0503522a37f6db))
12+
13+
14+
15+
16+
617
## 1.12.29 (2022-01-15)
718

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

packages/anchor-contrib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"homepage": "https://saber.so",
88
"description": "TypeScript client for Anchor programs.",
9-
"version": "1.12.29",
9+
"version": "1.12.30",
1010
"main": "dist/cjs/index.js",
1111
"module": "dist/esm/index.js",
1212
"author": "Ian Macalinao <[email protected]>",
@@ -29,7 +29,7 @@
2929
"bn.js": "^5.2.0"
3030
},
3131
"dependencies": {
32-
"@saberhq/solana-contrib": "^1.12.29",
32+
"@saberhq/solana-contrib": "^1.12.30",
3333
"eventemitter3": "^4.0.7",
3434
"lodash.camelcase": "^4.3.0",
3535
"lodash.mapvalues": "^4.6.0",

packages/chai-solana/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.12.30 (2022-01-16)
7+
8+
9+
### Features
10+
11+
* Adds TransactionEnvelope.pack ([#460](https://github.com/saber-hq/saber-common/issues/460)) ([45f9cba](https://github.com/saber-hq/saber-common/commit/45f9cba57b83bfc1e62fe826ef0503522a37f6db))
12+
13+
14+
15+
16+
617
## 1.12.29 (2022-01-15)
718

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

packages/chai-solana/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/chai-solana",
3-
"version": "1.12.29",
3+
"version": "1.12.30",
44
"description": "Solana Chai helpers",
55
"author": "Ian Macalinao <[email protected]>",
66
"homepage": "https://github.com/saber-hq/saber-common#readme",
@@ -24,9 +24,9 @@
2424
"src/"
2525
],
2626
"dependencies": {
27-
"@saberhq/anchor-contrib": "^1.12.29",
28-
"@saberhq/solana-contrib": "^1.12.29",
29-
"@saberhq/token-utils": "^1.12.29",
27+
"@saberhq/anchor-contrib": "^1.12.30",
28+
"@saberhq/solana-contrib": "^1.12.30",
29+
"@saberhq/token-utils": "^1.12.30",
3030
"@types/chai": "^4.3.0",
3131
"@types/chai-as-promised": "^7.1.4",
3232
"@types/promise-retry": "^1.1.3",

packages/eslint-config-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.12.30 (2022-01-16)
7+
8+
9+
### Features
10+
11+
* Adds TransactionEnvelope.pack ([#460](https://github.com/saber-hq/saber-common/issues/460)) ([45f9cba](https://github.com/saber-hq/saber-common/commit/45f9cba57b83bfc1e62fe826ef0503522a37f6db))
12+
13+
14+
15+
16+
617
## 1.12.29 (2022-01-15)
718

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

packages/eslint-config-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/eslint-config-react",
3-
"version": "1.12.29",
3+
"version": "1.12.30",
44
"description": "Saber base React ESLint config",
55
"keywords": [
66
"eslint",
@@ -28,7 +28,7 @@
2828
"eslint": ">=7"
2929
},
3030
"dependencies": {
31-
"@saberhq/eslint-config": "^1.12.29",
31+
"@saberhq/eslint-config": "^1.12.30",
3232
"eslint-plugin-jsx-a11y": "^6.5.1",
3333
"eslint-plugin-react": "^7.28.0",
3434
"eslint-plugin-react-hooks": "^4.3.0"

packages/eslint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.12.30 (2022-01-16)
7+
8+
9+
### Features
10+
11+
* Adds TransactionEnvelope.pack ([#460](https://github.com/saber-hq/saber-common/issues/460)) ([45f9cba](https://github.com/saber-hq/saber-common/commit/45f9cba57b83bfc1e62fe826ef0503522a37f6db))
12+
13+
14+
15+
16+
617
## 1.12.29 (2022-01-15)
718

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

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/eslint-config",
3-
"version": "1.12.29",
3+
"version": "1.12.30",
44
"description": "Saber base ESLint config",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)