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 Nov 16, 2023
1 parent 7439332 commit 3b52a2d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-mirrors-study.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.2.2

### Patch Changes

- Updated dependencies []:
- @stacks/connect@7.4.2

## 22.2.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.2.1",
"version": "22.2.2",
"license": "MIT",
"prettier": "@stacks/prettier-config",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"types": "tsc --project tsconfig.json --emitDeclarationOnly"
},
"dependencies": {
"@stacks/connect": "7.4.1",
"@stacks/connect": "7.4.2",
"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.1.3

### Patch Changes

- [#343](https://github.com/hirosystems/connect/pull/343) [`7439332`](https://github.com/hirosystems/connect/commit/7439332c796b6fa36275680c1026abf588b76556) Thanks [@janniks](https://github.com/janniks)! - Fix Leather logo size

## 6.1.2

### Patch 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.1.2",
"version": "6.1.3",
"license": "MIT",
"prettier": "@stacks/prettier-config",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 7.4.2

### Patch Changes

- Updated dependencies [[`7439332`](https://github.com/hirosystems/connect/commit/7439332c796b6fa36275680c1026abf588b76556)]:
- @stacks/connect-ui@6.1.3

## 7.4.1

### Patch 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.4.1",
"version": "7.4.2",
"license": "MIT",
"prettier": "@stacks/prettier-config",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@stacks/auth": "^6.1.1",
"@stacks/connect-ui": "6.1.2",
"@stacks/connect-ui": "6.1.3",
"@stacks/network": "^6.1.1",
"@stacks/profile": "^6.1.1",
"@stacks/transactions": "^6.1.1",
Expand Down

1 comment on commit 3b52a2d

@vercel
Copy link

@vercel vercel bot commented on 3b52a2d Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.