Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and janniks committed Jan 8, 2025
1 parent d6ea424 commit 20a869b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/smart-dingos-train.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.1

### Patch Changes

- Updated dependencies [[`d6ea424`](https://github.com/hirosystems/connect/commit/d6ea424331a022be0bf38e95a04832e050c0c143)]:
- @stacks/connect@7.10.0

## 22.6.0

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

## 6.6.0

### Minor Changes

- [#400](https://github.com/hirosystems/connect/pull/400) [`d6ea424`](https://github.com/hirosystems/connect/commit/d6ea424331a022be0bf38e95a04832e050c0c143) Thanks [@janniks](https://github.com/janniks)! - Add iframe capable Asigna provider.

## 6.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/connect-ui",
"version": "6.5.0",
"version": "6.6.0",
"license": "MIT",
"scripts": {
"build": "stencil build --docs",
Expand Down
11 changes: 11 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 7.10.0

### Minor Changes

- [#400](https://github.com/hirosystems/connect/pull/400) [`d6ea424`](https://github.com/hirosystems/connect/commit/d6ea424331a022be0bf38e95a04832e050c0c143) Thanks [@janniks](https://github.com/janniks)! - Add iframe capable Asigna provider.

### Patch Changes

- Updated dependencies [[`d6ea424`](https://github.com/hirosystems/connect/commit/d6ea424331a022be0bf38e95a04832e050c0c143)]:
- @stacks/connect-ui@6.6.0

## 7.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "7.9.0",
"version": "7.10.0",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@stacks/auth": "^7.0.0",
"@stacks/common": "^7.0.0",
"@stacks/connect-ui": "6.5.0",
"@stacks/connect-ui": "6.6.0",
"@stacks/network": "^7.0.0",
"@stacks/network-v6": "npm:@stacks/network@^6.16.0",
"@stacks/profile": "^7.0.0",
Expand Down

0 comments on commit 20a869b

Please sign in to comment.