Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-steaks-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-phones-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-chairs-allow.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @solana/accounts

## 5.0.1

### Patch Changes

- Updated dependencies [[`d7f5a0c`](https://github.com/anza-xyz/kit/commit/d7f5a0c046f0a2f2836554fa671364de0b512e97)]:
- @solana/codecs-strings@5.0.1
- @solana/addresses@5.0.1
- @solana/rpc-types@5.0.1
- @solana/codecs-core@5.0.1
- @solana/errors@5.0.1
- @solana/rpc-spec@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/accounts",
"version": "5.0.0",
"version": "5.0.1",
"description": "Helpers for representing, fetching and decoding Solana accounts",
"homepage": "https://www.solanakit.com/api#solanaaccounts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/addresses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solana/addresses

## 5.0.1

### Patch Changes

- Updated dependencies [[`d7f5a0c`](https://github.com/anza-xyz/kit/commit/d7f5a0c046f0a2f2836554fa671364de0b512e97)]:
- @solana/codecs-strings@5.0.1
- @solana/assertions@5.0.1
- @solana/codecs-core@5.0.1
- @solana/errors@5.0.1
- @solana/nominal-types@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/addresses",
"version": "5.0.0",
"version": "5.0.1",
"description": "Helpers for generating account addresses",
"homepage": "https://www.solanakit.com/api#solanaaddresses",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/assertions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/assertions

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @solana/errors@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assertions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/assertions",
"version": "5.0.0",
"version": "5.0.1",
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
"homepage": "https://www.solanakit.com/api#solanaassertions",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/codecs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/codecs-core

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @solana/errors@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codecs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/codecs-core",
"version": "5.0.0",
"version": "5.0.1",
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
"homepage": "https://www.solanakit.com/api#solanacodecs-core",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/codecs-data-structures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solana/codecs-data-structures

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @solana/codecs-core@5.0.1
- @solana/codecs-numbers@5.0.1
- @solana/errors@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codecs-data-structures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/codecs-data-structures",
"version": "5.0.0",
"version": "5.0.1",
"description": "Codecs for various data structures",
"homepage": "https://www.solanakit.com/api#solanacodecs-data-structures",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/codecs-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/codecs-numbers

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @solana/codecs-core@5.0.1
- @solana/errors@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codecs-numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/codecs-numbers",
"version": "5.0.0",
"version": "5.0.1",
"description": "Codecs for numbers of different sizes and endianness",
"homepage": "https://www.solanakit.com/api#solanacodecs-numbers",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/codecs-strings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solana/codecs-strings

## 5.0.1

### Patch Changes

- [#999](https://github.com/anza-xyz/kit/pull/999) [`d7f5a0c`](https://github.com/anza-xyz/kit/commit/d7f5a0c046f0a2f2836554fa671364de0b512e97) Thanks [@tmm](https://github.com/tmm)! - Some npm packages are needed for specific runtimes only (eg. React Native, Node). To prevent package managers from unconditionally installing these packages when they have `auto-install-peers` enabled, we are marking them as optional in `peerDependenciesMeta`. When running in React Native, be sure to explicitly install `fastestsmallesttextencoderdecoder`. When running in Node, be sure to explicitly install `ws`. When using `@solana/react`, we will presume that you have already installed `react`.

- Updated dependencies []:
- @solana/codecs-core@5.0.1
- @solana/codecs-numbers@5.0.1
- @solana/errors@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codecs-strings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/codecs-strings",
"version": "5.0.0",
"version": "5.0.1",
"description": "Codecs for strings of different sizes and encodings",
"homepage": "https://www.solanakit.com/api#solanacodecs-strings",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/codecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solana/codecs

## 5.0.1

### Patch Changes

- Updated dependencies [[`d7f5a0c`](https://github.com/anza-xyz/kit/commit/d7f5a0c046f0a2f2836554fa671364de0b512e97)]:
- @solana/codecs-strings@5.0.1
- @solana/codecs-data-structures@5.0.1
- @solana/options@5.0.1
- @solana/codecs-core@5.0.1
- @solana/codecs-numbers@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/codecs",
"version": "5.0.0",
"version": "5.0.1",
"description": "A library for encoding and decoding any data structure",
"homepage": "https://www.solanakit.com/api#solanacodecs",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @solana/compat

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @solana/addresses@5.0.1
- @solana/keys@5.0.1
- @solana/transactions@5.0.1
- @solana/instructions@5.0.1
- @solana/codecs-core@5.0.1
- @solana/errors@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/compat",
"version": "5.0.0",
"version": "5.0.1",
"description": "Helpers for converting from legacy web3js classes",
"homepage": "https://www.solanakit.com/api#solanacompat",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @solana/errors

## 5.0.1

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/errors",
"version": "5.0.0",
"version": "5.0.1",
"description": "Throw, identify, and decode Solana JavaScript errors",
"homepage": "https://www.solanakit.com/api#solanaerrors",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/fast-stable-stringify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @solana/fast-stable-stringify

## 5.0.1

## 5.0.0

## 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-stable-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/fast-stable-stringify",
"version": "5.0.0",
"version": "5.0.1",
"description": "Deterministic stringification for when performance and bundle size matters",
"exports": {
"edge-light": {
Expand Down
2 changes: 2 additions & 0 deletions packages/functional/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @solana/functional

## 5.0.1

## 5.0.0

## 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/functional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/functional",
"version": "5.0.0",
"version": "5.0.1",
"description": "Functional JavaScript helpers",
"homepage": "https://www.solanakit.com/api#solanafunctional",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/instruction-plans/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solana/instruction-plans

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @solana/transaction-messages@5.0.1
- @solana/transactions@5.0.1
- @solana/instructions@5.0.1
- @solana/errors@5.0.1
- @solana/promises@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/instruction-plans/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/instruction-plans",
"version": "5.0.0",
"version": "5.0.1",
"description": "Construct, plan and execute transactions from multiple instructions.",
"homepage": "https://www.solanakit.com/api#solanainstruction-plans",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/instructions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/instructions

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @solana/codecs-core@5.0.1
- @solana/errors@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/instructions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/instructions",
"version": "5.0.0",
"version": "5.0.1",
"description": "Helpers for creating transaction instructions",
"homepage": "https://www.solanakit.com/api#solanainstructions",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solana/keys

## 5.0.1

### Patch Changes

- Updated dependencies [[`d7f5a0c`](https://github.com/anza-xyz/kit/commit/d7f5a0c046f0a2f2836554fa671364de0b512e97)]:
- @solana/codecs-strings@5.0.1
- @solana/assertions@5.0.1
- @solana/codecs-core@5.0.1
- @solana/errors@5.0.1
- @solana/nominal-types@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/keys",
"version": "5.0.0",
"version": "5.0.1",
"description": "Helpers for generating and transforming key material",
"homepage": "https://www.solanakit.com/api#solanakeys",
"exports": {
Expand Down
27 changes: 27 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @solana/kit

## 5.0.1

### Patch Changes

- [#999](https://github.com/anza-xyz/kit/pull/999) [`d7f5a0c`](https://github.com/anza-xyz/kit/commit/d7f5a0c046f0a2f2836554fa671364de0b512e97) Thanks [@tmm](https://github.com/tmm)! - Some npm packages are needed for specific runtimes only (eg. React Native, Node). To prevent package managers from unconditionally installing these packages when they have `auto-install-peers` enabled, we are marking them as optional in `peerDependenciesMeta`. When running in React Native, be sure to explicitly install `fastestsmallesttextencoderdecoder`. When running in Node, be sure to explicitly install `ws`. When using `@solana/react`, we will presume that you have already installed `react`.

- Updated dependencies [[`18e7e2c`](https://github.com/anza-xyz/kit/commit/18e7e2c9d9013be6223932398f40cbc276c4a0e9)]:
- @solana/transaction-confirmation@5.0.1
- @solana/rpc@5.0.1
- @solana/sysvars@5.0.1
- @solana/accounts@5.0.1
- @solana/addresses@5.0.1
- @solana/codecs@5.0.1
- @solana/keys@5.0.1
- @solana/rpc-types@5.0.1
- @solana/transaction-messages@5.0.1
- @solana/transactions@5.0.1
- @solana/instruction-plans@5.0.1
- @solana/instructions@5.0.1
- @solana/programs@5.0.1
- @solana/rpc-parsed-types@5.0.1
- @solana/rpc-subscriptions@5.0.1
- @solana/signers@5.0.1
- @solana/errors@5.0.1
- @solana/functional@5.0.1
- @solana/rpc-spec-types@5.0.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/kit",
"version": "5.0.0",
"version": "5.0.1",
"description": "Solana Javascript API",
"homepage": "https://www.solanakit.com",
"exports": {
Expand Down
Loading