Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (preview) #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -52,13 +52,16 @@
"breezy-items-reflect",
"calm-crabs-tease",
"chatty-flies-end",
"chilly-seas-act",
"famous-buttons-switch",
"gorgeous-gorillas-sniff",
"green-experts-hang",
"heavy-students-relax",
"honest-cheetahs-care",
"honest-rivers-deny",
"late-mangos-doubt",
"late-planets-breathe",
"lazy-phones-fail",
"little-berries-applaud",
"loud-otters-pull",
"lovely-mice-promise",
@@ -69,15 +72,21 @@
"odd-beds-punch",
"poor-dogs-crash",
"pretty-rocks-argue",
"purple-forks-rest",
"shiny-birds-pay",
"short-toes-perform",
"silly-months-happen",
"sixty-dodos-smile",
"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",
"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": {
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": {
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": {
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": {
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": {
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": {
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": {
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": {
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": {
266 changes: 136 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": {
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": {
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": {
Loading