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 Feb 8, 2024
1 parent ccad084 commit fd1207f
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/rare-spiders-pull.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-schools-remember.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.4.1

### Patch Changes

- Updated dependencies [[`8dac7b2`](https://github.com/hirosystems/connect/commit/8dac7b22211d7cd55a03b555c167557d8167d8ba), [`8dac7b2`](https://github.com/hirosystems/connect/commit/8dac7b22211d7cd55a03b555c167557d8167d8ba)]:
- @stacks/connect@7.7.0

## 22.4.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.4.0",
"version": "22.4.1",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'yarn types'",
Expand All @@ -9,7 +9,7 @@
"types": "tsc --project tsconfig.json --emitDeclarationOnly"
},
"dependencies": {
"@stacks/connect": "7.6.0",
"@stacks/connect": "7.7.0",
"jsontokens": "^4.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/connect-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 6.4.0

### Minor Changes

- [#362](https://github.com/hirosystems/connect/pull/362) [`8dac7b2`](https://github.com/hirosystems/connect/commit/8dac7b22211d7cd55a03b555c167557d8167d8ba) Thanks [@janniks](https://github.com/janniks)! - Disables scrolling of the site when the modal is open

- [#362](https://github.com/hirosystems/connect/pull/362) [`8dac7b2`](https://github.com/hirosystems/connect/commit/8dac7b22211d7cd55a03b555c167557d8167d8ba) Thanks [@janniks](https://github.com/janniks)! - Adds cancelCallback to modal, which is triggered onCancel

## 6.3.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.3.0",
"version": "6.4.0",
"license": "MIT",
"scripts": {
"build": "stencil build --docs",
Expand Down
13 changes: 13 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 7.7.0

### Minor Changes

- [#362](https://github.com/hirosystems/connect/pull/362) [`8dac7b2`](https://github.com/hirosystems/connect/commit/8dac7b22211d7cd55a03b555c167557d8167d8ba) Thanks [@janniks](https://github.com/janniks)! - Disables scrolling of the site when the modal is open

- [#362](https://github.com/hirosystems/connect/pull/362) [`8dac7b2`](https://github.com/hirosystems/connect/commit/8dac7b22211d7cd55a03b555c167557d8167d8ba) Thanks [@janniks](https://github.com/janniks)! - Adds cancelCallback to modal, which is triggered onCancel

### Patch Changes

- Updated dependencies [[`8dac7b2`](https://github.com/hirosystems/connect/commit/8dac7b22211d7cd55a03b555c167557d8167d8ba), [`8dac7b2`](https://github.com/hirosystems/connect/commit/8dac7b22211d7cd55a03b555c167557d8167d8ba)]:
- @stacks/connect-ui@6.4.0

## 7.6.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.6.0",
"version": "7.7.0",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'yarn types'",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@stacks/auth": "^6.1.1",
"@stacks/connect-ui": "6.3.0",
"@stacks/connect-ui": "6.4.0",
"@stacks/network": "^6.1.1",
"@stacks/profile": "^6.1.1",
"@stacks/transactions": "^6.1.1",
Expand Down

0 comments on commit fd1207f

Please sign in to comment.