Skip to content

Commit 1e555a2

Browse files
authored
Merge pull request #9 from swapkit/changeset-release/develop
🎉 Publish Wallets Release
2 parents 21753c3 + 858c918 commit 1e555a2

11 files changed

Lines changed: 88 additions & 30 deletions

File tree

.changeset/core-update-1775497811.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/sdk/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @swapkit/sdk
22

3+
## 4.6.2
4+
5+
### Patch Changes
6+
7+
- [#3](https://github.com/swapkit/wallets/pull/3) [`b4cdf9f`](https://github.com/swapkit/wallets/commit/b4cdf9f103ed527b970f0217f0da74433afb99bf) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update core dependencies: @swapkit/core@4.4.9,@swapkit/helpers@4.12.7,@swapkit/plugins@4.6.23,@swapkit/server@4.2.34,@swapkit/toolboxes@4.14.2,@swapkit/wallet-core@4.1.27,@swapkit/wallet-keystore@4.3.15
8+
9+
- Updated dependencies [[`b4cdf9f`](https://github.com/swapkit/wallets/commit/b4cdf9f103ed527b970f0217f0da74433afb99bf)]:
10+
- @swapkit/wallets@4.6.3
11+
312
## 4.6.1
413

514
### Patch Changes

packages/sdk/package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,20 @@
4545
"types": "./dist/types/wallets.d.ts"
4646
}
4747
},
48-
"files": ["dist/"],
48+
"files": [
49+
"dist/"
50+
],
4951
"homepage": "https://github.com/swapkit/wallets",
5052
"license": "SEE LICENSE IN LICENSE",
5153
"name": "@swapkit/sdk",
52-
"publishConfig": { "access": "public" },
53-
"repository": { "directory": "packages/sdk", "type": "git", "url": "git+https://github.com/swapkit/wallets.git" },
54+
"publishConfig": {
55+
"access": "public"
56+
},
57+
"repository": {
58+
"directory": "packages/sdk",
59+
"type": "git",
60+
"url": "git+https://github.com/swapkit/wallets.git"
61+
},
5462
"scripts": {
5563
"build": "bun run ./build.ts",
5664
"build:clean": "rm -rf dist && bun run ./build.ts",
@@ -59,5 +67,5 @@
5967
"type-check:go": "tsgo"
6068
},
6169
"type": "module",
62-
"version": "4.6.1"
70+
"version": "4.6.2"
6371
}

packages/wallet-extensions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swapkit-dev/wallet-extensions
22

3+
## 4.4.2
4+
5+
### Patch Changes
6+
7+
- [#3](https://github.com/swapkit/wallets/pull/3) [`b4cdf9f`](https://github.com/swapkit/wallets/commit/b4cdf9f103ed527b970f0217f0da74433afb99bf) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update core dependencies: @swapkit/core@4.4.9,@swapkit/helpers@4.12.7,@swapkit/plugins@4.6.23,@swapkit/server@4.2.34,@swapkit/toolboxes@4.14.2,@swapkit/wallet-core@4.1.27,@swapkit/wallet-keystore@4.3.15
8+
39
## 4.4.1
410

511
### Patch Changes

packages/wallet-extensions/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,15 @@
134134
"types": "./dist/types/vultisig/index.d.ts"
135135
}
136136
},
137-
"files": ["dist/"],
137+
"files": [
138+
"dist/"
139+
],
138140
"homepage": "https://github.com/swapkit/wallets",
139141
"license": "SEE LICENSE IN LICENSE",
140142
"name": "@swapkit/wallet-extensions",
141-
"publishConfig": { "access": "public" },
143+
"publishConfig": {
144+
"access": "public"
145+
},
142146
"repository": {
143147
"directory": "packages/wallet-extensions",
144148
"type": "git",
@@ -152,5 +156,5 @@
152156
"type-check:go": "tsgo"
153157
},
154158
"type": "module",
155-
"version": "4.4.1"
159+
"version": "4.4.2"
156160
}

packages/wallet-hardware/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swapkit-dev/wallet-hardware
22

