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 beguene committed Jun 23, 2022
1 parent 3702aa0 commit 0061735
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/short-clocks-poke.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

## 17.0.8

### Patch Changes

- Updated dependencies [[`3702aa0`](https://github.com/hirosystems/connect/commit/3702aa0c0d1d436a7eef09e5bc49331e81f33736)]:
- @stacks/connect@6.8.8

## 17.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "17.0.7",
"version": "17.0.8",
"scripts": {
"build": "concurrently 'yarn build:modules' 'yarn types'",
"build:modules": "tsdx build --format cjs,esm,umd",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@stacks/auth": "4.2.2",
"@stacks/connect": "6.8.7",
"@stacks/connect": "6.8.8",
"jsontokens": "^3.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"main": "dist/index.js",
"module": "dist/connect-react.esm.js",
"peerDependencies": {
"@stacks/connect": "6.8.7",
"@stacks/connect": "6.8.8",
"react": "^16.x || 17.x || 18.x",
"react-dom": "^16.x || 17.x || 18.x"
}
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

## 5.5.2

### Patch Changes

- [#248](https://github.com/hirosystems/connect/pull/248) [`3702aa0`](https://github.com/hirosystems/connect/commit/3702aa0c0d1d436a7eef09e5bc49331e81f33736) Thanks [@janniks](https://github.com/janniks)! - Revert adding a static showConnect alternative

## 5.5.1

### 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": "5.5.1",
"version": "5.5.2",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/types/components.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 6.8.8

### Patch Changes

- [#248](https://github.com/hirosystems/connect/pull/248) [`3702aa0`](https://github.com/hirosystems/connect/commit/3702aa0c0d1d436a7eef09e5bc49331e81f33736) Thanks [@janniks](https://github.com/janniks)! - Revert adding a static showConnect alternative

- Updated dependencies [[`3702aa0`](https://github.com/hirosystems/connect/commit/3702aa0c0d1d436a7eef09e5bc49331e81f33736)]:
- @stacks/connect-ui@5.5.2

## 6.8.7

### 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": "6.8.7",
"version": "6.8.8",
"scripts": {
"build": "rimraf dist && concurrently 'yarn build:modules' 'yarn build:standalone'",
"build:modules": "concurrently 'tsdx build --tsconfig tsconfig.json' 'yarn types'",
Expand All @@ -26,7 +26,7 @@
"unpkg": "dist/bundle.js",
"dependencies": {
"@stacks/auth": "4.2.2",
"@stacks/connect-ui": "5.5.1",
"@stacks/connect-ui": "5.5.2",
"@stacks/network": "4.2.1",
"@stacks/prettier-config": "0.0.8",
"@stacks/transactions": "4.3.0",
Expand Down

0 comments on commit 0061735

Please sign in to comment.