Skip to content

Commit

Permalink
Version Packages (rc) (#3526)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 5, 2024
1 parent d562d02 commit 5f041ec
Show file tree
Hide file tree
Showing 79 changed files with 419 additions and 39 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"silent-cooks-marry",
"silly-months-happen",
"silly-wombats-switch",
"silver-otters-doubt",
"six-olives-hang",
"sixty-dodos-smile",
"sixty-months-relate",
Expand Down
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

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/addresses@2.0.0-rc.4
- @solana/codecs-core@2.0.0-rc.4
- @solana/codecs-strings@2.0.0-rc.4
- @solana/rpc-spec@2.0.0-rc.4
- @solana/rpc-types@2.0.0-rc.4

## 2.0.0-rc.3

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

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/assertions@2.0.0-rc.4
- @solana/codecs-core@2.0.0-rc.4
- @solana/codecs-strings@2.0.0-rc.4

## 2.0.0-rc.3

### 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-rc.3",
"version": "2.0.0-rc.4",
"description": "Helpers for generating account addresses",
"exports": {
"edge-light": {
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

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4

## 2.0.0-rc.3

### 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-rc.3",
"version": "2.0.0-rc.4",
"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
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

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4

## 2.0.0-rc.3

### 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-rc.3",
"version": "2.0.0-rc.4",
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
"exports": {
"edge-light": {
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

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/codecs-core@2.0.0-rc.4
- @solana/codecs-numbers@2.0.0-rc.4

## 2.0.0-rc.3

### 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-rc.3",
"version": "2.0.0-rc.4",
"description": "Codecs for various data structures",
"exports": {
"edge-light": {
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

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/codecs-core@2.0.0-rc.4

## 2.0.0-rc.3

### 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-rc.3",
"version": "2.0.0-rc.4",
"description": "Codecs for numbers of different sizes and endianness",
"exports": {
"edge-light": {
Expand Down
9 changes: 9 additions & 0 deletions packages/codecs-strings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solana/codecs-strings

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/codecs-core@2.0.0-rc.4
- @solana/codecs-numbers@2.0.0-rc.4

## 2.0.0-rc.3

### 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-rc.3",
"version": "2.0.0-rc.4",
"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.0.0-rc.4

### Patch Changes

- Updated dependencies []:
- @solana/codecs-core@2.0.0-rc.4
- @solana/codecs-data-structures@2.0.0-rc.4
- @solana/codecs-numbers@2.0.0-rc.4
- @solana/codecs-strings@2.0.0-rc.4
- @solana/options@2.0.0-rc.4

## 2.0.0-rc.3

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

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/addresses@2.0.0-rc.4
- @solana/codecs-core@2.0.0-rc.4
- @solana/keys@2.0.0-rc.4
- @solana/transactions@2.0.0-rc.4

## 2.0.0-rc.3

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

## 2.0.0-rc.4

### Patch Changes

- [#3519](https://github.com/solana-labs/solana-web3.js/pull/3519) [`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Accept bigints in RPC error factories, fixing functions such as `isProgramError`

## 2.0.0-rc.3

## 2.0.0-rc.2
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-rc.3",
"version": "2.0.0-rc.4",
"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.0.0-rc.4

## 2.0.0-rc.3

## 2.0.0-rc.2
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-rc.3",
"version": "2.0.0-rc.4",
"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.0.0-rc.4

## 2.0.0-rc.3

## 2.0.0-rc.2
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-rc.3",
"version": "2.0.0-rc.4",
"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.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4

## 2.0.0-rc.3

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

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/assertions@2.0.0-rc.4
- @solana/codecs-core@2.0.0-rc.4
- @solana/codecs-strings@2.0.0-rc.4

## 2.0.0-rc.3

### 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": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "Helpers for generating and transforming key material",
"exports": {
"edge-light": {
Expand Down
24 changes: 24 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @solana/web3.js

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/accounts@2.0.0-rc.4
- @solana/addresses@2.0.0-rc.4
- @solana/instructions@2.0.0-rc.4
- @solana/keys@2.0.0-rc.4
- @solana/programs@2.0.0-rc.4
- @solana/rpc@2.0.0-rc.4
- @solana/rpc-subscriptions@2.0.0-rc.4
- @solana/rpc-types@2.0.0-rc.4
- @solana/signers@2.0.0-rc.4
- @solana/sysvars@2.0.0-rc.4
- @solana/transaction-confirmation@2.0.0-rc.4
- @solana/transaction-messages@2.0.0-rc.4
- @solana/transactions@2.0.0-rc.4
- @solana/rpc-parsed-types@2.0.0-rc.4
- @solana/codecs@2.0.0-rc.4
- @solana/functional@2.0.0-rc.4
- @solana/rpc-spec-types@2.0.0-rc.4

## 2.0.0-rc.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/web3.js",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "Solana Javascript API",
"exports": {
"edge-light": {
Expand Down
11 changes: 11 additions & 0 deletions packages/options/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solana/options

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/codecs-core@2.0.0-rc.4
- @solana/codecs-data-structures@2.0.0-rc.4
- @solana/codecs-numbers@2.0.0-rc.4
- @solana/codecs-strings@2.0.0-rc.4

## 2.0.0-rc.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/options",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "Managing and serializing Rust-like Option types in JavaScript",
"exports": {
"edge-light": {
Expand Down
8 changes: 8 additions & 0 deletions packages/programs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/programs

## 2.0.0-rc.4

### Patch Changes

- Updated dependencies [[`2798061`](https://github.com/solana-labs/solana-web3.js/commit/27980617e4f8d34dbc7b6da4507e4bca68a68090)]:
- @solana/errors@2.0.0-rc.4
- @solana/addresses@2.0.0-rc.4

## 2.0.0-rc.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/programs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/programs",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "Helpers for defining programs and resolving program errors",
"exports": {
"edge-light": {
Expand Down
Loading

0 comments on commit 5f041ec

Please sign in to comment.