Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 76b611d commit cbb2017
Show file tree
Hide file tree
Showing 82 changed files with 494 additions and 91 deletions.
20 changes: 0 additions & 20 deletions .changeset/empty-wombats-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-hotels-sort.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-emus-move.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/silent-wolves-cry.md

This file was deleted.

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

## 2.1.0

### Patch Changes

- [#3575](https://github.com/solana-labs/solana-web3.js/pull/3575) [`9b179dc`](https://github.com/solana-labs/solana-web3.js/commit/9b179dc6b7c7e6e4d51481a396567f17665abbc3) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add missing `space` attribute to `AccountInfoBase` and `BaseAccount`

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`9b179dc`](https://github.com/solana-labs/solana-web3.js/commit/9b179dc6b7c7e6e4d51481a396567f17665abbc3), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/addresses@2.1.0
- @solana/codecs-core@2.1.0
- @solana/codecs-strings@2.1.0
- @solana/errors@2.1.0
- @solana/rpc-types@2.1.0
- @solana/rpc-spec@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Helpers for representing, fetching and decoding Solana accounts",
"exports": {
"edge-light": {
Expand Down
12 changes: 12 additions & 0 deletions packages/addresses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @solana/addresses

## 2.1.0

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/assertions@2.1.0
- @solana/codecs-core@2.1.0
- @solana/codecs-strings@2.1.0
- @solana/errors@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Helpers for generating account addresses",
"exports": {
"edge-light": {
Expand Down
9 changes: 9 additions & 0 deletions packages/assertions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solana/assertions

## 2.1.0

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/errors@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
"exports": {
"edge-light": {
Expand Down
9 changes: 9 additions & 0 deletions packages/codecs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solana/codecs-core

## 2.1.0

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/errors@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
"exports": {
"edge-light": {
Expand Down
13 changes: 13 additions & 0 deletions packages/codecs-data-structures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @solana/codecs-data-structures

## 2.1.0

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

- [#3545](https://github.com/solana-labs/solana-web3.js/pull/3545) [`cfe6910`](https://github.com/solana-labs/solana-web3.js/commit/cfe691010a493d06983a8a2728cda9751135906d) Thanks [@Jasu](https://github.com/Jasu)! - `LiteralUnionCodec` is now exported from `@solana/codecs-data-structures`

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/codecs-core@2.1.0
- @solana/codecs-numbers@2.1.0
- @solana/errors@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Codecs for various data structures",
"exports": {
"edge-light": {
Expand Down
10 changes: 10 additions & 0 deletions packages/codecs-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @solana/codecs-numbers

## 2.1.0

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/codecs-core@2.1.0
- @solana/errors@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Codecs for numbers of different sizes and endianness",
"exports": {
"edge-light": {
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

## 2.1.0

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/codecs-core@2.1.0
- @solana/codecs-numbers@2.1.0
- @solana/errors@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Codecs for strings of different sizes and encodings",
"exports": {
"edge-light": {
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

## 2.1.0

### Patch Changes

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`cfe6910`](https://github.com/solana-labs/solana-web3.js/commit/cfe691010a493d06983a8a2728cda9751135906d)]:
- @solana/codecs-core@2.1.0
- @solana/codecs-data-structures@2.1.0
- @solana/codecs-numbers@2.1.0
- @solana/codecs-strings@2.1.0
- @solana/options@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "A library for encoding and decoding any data structure",
"exports": {
"edge-light": {
Expand Down
13 changes: 13 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @solana/compat

## 2.1.0

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/addresses@2.1.0
- @solana/codecs-core@2.1.0
- @solana/errors@2.1.0
- @solana/keys@2.1.0
- @solana/transactions@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Helpers for converting from legacy web3js classes",
"exports": {
"edge-light": {
Expand Down
25 changes: 25 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @solana/errors

## 2.1.0

### Minor Changes

- [#3564](https://github.com/solana-labs/solana-web3.js/pull/3564) [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c) Thanks [@steveluscher](https://github.com/steveluscher)! - When the HTTP transport throws an error, you can now access the response headers through `e.context.headers`. This can be useful, for instance, if the HTTP error is a 429 Rate Limit error, and the response contains a `Retry-After` header.

```ts
try {
const { value: latestBlockhash } = await rpc.getLatestBlockhash().send();
} catch (e) {
if (isSolanaError(e, SOLANA_ERROR__RPC__TRANSPORT_HTTP_ERROR)) {
if (e.context.code === 429 /* rate limit error */) {
const retryAfterHeaderValue = e.context.headers.get('Retry-After');
if (retryAfterHeaderValue != null) {
// ...
}
}
}
}
```

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

## 2.0.0

### Patch 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": "2.0.0",
"version": "2.1.0",
"description": "Throw, identify, and decode Solana JavaScript errors",
"exports": {
"edge-light": {
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

## 2.1.0

## 2.0.0

### Patch Changes
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": "2.0.0",
"version": "2.1.0",
"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

## 2.1.0

## 2.0.0

### Patch Changes
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": "2.0.0",
"version": "2.1.0",
"description": "Functional JavaScript helpers",
"exports": {
"edge-light": {
Expand Down
7 changes: 7 additions & 0 deletions packages/instructions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/instructions

## 2.1.0

### Patch Changes

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/errors@2.1.0

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Helpers for creating transaction instructions",
"exports": {
"edge-light": {
Expand Down
12 changes: 12 additions & 0 deletions packages/keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @solana/keys

## 2.1.0

### Patch Changes

- [#3552](https://github.com/solana-labs/solana-web3.js/pull/3552) [`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d) Thanks [@leantOnSol](https://github.com/leantOnSol)! - A two-versions-old version of Node LTS is now specified everywhere via the `engines` field, including the one in the root of the `pnpm` workspace, and engine-strictness is delegated to the `.npmrc` files.

- Updated dependencies [[`1adf435`](https://github.com/solana-labs/solana-web3.js/commit/1adf435cfc724303f64e509a6fda144ec8f5019d), [`5af7f20`](https://github.com/solana-labs/solana-web3.js/commit/5af7f2013135a79893a0f190a905c6dd077ac38c)]:
- @solana/assertions@2.1.0
- @solana/codecs-core@2.1.0
- @solana/codecs-strings@2.1.0
- @solana/errors@2.1.0

## 2.0.0

### Patch Changes
Expand Down
Loading

0 comments on commit cbb2017

Please sign in to comment.