Skip to content

Commit

Permalink
chore: version packages (#408)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 12, 2025
1 parent cb82258 commit 6ac87db
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 32 deletions.
17 changes: 0 additions & 17 deletions .changeset/bright-pumpkins-speak.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/lovely-jobs-fail.md

This file was deleted.

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

## 23.0.0

### Major Changes

- [#403](https://github.com/hirosystems/connect/pull/403) [`cb82258`](https://github.com/hirosystems/connect/commit/cb822582318348e3b36b2e5d048db465b0668ebc) Thanks [@janniks](https://github.com/janniks)! - Switch to new RPC API with SIP-030

BREAKING CHANGE:

Adds the new `request` method to the `@stacks/connect` package.
Which is the default way of interacting with Bitcoin and Stacks wallets.
This update needs a slightly breaking change to the `showXyz` and `openXyz` methods.

- ADDED `request` (UI) and `requestRaw` for calling wallet RPC methods
- UPDATED `SessionData` and `UserSession` to only expose a light `UserData` with `profile.stxAddress`
- UPDATED `StacksProvider` to only have a `request` method
- REMOVED `BlockstackProvider`, `StacksProvider`

### Patch Changes

- Updated dependencies [[`cb82258`](https://github.com/hirosystems/connect/commit/cb822582318348e3b36b2e5d048db465b0668ebc)]:
- @stacks/connect@8.0.0

## 22.6.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.6.2",
"version": "23.0.0",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
Expand All @@ -9,7 +9,7 @@
"types": "tsc --project tsconfig.json --emitDeclarationOnly"
},
"dependencies": {
"@stacks/connect": "7.10.1"
"@stacks/connect": "8.0.0"
},
"devDependencies": {
"@types/react-dom": "^18.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/connect-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 7.0.0

### Major Changes

- [#403](https://github.com/hirosystems/connect/pull/403) [`cb82258`](https://github.com/hirosystems/connect/commit/cb822582318348e3b36b2e5d048db465b0668ebc) Thanks [@janniks](https://github.com/janniks)! - Update UI properties

BREAKING CHANGE:

- RENAMED `persistSelection` to `persistWalletSelect`
- REMOVED `shouldUsePopup` from `@stacks/connect-ui`

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

## 8.0.0

### Major Changes

- [#403](https://github.com/hirosystems/connect/pull/403) [`cb82258`](https://github.com/hirosystems/connect/commit/cb822582318348e3b36b2e5d048db465b0668ebc) Thanks [@janniks](https://github.com/janniks)! - Switch to new RPC API with SIP-030

BREAKING CHANGE:

Adds the new `request` method to the `@stacks/connect` package.
Which is the default way of interacting with Bitcoin and Stacks wallets.
This update needs a slightly breaking change to the `showXyz` and `openXyz` methods.

- ADDED `request` (UI) and `requestRaw` for calling wallet RPC methods
- UPDATED `SessionData` and `UserSession` to only expose a light `UserData` with `profile.stxAddress`
- UPDATED `StacksProvider` to only have a `request` method
- REMOVED `BlockstackProvider`, `StacksProvider`

### Patch Changes

- Updated dependencies [[`cb82258`](https://github.com/hirosystems/connect/commit/cb822582318348e3b36b2e5d048db465b0668ebc)]:
- @stacks/connect-ui@7.0.0

## 7.10.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.10.1",
"version": "8.0.0",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@scure/base": "^1.2.4",
"@stacks/common": "^7.0.0",
"@stacks/connect-ui": "6.6.0",
"@stacks/connect-ui": "7.0.0",
"@stacks/network": "^7.0.0",
"@stacks/network-v6": "npm:@stacks/network@^6.16.0",
"@stacks/profile": "^7.0.0",
Expand Down

0 comments on commit 6ac87db

Please sign in to comment.