Skip to content

Commit fb0b4bf

Browse files
chore: version packages (#434)
1 parent a980e7e commit fb0b4bf

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/flat-lions-hide.md

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

.changeset/stupid-deers-push.md

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

packages/connect-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 23.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a054271`](https://github.com/hirosystems/connect/commit/a0542714aab1a99e97847e0b21d9e0f2c7318fb2), [`a980e7e`](https://github.com/hirosystems/connect/commit/a980e7e7b7d5be6d5b4d66e06572303db1c43afe)]:
8+
- @stacks/connect@8.1.5
9+
310
## 23.0.7
411

512
### Patch Changes

packages/connect-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/connect-react",
3-
"version": "23.0.7",
3+
"version": "23.0.8",
44
"license": "MIT",
55
"scripts": {
66
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
@@ -9,7 +9,7 @@
99
"types": "tsc --project tsconfig.json --emitDeclarationOnly"
1010
},
1111
"dependencies": {
12-
"@stacks/connect": "8.1.4"
12+
"@stacks/connect": "8.1.5"
1313
},
1414
"devDependencies": {
1515
"@types/react-dom": "^18.3.1",

packages/connect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 8.1.5
4+
5+
### Patch Changes
6+
7+
- [#432](https://github.com/hirosystems/connect/pull/432) [`a054271`](https://github.com/hirosystems/connect/commit/a0542714aab1a99e97847e0b21d9e0f2c7318fb2) Thanks [@janniks](https://github.com/janniks)! - Export method types
8+
9+
- [#433](https://github.com/hirosystems/connect/pull/433) [`a980e7e`](https://github.com/hirosystems/connect/commit/a980e7e7b7d5be6d5b4d66e06572303db1c43afe) Thanks [@janniks](https://github.com/janniks)! - Add wallet result overrides for inconsistent wallet results
10+
311
## 8.1.4
412

513
### Patch Changes

packages/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/connect",
3-
"version": "8.1.4",
3+
"version": "8.1.5",
44
"license": "MIT",
55
"scripts": {
66
"build": "concurrently 'tsup src/index.ts' 'npm run types'",

0 commit comments

Comments
 (0)