Skip to content

Commit

Permalink
Version Packages (preview)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2024
1 parent c49f5ce commit 2860622
Show file tree
Hide file tree
Showing 75 changed files with 2,941 additions and 2,344 deletions.
22 changes: 21 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,29 @@
"@solana/test-matchers": "0.0.0",
"@solana/text-encoding-impl": "0.0.0",
"@solana/tsconfig": "0.0.0",
"@solana/ws-impl": "0.0.0"
"@solana/ws-impl": "0.0.0",
"@solana/fetch-impl": "0.0.0"
},
"changesets": [
"brave-chicken-own",
"breezy-items-reflect",
"calm-camels-decide",
"calm-crabs-tease",
"chatty-flies-end",
"chilly-seas-act",
"curly-kids-type",
"early-eyes-mix",
"famous-buttons-switch",
"fast-cars-knock",
"gorgeous-gorillas-sniff",
"green-experts-hang",
"heavy-students-relax",
"honest-cheetahs-care",
"honest-rivers-deny",
"hot-penguins-explain",
"late-mangos-doubt",
"late-planets-breathe",
"lazy-phones-fail",
"little-berries-applaud",
"loud-otters-pull",
"lovely-mice-promise",
Expand All @@ -70,16 +79,27 @@
"odd-beds-punch",
"poor-dogs-crash",
"pretty-rocks-argue",
"proud-poems-try",
"purple-forks-rest",
"sharp-steaks-admire",
"shiny-birds-pay",
"short-jokes-begin",
"short-toes-perform",
"silly-months-happen",
"sixty-dodos-smile",
"sour-mugs-press",
"stale-turtles-hang",
"strong-pandas-marry",
"tender-turtles-bake",
"thick-masks-lie",
"thick-radios-appear",
"thick-radios-search",
"tidy-wolves-share",
"tricky-fishes-pull",
"two-cougars-try",
"unlucky-pumpkins-itch",
"violet-brooms-report",
"wicked-cougars-matter",
"wild-lobsters-kick"
]
}
130 changes: 72 additions & 58 deletions packages/accounts/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Helpers for representing, fetching and decoding Solana accounts",
"exports": {
"browser": {
Expand Down
156 changes: 84 additions & 72 deletions packages/addresses/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Helpers for generating account addresses",
"exports": {
"browser": {
Expand Down
109 changes: 59 additions & 50 deletions packages/assertions/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
"exports": {
"browser": {
Expand Down
173 changes: 91 additions & 82 deletions packages/codecs-core/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
"exports": {
"browser": {
Expand Down
563 changes: 302 additions & 261 deletions packages/codecs-data-structures/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Codecs for various data structures",
"exports": {
"browser": {
Expand Down
130 changes: 70 additions & 60 deletions packages/codecs-numbers/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Codecs for numbers of different sizes and endianness",
"exports": {
"browser": {
Expand Down
167 changes: 90 additions & 77 deletions packages/codecs-strings/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Codecs for strings of different sizes and encodings",
"exports": {
"browser": {
Expand Down
163 changes: 105 additions & 58 deletions packages/codecs/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "A library for encoding and decoding any data structure",
"exports": {
"browser": {
Expand Down
123 changes: 68 additions & 55 deletions packages/compat/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Helpers for converting from legacy web3js classes",
"exports": {
"browser": {
Expand Down
270 changes: 140 additions & 130 deletions packages/errors/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Throw, identify, and decode Solana JavaScript errors",
"exports": {
"browser": {
Expand Down
8 changes: 7 additions & 1 deletion packages/fast-stable-stringify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# @solana/fast-stable-stringify

## 2.0.0-preview.4

### Patch Changes

- [#2606](https://github.com/solana-labs/solana-web3.js/pull/2606) [`367b8ad`](https://github.com/solana-labs/solana-web3.js/commit/367b8ad0cce55a916abfb0125f36b6e844333b2b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use commonjs package type

## 2.0.0-preview.3

### Patch Changes

- [#2502](https://github.com/solana-labs/solana-web3.js/pull/2502) [`5ed19c6`](https://github.com/solana-labs/solana-web3.js/commit/5ed19c6c3c6e7a1bacde8c23c438ecb85454b126) Thanks [@steveluscher](https://github.com/steveluscher)! - Added TypeScript types to `@solana/fast-stable-stringify`
- [#2502](https://github.com/solana-labs/solana-web3.js/pull/2502) [`5ed19c6`](https://github.com/solana-labs/solana-web3.js/commit/5ed19c6c3c6e7a1bacde8c23c438ecb85454b126) Thanks [@steveluscher](https://github.com/steveluscher)! - Added TypeScript types to `@solana/fast-stable-stringify`
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-preview.3",
"version": "2.0.0-preview.4",
"description": "Deterministic stringification for when performance and bundle size matters",
"exports": {
"browser": {
Expand Down
92 changes: 49 additions & 43 deletions packages/functional/CHANGELOG.md

Large diffs are not rendered by default.

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-preview.3",
"version": "2.0.0-preview.4",
"description": "Functional JavaScript helpers",
"exports": {
"browser": {
Expand Down
Loading

0 comments on commit 2860622

Please sign in to comment.