Skip to content

Commit

Permalink
Version Packages (rc) (#3075)
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 Aug 9, 2024
1 parent a8185e4 commit b7aa3f6
Show file tree
Hide file tree
Showing 77 changed files with 444 additions and 39 deletions.
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"@solana/text-encoding-impl": "0.0.0",
"@solana/tsconfig": "0.0.0",
"@solana/ws-impl": "0.0.0",
"@solana/fetch-impl": "0.0.0"
"@solana/fetch-impl": "0.0.0",
"@solana/promises": "2.0.0-rc.0"
},
"changesets": [
"brave-chicken-own",
Expand All @@ -58,9 +59,12 @@
"chilled-waves-lay",
"chilly-seas-act",
"curly-kids-type",
"curvy-stingrays-attend",
"dry-glasses-roll",
"early-eyes-mix",
"famous-buttons-switch",
"fast-cars-knock",
"five-sloths-greet",
"forty-queens-explode",
"fuzzy-lizards-end",
"gorgeous-gorillas-sniff",
Expand All @@ -81,21 +85,25 @@
"nervous-deers-roll",
"nine-pots-notice",
"odd-beds-punch",
"plenty-plums-drop",
"poor-dogs-crash",
"pretty-rocks-argue",
"proud-poems-try",
"purple-forks-rest",
"quiet-hornets-look",
"rare-goats-sell",
"rich-eggs-tease",
"sharp-steaks-admire",
"shiny-birds-pay",
"short-jokes-begin",
"short-toes-perform",
"silent-cooks-marry",
"silly-months-happen",
"sixty-dodos-smile",
"sour-mugs-press",
"stale-turtles-hang",
"strong-pandas-marry",
"sweet-cobras-explode",
"tender-turtles-bake",
"thick-masks-lie",
"thick-radios-appear",
Expand All @@ -107,6 +115,7 @@
"violet-brooms-report",
"warm-pears-sip",
"wicked-cougars-matter",
"wicked-toys-hear",
"wild-lobsters-kick"
]
}
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.1

### Patch Changes

- Updated dependencies []:
- @solana/addresses@2.0.0-rc.1
- @solana/codecs-core@2.0.0-rc.1
- @solana/codecs-strings@2.0.0-rc.1
- @solana/errors@2.0.0-rc.1
- @solana/rpc-spec@2.0.0-rc.1
- @solana/rpc-types@2.0.0-rc.1

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "Helpers for representing, fetching and decoding Solana accounts",
"exports": {
"browser": {
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.1

### Patch Changes

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

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "Helpers for generating account addresses",
"exports": {
"browser": {
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.1

### Patch Changes

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

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
"exports": {
"browser": {
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.1

### Patch Changes

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

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

### Patch Changes

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

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "Codecs for various data structures",
"exports": {
"browser": {
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.1

### Patch Changes

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

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "Codecs for numbers of different sizes and endianness",
"exports": {
"browser": {
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.1

### Patch Changes

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

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "Codecs for strings of different sizes and encodings",
"exports": {
"browser": {
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.1

### Patch Changes

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

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "A library for encoding and decoding any data structure",
"exports": {
"browser": {
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.1

### Patch Changes

- Updated dependencies [[`7d310f6`](https://github.com/solana-labs/solana-web3.js/commit/7d310f6f9cd7d02fca4d6f8e311b857c9dd84e61), [`f9a8446`](https://github.com/solana-labs/solana-web3.js/commit/f9a84460670a97d4ab6514b28fe0d29c6fac3302)]:
- @solana/keys@2.0.0-rc.1
- @solana/transactions@2.0.0-rc.1
- @solana/addresses@2.0.0-rc.1
- @solana/codecs-core@2.0.0-rc.1
- @solana/errors@2.0.0-rc.1

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "Helpers for converting from legacy web3js classes",
"exports": {
"browser": {
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.1

## 2.0.0-rc.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-rc.0",
"version": "2.0.0-rc.1",
"description": "Throw, identify, and decode Solana JavaScript errors",
"exports": {
"browser": {
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.1

## 2.0.0-rc.0

## 2.0.0-preview.4
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.0",
"version": "2.0.0-rc.1",
"description": "Deterministic stringification for when performance and bundle size matters",
"exports": {
"browser": {
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.1

## 2.0.0-rc.0

## 2.0.0-preview.4
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.0",
"version": "2.0.0-rc.1",
"description": "Functional JavaScript helpers",
"exports": {
"browser": {
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.1

### Patch Changes

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

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

## 2.0.0-rc.1

### Patch Changes

- [#3050](https://github.com/solana-labs/solana-web3.js/pull/3050) [`7d310f6`](https://github.com/solana-labs/solana-web3.js/commit/7d310f6f9cd7d02fca4d6f8e311b857c9dd84e61) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add a `createKeyPairFromPrivateKeyBytes` helper that creates a keypair from the 32-byte private key bytes.

```ts
import { createKeyPairFromPrivateKeyBytes } from '@solana/keys';

const { privateKey, publicKey } = await createKeyPairFromPrivateKeyBytes(new Uint8Array([...]));
```

- [#3049](https://github.com/solana-labs/solana-web3.js/pull/3049) [`f9a8446`](https://github.com/solana-labs/solana-web3.js/commit/f9a84460670a97d4ab6514b28fe0d29c6fac3302) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add a `getPublicKeyFromPrivateKey` helper that, given an extractable `CryptoKey` private key, gets the corresponding public key as a `CryptoKey`.

```ts
import { createPrivateKeyFromBytes, getPublicKeyFromPrivateKey } from '@solana/keys';
const privateKey = await createPrivateKeyFromBytes(new Uint8Array([...]), true);
const publicKey = await getPublicKeyFromPrivateKey(privateKey);
const extractablePublicKey = await getPublicKeyFromPrivateKey(privateKey, true);
```

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

## 2.0.0-rc.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": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "Helpers for generating and transforming key material",
"exports": {
"browser": {
Expand Down
Loading

0 comments on commit b7aa3f6

Please sign in to comment.