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 Dec 10, 2023
1 parent e408293 commit 492d401
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/unlucky-geckos-doubt.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/connect-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 22.3.0

### Minor Changes

- [#341](https://github.com/hirosystems/connect/pull/341) [`5284ddf`](https://github.com/hirosystems/connect/commit/5284ddf721535e90b6a1cbbc77e46f1e1b14d58e) Thanks [@janniks](https://github.com/janniks)! - Add new UI to allow selecting which wallet to use

### Patch Changes

- Updated dependencies [[`5284ddf`](https://github.com/hirosystems/connect/commit/5284ddf721535e90b6a1cbbc77e46f1e1b14d58e)]:
- @stacks/connect@7.5.0

## 22.2.2

### 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.2",
"version": "22.3.0",
"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.4.2",
"@stacks/connect": "7.5.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.2.0

### Minor Changes

- [#341](https://github.com/hirosystems/connect/pull/341) [`5284ddf`](https://github.com/hirosystems/connect/commit/5284ddf721535e90b6a1cbbc77e46f1e1b14d58e) Thanks [@janniks](https://github.com/janniks)! - Add new UI to allow selecting which wallet to use

## 6.1.3

### 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.3",
"version": "6.2.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.5.0

### Minor Changes

- [#341](https://github.com/hirosystems/connect/pull/341) [`5284ddf`](https://github.com/hirosystems/connect/commit/5284ddf721535e90b6a1cbbc77e46f1e1b14d58e) Thanks [@janniks](https://github.com/janniks)! - Add new UI to allow selecting which wallet to use

### Patch Changes

- Updated dependencies [[`5284ddf`](https://github.com/hirosystems/connect/commit/5284ddf721535e90b6a1cbbc77e46f1e1b14d58e)]:
- @stacks/connect-ui@6.2.0

## 7.4.2

### 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.2",
"version": "7.5.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.1.3",
"@stacks/connect-ui": "6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/profile": "^6.1.1",
"@stacks/transactions": "^6.1.1",
Expand Down

2 comments on commit 492d401

@vercel
Copy link

@vercel vercel bot commented on 492d401 Dec 10, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 492d401 Dec 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

connect – ./

connect-blockstack.vercel.app
connect-git-main-blockstack.vercel.app
connect-storybook.vercel.app

Please sign in to comment.