Skip to content

Commit

Permalink
Version Packages (rc) (#3508)
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 Oct 31, 2024
1 parent 45df702 commit 82ee350
Show file tree
Hide file tree
Showing 79 changed files with 423 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 @@ -76,6 +76,7 @@
"forty-bananas-bow",
"forty-queens-explode",
"forty-ravens-train",
"funny-weeks-smash",
"fuzzy-lizards-end",
"giant-coins-complain",
"giant-seals-mix",
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.3

### Patch Changes

- Updated dependencies [[`45df702`](https://github.com/solana-labs/solana-web3.js/commit/45df7028d872e65759dad86b97cd9d4a9a3a545e)]:
- @solana/rpc-spec@2.0.0-rc.3
- @solana/addresses@2.0.0-rc.3
- @solana/codecs-core@2.0.0-rc.3
- @solana/codecs-strings@2.0.0-rc.3
- @solana/errors@2.0.0-rc.3
- @solana/rpc-types@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/assertions@2.0.0-rc.3
- @solana/codecs-core@2.0.0-rc.3
- @solana/codecs-strings@2.0.0-rc.3
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/codecs-core@2.0.0-rc.3
- @solana/codecs-numbers@2.0.0-rc.3
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/codecs-core@2.0.0-rc.3
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/codecs-core@2.0.0-rc.3
- @solana/codecs-numbers@2.0.0-rc.3
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

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

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/addresses@2.0.0-rc.3
- @solana/codecs-core@2.0.0-rc.3
- @solana/errors@2.0.0-rc.3
- @solana/keys@2.0.0-rc.3
- @solana/transactions@2.0.0-rc.3

## 2.0.0-rc.2

### 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.2",
"version": "2.0.0-rc.3",
"description": "Helpers for converting from legacy web3js classes",
"exports": {
"edge-light": {
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

## 2.0.0-rc.3

## 2.0.0-rc.2

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

## 2.0.0-rc.2

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

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/assertions@2.0.0-rc.3
- @solana/codecs-core@2.0.0-rc.3
- @solana/codecs-strings@2.0.0-rc.3
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

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

### Patch Changes

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

## 2.0.0-rc.2

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

### Patch Changes

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

## 2.0.0-rc.2

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

### Patch Changes

- Updated dependencies []:
- @solana/addresses@2.0.0-rc.3
- @solana/errors@2.0.0-rc.3

## 2.0.0-rc.2

### 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.2",
"version": "2.0.0-rc.3",
"description": "Helpers for defining programs and resolving program errors",
"exports": {
"edge-light": {
Expand Down
Loading

0 comments on commit 82ee350

Please sign in to comment.