Skip to content

Commit ce3e4d6

Browse files
Version Packages
1 parent e143797 commit ce3e4d6

File tree

83 files changed

+514
-101
lines changed

Some content is hidden

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

83 files changed

+514
-101
lines changed

.changeset/beige-tips-kiss.md

-5
This file was deleted.

.changeset/better-masks-tease.md

-5
This file was deleted.

.changeset/public-terms-prove.md

-5
This file was deleted.

.changeset/rich-taxis-ring.md

-5
This file was deleted.

.changeset/silent-berries-know.md

-42
This file was deleted.

packages/accounts/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @solana/accounts
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/codecs-strings@2.1.1
11+
- @solana/codecs-core@2.1.1
12+
- @solana/addresses@2.1.1
13+
- @solana/rpc-types@2.1.1
14+
- @solana/rpc-spec@2.1.1
15+
- @solana/errors@2.1.1
16+
317
## 2.1.0
418

519
### Patch Changes

packages/accounts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/accounts",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Helpers for representing, fetching and decoding Solana accounts",
55
"exports": {
66
"edge-light": {

packages/addresses/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @solana/addresses
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/codecs-strings@2.1.1
11+
- @solana/codecs-core@2.1.1
12+
- @solana/assertions@2.1.1
13+
- @solana/errors@2.1.1
14+
315
## 2.1.0
416

517
### Minor Changes

packages/addresses/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/addresses",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Helpers for generating account addresses",
55
"exports": {
66
"edge-light": {

packages/assertions/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solana/assertions
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/errors@2.1.1
11+
312
## 2.1.0
413

514
### Patch Changes

packages/assertions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/assertions",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
55
"exports": {
66
"edge-light": {

packages/codecs-core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @solana/codecs-core
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/errors@2.1.1
11+
312
## 2.1.0
413

514
### Patch Changes

packages/codecs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/codecs-core",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
55
"exports": {
66
"edge-light": {

packages/codecs-data-structures/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @solana/codecs-data-structures
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/codecs-numbers@2.1.1
11+
- @solana/codecs-core@2.1.1
12+
- @solana/errors@2.1.1
13+
314
## 2.1.0
415

516
### Patch Changes

packages/codecs-data-structures/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/codecs-data-structures",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Codecs for various data structures",
55
"exports": {
66
"edge-light": {

packages/codecs-numbers/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @solana/codecs-numbers
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/codecs-core@2.1.1
11+
- @solana/errors@2.1.1
12+
313
## 2.1.0
414

515
### Patch Changes

packages/codecs-numbers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/codecs-numbers",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Codecs for numbers of different sizes and endianness",
55
"exports": {
66
"edge-light": {

packages/codecs-strings/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @solana/codecs-strings
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/codecs-numbers@2.1.1
11+
- @solana/codecs-core@2.1.1
12+
- @solana/errors@2.1.1
13+
314
## 2.1.0
415

516
### Patch Changes

packages/codecs-strings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/codecs-strings",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Codecs for strings of different sizes and encodings",
55
"exports": {
66
"edge-light": {

packages/codecs/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @solana/codecs
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/codecs-data-structures@2.1.1
11+
- @solana/codecs-numbers@2.1.1
12+
- @solana/codecs-strings@2.1.1
13+
- @solana/codecs-core@2.1.1
14+
- @solana/options@2.1.1
15+
316
## 2.1.0
417

518
### Patch Changes

packages/codecs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/codecs",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A library for encoding and decoding any data structure",
55
"exports": {
66
"edge-light": {

packages/compat/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @solana/compat
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/instructions@2.1.1
11+
- @solana/transactions@2.1.1
12+
- @solana/codecs-core@2.1.1
13+
- @solana/addresses@2.1.1
14+
- @solana/errors@2.1.1
15+
- @solana/keys@2.1.1
16+
317
## 2.1.0
418

519
### Patch Changes

packages/compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/compat",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Helpers for converting from legacy web3js classes",
55
"exports": {
66
"edge-light": {

packages/errors/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solana/errors
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
39
## 2.1.0
410

511
### Minor Changes

packages/errors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/errors",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Throw, identify, and decode Solana JavaScript errors",
55
"exports": {
66
"edge-light": {

packages/fast-stable-stringify/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solana/fast-stable-stringify
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
39
## 2.1.0
410

511
## 2.0.0

packages/fast-stable-stringify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/fast-stable-stringify",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Deterministic stringification for when performance and bundle size matters",
55
"exports": {
66
"edge-light": {

packages/functional/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solana/functional
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
39
## 2.1.0
410

511
## 2.0.0

packages/functional/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/functional",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Functional JavaScript helpers",
55
"exports": {
66
"edge-light": {

packages/instructions/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @solana/instructions
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/codecs-core@2.1.1
11+
- @solana/errors@2.1.1
12+
313
## 2.1.0
414

515
### Patch Changes

packages/instructions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/instructions",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Helpers for creating transaction instructions",
55
"exports": {
66
"edge-light": {

packages/keys/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @solana/keys
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/anza-xyz/kit/pull/236) [`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2) Thanks [@steveluscher](https://github.com/steveluscher)! - The minimum TypeScript version is now 5.3.3
8+
9+
- Updated dependencies [[`ca1d4ec`](https://github.com/anza-xyz/kit/commit/ca1d4ec7ddd641ca813f79f8ca06d225f29419e2)]:
10+
- @solana/codecs-strings@2.1.1
11+
- @solana/codecs-core@2.1.1
12+
- @solana/assertions@2.1.1
13+
- @solana/errors@2.1.1
14+
315
## 2.1.0
416

517
### Patch Changes

0 commit comments

Comments
 (0)