Skip to content

Commit

Permalink
chore: version packages (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 5, 2025
1 parent ed9532a commit 2b97937
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-colts-beg.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

## 22.6.2

### Patch Changes

- Updated dependencies [[`ed9532a`](https://github.com/hirosystems/connect/commit/ed9532ac1b88cbcdb4d909cd6c45030fc00b78dd)]:
- @stacks/connect@7.10.1

## 22.6.1

### 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": "22.6.1",
"version": "22.6.2",
"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": "7.10.0",
"@stacks/connect": "7.10.1",
"jsontokens": "^4.0.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 7.10.1

### Patch Changes

- [#405](https://github.com/hirosystems/connect/pull/405) [`ed9532a`](https://github.com/hirosystems/connect/commit/ed9532ac1b88cbcdb4d909cd6c45030fc00b78dd) Thanks [@martinsvinicius](https://github.com/martinsvinicius)! - Avoid Asigna initialization when the window object is not defined

## 7.10.0

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

0 comments on commit 2b97937

Please sign in to comment.