Skip to content

Commit

Permalink
chore: version packages (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 6, 2025
1 parent a980e7e commit fb0b4bf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-lions-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-deers-push.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/connect-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 23.0.8

### Patch Changes

- Updated dependencies [[`a054271`](https://github.com/hirosystems/connect/commit/a0542714aab1a99e97847e0b21d9e0f2c7318fb2), [`a980e7e`](https://github.com/hirosystems/connect/commit/a980e7e7b7d5be6d5b4d66e06572303db1c43afe)]:
- @stacks/connect@8.1.5

## 23.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-react",
"version": "23.0.7",
"version": "23.0.8",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
Expand All @@ -9,7 +9,7 @@
"types": "tsc --project tsconfig.json --emitDeclarationOnly"
},
"dependencies": {
"@stacks/connect": "8.1.4"
"@stacks/connect": "8.1.5"
},
"devDependencies": {
"@types/react-dom": "^18.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 8.1.5

### Patch Changes

- [#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

- [#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

## 8.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "8.1.4",
"version": "8.1.5",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
Expand Down

0 comments on commit fb0b4bf

Please sign in to comment.