Skip to content

Commit

Permalink
wildcard version for ui, anchor workspace peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thewuhxyz committed Jul 24, 2024
1 parent 10fc310 commit fa502a0
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["example", "@thewuh/wallet-adapter-svelte-anchor", "@thewuh/wallet-adapter-svelte-ui"]
"ignore": ["example"]
}
6 changes: 6 additions & 0 deletions .changeset/old-hats-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@thewuh/wallet-adapter-svelte-anchor': minor
'@thewuh/wallet-adapter-svelte-ui': minor
---

Release: UI & Anchor
2 changes: 1 addition & 1 deletion packages/anchor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"peerDependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@thewuh/wallet-adapter-svelte-core": "workspace:*",
"@thewuh/wallet-adapter-svelte-core": "*",
"svelte": "^4.0.0"
},
"svelte": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/anchor/src/lib/AnchorConnectionProvider.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" generics="T extends Idl">
import { get, writable, type Writable } from 'svelte/store';
import { writable, type Writable } from 'svelte/store';
import { setContext } from 'svelte';
import { type WorkSpace, getWorkspace } from './workSpace.js';
import { web3, Program, AnchorProvider, type Idl, type Wallet } from '@coral-xyz/anchor';
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"peerDependencies": {
"@solana/web3.js": "~1.88.0",
"@thewuh/wallet-adapter-svelte-core": "workspace:*",
"@thewuh/wallet-adapter-svelte-core": "*",
"svelte": "^4.0.0"
},
"svelte": "./dist/index.js",
Expand Down
39 changes: 35 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa502a0

Please sign in to comment.