Skip to content

Commit c95ff26

Browse files
Version Packages (preview) (#2448)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7d5ed51 commit c95ff26

File tree

73 files changed

+2692
-1672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+2692
-1672
lines changed

.changeset/pre.json

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,47 @@
3838
"@solana/transaction-confirmation": "2.0.0-preview.2",
3939
"@solana/transaction-messages": "2.0.0-preview.2",
4040
"@solana/transactions": "2.0.0-preview.2",
41-
"@solana/webcrypto-ed25519-polyfill": "2.0.0-preview.2"
41+
"@solana/webcrypto-ed25519-polyfill": "2.0.0-preview.2",
42+
"@solana/build-scripts": "0.0.0",
43+
"@solana/crypto-impl": "0.0.0",
44+
"@solana/test-config": "0.0.0",
45+
"@solana/test-matchers": "0.0.0",
46+
"@solana/text-encoding-impl": "0.0.0",
47+
"@solana/tsconfig": "0.0.0",
48+
"@solana/ws-impl": "0.0.0"
4249
},
43-
"changesets": []
50+
"changesets": [
51+
"brave-chicken-own",
52+
"breezy-items-reflect",
53+
"calm-crabs-tease",
54+
"chatty-flies-end",
55+
"famous-buttons-switch",
56+
"gorgeous-gorillas-sniff",
57+
"green-experts-hang",
58+
"heavy-students-relax",
59+
"honest-rivers-deny",
60+
"late-mangos-doubt",
61+
"late-planets-breathe",
62+
"little-berries-applaud",
63+
"loud-otters-pull",
64+
"lovely-mice-promise",
65+
"mean-vans-behave",
66+
"metal-radios-switch",
67+
"nervous-deers-roll",
68+
"nine-pots-notice",
69+
"odd-beds-punch",
70+
"poor-dogs-crash",
71+
"pretty-rocks-argue",
72+
"shiny-birds-pay",
73+
"short-toes-perform",
74+
"silly-months-happen",
75+
"sixty-dodos-smile",
76+
"strong-pandas-marry",
77+
"tender-turtles-bake",
78+
"thick-masks-lie",
79+
"thick-radios-search",
80+
"tricky-fishes-pull",
81+
"violet-brooms-report",
82+
"wild-lobsters-kick"
83+
]
4484
}

packages/accounts/CHANGELOG.md

Lines changed: 63 additions & 51 deletions
Large diffs are not rendered by default.

packages/accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/accounts",
3-
"version": "2.0.0-preview.2",
3+
"version": "2.0.0-preview.3",
44
"description": "Helpers for representing, fetching and decoding Solana accounts",
55
"exports": {
66
"browser": {

packages/addresses/CHANGELOG.md

Lines changed: 84 additions & 49 deletions
Large diffs are not rendered by default.

packages/addresses/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/addresses",
3-
"version": "2.0.0-preview.2",
3+
"version": "2.0.0-preview.3",
44
"description": "Helpers for generating account addresses",
55
"exports": {
66
"browser": {

packages/assertions/CHANGELOG.md

Lines changed: 57 additions & 46 deletions
Large diffs are not rendered by default.

packages/assertions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/assertions",
3-
"version": "2.0.0-preview.2",
3+
"version": "2.0.0-preview.3",
44
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
55
"exports": {
66
"browser": {

packages/codecs-core/CHANGELOG.md

Lines changed: 103 additions & 46 deletions
Large diffs are not rendered by default.

packages/codecs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/codecs-core",
3-
"version": "2.0.0-preview.2",
3+
"version": "2.0.0-preview.3",
44
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
55
"exports": {
66
"browser": {

packages/codecs-data-structures/CHANGELOG.md

Lines changed: 297 additions & 48 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)