Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"new-worlds-switch",
"petite-showers-stay",
"proud-adults-greet",
"purple-jeans-draw",
"rotten-jobs-win",
"slow-pillows-reply",
"spicy-bats-bathe",
Expand Down
9 changes: 9 additions & 0 deletions packages/api-key-stamper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @phantom/api-key-stamper

## 1.0.0-beta.9

### Patch Changes

- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-key-stamper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/api-key-stamper",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "API key stamper for Phantom Wallet SDK",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/base64url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @phantom/base64url

## 1.0.0-beta.9

## 1.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base64url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/base64url",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Isomorphic base64url encoding/decoding utilities",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
14 changes: 14 additions & 0 deletions packages/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @phantom/browser-sdk

## 1.0.0-beta.21

### Patch Changes

- 68492cf: Fix dependency to correct number and add policy
- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/browser-sdk",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Browser SDK for Phantom Wallet",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/chain-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @phantom/chain-interfaces

## 1.0.0-beta.9

### Patch Changes

- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/chain-interfaces",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Shared chain interfaces for Phantom SDK",
"types": "dist/index.d.ts",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @phantom/client

## 1.0.0-beta.21

### Patch Changes

- 68492cf: Fix dependency to correct number and add policy
- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/client",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "HTTP client for Phantom Wallet API",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @phantom/constants

## 1.0.0-beta.9

## 1.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/constants",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Shared constants for Phantom Wallet SDK",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @phantom/crypto

## 1.0.0-beta.9

## 1.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/crypto",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Cryptographic utilities for Phantom SDK",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/embedded-provider-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @phantom/embedded-provider-core

## 1.0.0-beta.21

### Patch Changes

- 68492cf: Fix dependency to correct number and add policy
- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/embedded-provider-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/embedded-provider-core",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Platform-agnostic embedded provider core logic for Phantom Wallet SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/parsers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @phantom/parsers

## 1.0.0-beta.9

### Patch Changes

- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/parsers",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Transaction and message parsers for Phantom Wallet SDK",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-native-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @phantom/react-native-sdk

## 1.0.0-beta.21

### Patch Changes

- 68492cf: Fix dependency to correct number and add policy
- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/react-native-sdk",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Phantom Wallet SDK for React Native and Expo applications",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @phantom/react-sdk

## 1.0.0-beta.21

### Patch Changes

- 68492cf: Fix dependency to correct number and add policy
- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/react-sdk",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @phantom/sdk-types

## 1.0.0-beta.9

### Patch Changes

- 68492cf: Fix dependency to correct number and add policy

## 1.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/sdk-types",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Common types for Phantom SDK packages",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @phantom/server-sdk

## 1.0.0-beta.21

### Patch Changes

- 68492cf: Fix dependency to correct number and add policy
- Updated dependencies [68492cf]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]
- @phantom/[email protected]

## 1.0.0-beta.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/server-sdk",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Server SDK for Phantom Wallet",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @phantom/utils

## 1.0.0-beta.21

## 1.0.0-beta.20

## 1.0.0-beta.19
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantom/utils",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Utility functions for Phantom Wallet SDK",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down