3+
## 4.6.2
4+
5+
### Patch Changes
6+
7+
- [#3](https://github.com/swapkit/wallets/pull/3) [`b4cdf9f`](https://github.com/swapkit/wallets/commit/b4cdf9f103ed527b970f0217f0da74433afb99bf) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update core dependencies: @swapkit/core@4.4.9,@swapkit/helpers@4.12.7,@swapkit/plugins@4.6.23,@swapkit/server@4.2.34,@swapkit/toolboxes@4.14.2,@swapkit/wallet-core@4.1.27,@swapkit/wallet-keystore@4.3.15
8+
39
## 4.6.1
410

511
### Patch Changes

packages/wallet-hardware/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,15 @@
8686
"types": "./dist/types/trezor/index.d.ts"
8787
}
8888
},
89-
"files": ["dist/"],
89+
"files": [
90+
"dist/"
91+
],
9092
"homepage": "https://github.com/swapkit/wallets",
9193
"license": "SEE LICENSE IN LICENSE",
9294
"name": "@swapkit/wallet-hardware",
93-
"publishConfig": { "access": "public" },
95+
"publishConfig": {
96+
"access": "public"
97+
},
9498
"repository": {
9599
"directory": "packages/wallet-hardware",
96100
"type": "git",
@@ -104,5 +108,5 @@
104108
"type-check:go": "tsgo"
105109
},
106110
"type": "module",
107-
"version": "4.6.1"
111+
"version": "4.6.2"
108112
}

packages/wallet-mobile/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swapkit-dev/wallet-mobile
22

3+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- [#3](https://github.com/swapkit/wallets/pull/3) [`b4cdf9f`](https://github.com/swapkit/wallets/commit/b4cdf9f103ed527b970f0217f0da74433afb99bf) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update core dependencies: @swapkit/core@4.4.9,@swapkit/helpers@4.12.7,@swapkit/plugins@4.6.23,@swapkit/server@4.2.34,@swapkit/toolboxes@4.14.2,@swapkit/wallet-core@4.1.27,@swapkit/wallet-keystore@4.3.15
8+
39
## 4.2.1
410

511
### Patch Changes

packages/wallet-mobile/package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"author": "swapkit",
3-
"dependencies": { "@swapkit/helpers": "^4.12.4", "@swapkit/toolboxes": "^4.13.2" },
3+
"dependencies": {
4+
"@swapkit/helpers": "^4.12.4",
5+
"@swapkit/toolboxes": "^4.13.2"
6+
},
47
"description": "SwapKit - Wallet Mobile",
58
"exports": {
69
".": {
@@ -10,11 +13,15 @@
1013
"types": "./dist/types/index.d.ts"
1114
}
1215
},
13-
"files": ["dist/"],
16+
"files": [
17+
"dist/"
18+
],
1419
"homepage": "https://github.com/swapkit/wallets",
1520
"license": "SEE LICENSE IN LICENSE",
1621
"name": "@swapkit/wallet-mobile",
17-
"publishConfig": { "access": "public" },
22+
"publishConfig": {
23+
"access": "public"
24+
},
1825
"repository": {
1926
"directory": "packages/wallet-mobile",
2027
"type": "git",
@@ -28,5 +35,5 @@
2835
"type-check:go": "tsgo"
2936
},
3037
"type": "module",
31-
"version": "4.2.1"
38+
"version": "4.2.2"
3239
}

packages/wallets/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @swapkit-dev/wallets
22

3+
## 4.6.3
4+
5+
### Patch Changes
6+
7+
- [#3](https://github.com/swapkit/wallets/pull/3) [`b4cdf9f`](https://github.com/swapkit/wallets/commit/b4cdf9f103ed527b970f0217f0da74433afb99bf) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update core dependencies: @swapkit/core@4.4.9,@swapkit/helpers@4.12.7,@swapkit/plugins@4.6.23,@swapkit/server@4.2.34,@swapkit/toolboxes@4.14.2,@swapkit/wallet-core@4.1.27,@swapkit/wallet-keystore@4.3.15
8+
9+
- Updated dependencies [[`b4cdf9f`](https://github.com/swapkit/wallets/commit/b4cdf9f103ed527b970f0217f0da74433afb99bf)]:
10+
- @swapkit/wallet-extensions@4.4.2
11+
- @swapkit/wallet-hardware@4.6.2
12+
313
## 4.6.2
414

515
### Patch Changes

0 commit comments

Comments
 (0)