Skip to content

Commit 1fa4b78

Browse files
Version Packages (#1185)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9bde4d7 commit 1fa4b78

File tree

92 files changed

+589
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+589
-119
lines changed

.changeset/eight-tigers-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-kids-return.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

.changeset/lazy-cats-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-mugs-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-lands-hunt.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/true-otters-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/accounts/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @solana/accounts
22

3+
## 5.4.0
4+
5+
### Minor Changes
6+
7+
- [#1152](https://github.com/anza-xyz/kit/pull/1152) [`fb1c576`](https://github.com/anza-xyz/kit/commit/fb1c5761122bebc9955179a911a79a33a391e032) Thanks [@rajgoesout](https://github.com/rajgoesout)! - Include program + type when available in fetchJsonParsedAccount
8+
9+
### Patch Changes
10+
11+
- [#1187](https://github.com/anza-xyz/kit/pull/1187) [`f5f89eb`](https://github.com/anza-xyz/kit/commit/f5f89eb8e769d5b6056b2f686d51a7ef4a0d1d09) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Make Typescript peer dependency optional + reduce required version to ^5
12+
13+
- Updated dependencies [[`f5f89eb`](https://github.com/anza-xyz/kit/commit/f5f89eb8e769d5b6056b2f686d51a7ef4a0d1d09), [`189de37`](https://github.com/anza-xyz/kit/commit/189de37f76bcb273986d750fd6ed6541f711103b)]:
14+
- @solana/codecs-strings@5.4.0
15+
- @solana/codecs-core@5.4.0
16+
- @solana/addresses@5.4.0
17+
- @solana/rpc-types@5.4.0
18+
- @solana/rpc-spec@5.4.0
19+
- @solana/errors@5.4.0
20+
321
## 5.3.0
422

523
### Patch Changes

packages/accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/accounts",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"description": "Helpers for representing, fetching and decoding Solana accounts",
55
"homepage": "https://www.solanakit.com/api#solanaaccounts",
66
"exports": {

packages/addresses/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @solana/addresses
22

3+
## 5.4.0
4+
5+
### Patch Changes
6+
7+
- [#1187](https://github.com/anza-xyz/kit/pull/1187) [`f5f89eb`](https://github.com/anza-xyz/kit/commit/f5f89eb8e769d5b6056b2f686d51a7ef4a0d1d09) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Make Typescript peer dependency optional + reduce required version to ^5
8+
9+
- Updated dependencies [[`f5f89eb`](https://github.com/anza-xyz/kit/commit/f5f89eb8e769d5b6056b2f686d51a7ef4a0d1d09), [`189de37`](https://github.com/anza-xyz/kit/commit/189de37f76bcb273986d750fd6ed6541f711103b)]:
10+
- @solana/codecs-strings@5.4.0
11+
- @solana/nominal-types@5.4.0
12+
- @solana/codecs-core@5.4.0
13+
- @solana/assertions@5.4.0
14+
- @solana/errors@5.4.0
15+
316
## 5.3.0
417

518
### Patch Changes

packages/addresses/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/addresses",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"description": "Helpers for generating account addresses",
55
"homepage": "https://www.solanakit.com/api#solanaaddresses",
66
"exports": {

0 commit comments

Comments
 (0)