Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fracek committed Jul 1, 2022
1 parent eebac96 commit 96a75e6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-mirrors-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-rivers-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-teachers-rule.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/starknet-react-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# starknet-react-next

## 0.1.2

### Patch Changes

- Updated dependencies [[`9642726`](https://github.com/apibara/starknet-react/commit/96427267594aed6462820fb3bcd1d1011a2d4bb8), [`eebac96`](https://github.com/apibara/starknet-react/commit/eebac962922db774c6db87d1a0558be298b11459), [`f9d38cb`](https://github.com/apibara/starknet-react/commit/f9d38cb3ec59aacb04ad67f3fa64e4a2eb176a36)]:
- @starknet-react/core@0.12.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/starknet-react-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknet-react-next",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @starknet-react/core

## 0.12.0

### Minor Changes

- [#137](https://github.com/apibara/starknet-react/pull/137) [`9642726`](https://github.com/apibara/starknet-react/commit/96427267594aed6462820fb3bcd1d1011a2d4bb8) Thanks [@fracek](https://github.com/fracek)! - Change injected connector to work with multiple injected wallets

* [#132](https://github.com/apibara/starknet-react/pull/132) [`f9d38cb`](https://github.com/apibara/starknet-react/commit/f9d38cb3ec59aacb04ad67f3fa64e4a2eb176a36) Thanks [@sam0110](https://github.com/sam0110)! - Added the signTypedData hook

### Patch Changes

- [#139](https://github.com/apibara/starknet-react/pull/139) [`eebac96`](https://github.com/apibara/starknet-react/commit/eebac962922db774c6db87d1a0558be298b11459) Thanks [@fracek](https://github.com/fracek)! - Change sign hook values to match other hooks

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/core",
"version": "0.11.1",
"version": "0.12.0",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 96a75e6

Please sign in to comment.