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 11, 2024
1 parent b75b7ca commit a2939ca
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-radios-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-pumas-knock.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.6.0

### Minor Changes

- [#392](https://github.com/hirosystems/connect/pull/392) [`0631e6e`](https://github.com/hirosystems/connect/commit/0631e6e26b8c9edd0a8a95de496fdc8915d59664) Thanks [@janniks](https://github.com/janniks)! - Add `clarityVersion` to contract deploys.

### Patch Changes

- Updated dependencies [[`b75b7ca`](https://github.com/hirosystems/connect/commit/b75b7caf460aa01a48b391166d3f4fd3bed2a6b4), [`0631e6e`](https://github.com/hirosystems/connect/commit/0631e6e26b8c9edd0a8a95de496fdc8915d59664)]:
- @stacks/connect@7.9.0

## 22.5.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.5.0",
"version": "22.6.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.8.0",
"@stacks/connect": "7.9.0",
"jsontokens": "^4.0.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 7.9.0

### Minor Changes

- [#392](https://github.com/hirosystems/connect/pull/392) [`0631e6e`](https://github.com/hirosystems/connect/commit/0631e6e26b8c9edd0a8a95de496fdc8915d59664) Thanks [@janniks](https://github.com/janniks)! - Add `clarityVersion` to contract deploys.

### Patch Changes

- [#395](https://github.com/hirosystems/connect/pull/395) [`b75b7ca`](https://github.com/hirosystems/connect/commit/b75b7caf460aa01a48b391166d3f4fd3bed2a6b4) Thanks [@janniks](https://github.com/janniks)! - Fix bug where url wasn't passed to network instance

## 7.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/connect",
"version": "7.8.0",
"version": "7.9.0",
"license": "MIT",
"scripts": {
"build": "concurrently 'tsup src/index.ts' 'npm run types'",
Expand Down

0 comments on commit a2939ca

Please sign in to comment.