Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #354

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/ninety-zebras-relax.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.3.1

### Patch Changes

- Updated dependencies [[`97c80e5`](https://github.com/hirosystems/connect/commit/97c80e5739384303c4a84127b38f6824566bc3ae)]:
- @stacks/[email protected]

## 22.3.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.3.0",
"version": "22.3.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.5.0",
"@stacks/connect": "7.5.1",
"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.1

### Patch Changes

- [#351](https://github.com/hirosystems/connect/pull/351) [`97c80e5`](https://github.com/hirosystems/connect/commit/97c80e5739384303c4a84127b38f6824566bc3ae) Thanks [@janniks](https://github.com/janniks)! - Fix bug that would revert to undefined wallet popup behavior.

## 6.2.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.2.0",
"version": "6.2.1",
"license": "MIT",
"scripts": {
"build": "stencil build --docs",
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

## 7.5.1

### Patch Changes

- [#351](https://github.com/hirosystems/connect/pull/351) [`97c80e5`](https://github.com/hirosystems/connect/commit/97c80e5739384303c4a84127b38f6824566bc3ae) Thanks [@janniks](https://github.com/janniks)! - Fix bug that would revert to undefined wallet popup behavior.

- Updated dependencies [[`97c80e5`](https://github.com/hirosystems/connect/commit/97c80e5739384303c4a84127b38f6824566bc3ae)]:
- @stacks/[email protected]

## 7.5.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.5.0",
"version": "7.5.1",
"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.2.0",
"@stacks/connect-ui": "6.2.1",
"@stacks/network": "^6.1.1",
"@stacks/profile": "^6.1.1",
"@stacks/transactions": "^6.1.1",
Expand Down