Skip to content

Commit

Permalink
chore: version packages (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 27, 2025
1 parent cf1fcb4 commit b65b651
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-colts-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-cheetahs-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-pugs-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-toys-happen.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.7

### Patch Changes

- Updated dependencies [[`cf1fcb4`](https://github.com/hirosystems/connect/commit/cf1fcb48efcf0abd630b031b2db346b702f3b6b6), [`cf1fcb4`](https://github.com/hirosystems/connect/commit/cf1fcb48efcf0abd630b031b2db346b702f3b6b6), [`cf1fcb4`](https://github.com/hirosystems/connect/commit/cf1fcb48efcf0abd630b031b2db346b702f3b6b6), [`cf1fcb4`](https://github.com/hirosystems/connect/commit/cf1fcb48efcf0abd630b031b2db346b702f3b6b6)]:
- @stacks/connect@8.1.4

## 23.0.6

### 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.6",
"version": "23.0.7",
"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.3"
"@stacks/connect": "8.1.4"
},
"devDependencies": {
"@types/react-dom": "^18.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 8.1.4

### Patch Changes

- [#429](https://github.com/hirosystems/connect/pull/429) [`cf1fcb4`](https://github.com/hirosystems/connect/commit/cf1fcb48efcf0abd630b031b2db346b702f3b6b6) Thanks [@janniks](https://github.com/janniks)! - Add authResponsePayload to authentication result for more backwards compatibility

- [#429](https://github.com/hirosystems/connect/pull/429) [`cf1fcb4`](https://github.com/hirosystems/connect/commit/cf1fcb48efcf0abd630b031b2db346b702f3b6b6) Thanks [@janniks](https://github.com/janniks)! - Allow `connect()` to take any `getAddresses` params as options

- [#429](https://github.com/hirosystems/connect/pull/429) [`cf1fcb4`](https://github.com/hirosystems/connect/commit/cf1fcb48efcf0abd630b031b2db346b702f3b6b6) Thanks [@janniks](https://github.com/janniks)! - Fix address storage issue for Xverse-like wallets

- [#429](https://github.com/hirosystems/connect/pull/429) [`cf1fcb4`](https://github.com/hirosystems/connect/commit/cf1fcb48efcf0abd630b031b2db346b702f3b6b6) Thanks [@janniks](https://github.com/janniks)! - Remove potentially unwanted private information from being stored in local storage

## 8.1.3

### 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.3",
"version": "8.1.4",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
Expand Down

0 comments on commit b65b651

Please sign in to comment.