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 Nov 16, 2023
1 parent 2701e3c commit a328ffb
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 83 deletions.
7 changes: 0 additions & 7 deletions .changeset/clean-beans-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-kangaroos-march.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-days-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-mugs-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-paws-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-trainers-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-apes-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-planets-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-emus-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-timers-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-scissors-exercise.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/chains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @starknet-react/chains

## 0.1.0

### Minor Changes

- [#299](https://github.com/apibara/starknet-react/pull/299) [`226e4cb`](https://github.com/apibara/starknet-react/commit/226e4cb1d8e9b478dc57d45a98a59a57733572bb) Thanks [@fracek](https://github.com/fracek)! - Split provider and account

### Patch Changes

- [#318](https://github.com/apibara/starknet-react/pull/318) [`035575f`](https://github.com/apibara/starknet-react/commit/035575fe3a998f38fd2532d61847aeaabad82d9f) Thanks [@fracek](https://github.com/fracek)! - Update public RPC endpoint

## 0.1.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/chains",
"version": "0.1.0-next.1",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand Down
27 changes: 27 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @starknet-react/core

## 2.0.0

### Major Changes

- [#299](https://github.com/apibara/starknet-react/pull/299) [`226e4cb`](https://github.com/apibara/starknet-react/commit/226e4cb1d8e9b478dc57d45a98a59a57733572bb) Thanks [@fracek](https://github.com/fracek)! - Split provider and account

### Patch Changes

- [#322](https://github.com/apibara/starknet-react/pull/322) [`244fedf`](https://github.com/apibara/starknet-react/commit/244fedf1a99c82bb7b58cb1de15d3b712c35d2d1) Thanks [@fracek](https://github.com/fracek)! - Remove Buffer usage

- [#327](https://github.com/apibara/starknet-react/pull/327) [`d33a723`](https://github.com/apibara/starknet-react/commit/d33a723a2ab3b79f020ebd4b65316712f0191b98) Thanks [@fracek](https://github.com/fracek)! - Change provider configuration

- [#302](https://github.com/apibara/starknet-react/pull/302) [`792a27a`](https://github.com/apibara/starknet-react/commit/792a27a8db625e7a3650d318d99a38337f4ea072) Thanks [@fracek](https://github.com/fracek)! - Add useDeployAccount hook

- [#308](https://github.com/apibara/starknet-react/pull/308) [`ca15368`](https://github.com/apibara/starknet-react/commit/ca15368cfaeb62c99d9b8e1d268030f38553bcc8) Thanks [@fracek](https://github.com/fracek)! - Improve network and account change detection

- [#314](https://github.com/apibara/starknet-react/pull/314) [`bc0816b`](https://github.com/apibara/starknet-react/commit/bc0816bb3a0aa28c8117fc1cf8b4dd8ec5ee9fa2) Thanks [@fracek](https://github.com/fracek)! - Fix wallet connection when wallet not authorized

- [#336](https://github.com/apibara/starknet-react/pull/336) [`8b3ad82`](https://github.com/apibara/starknet-react/commit/8b3ad825c100262aedc47d7da2cb465f9c6ddb44) Thanks [@fracek](https://github.com/fracek)! - Update tanstack query to v5

- [#314](https://github.com/apibara/starknet-react/pull/314) [`bc0816b`](https://github.com/apibara/starknet-react/commit/bc0816bb3a0aa28c8117fc1cf8b4dd8ec5ee9fa2) Thanks [@fracek](https://github.com/fracek)! - Add hook to detect injected connectors

- [#311](https://github.com/apibara/starknet-react/pull/311) [`6560a2d`](https://github.com/apibara/starknet-react/commit/6560a2d92f93150faef4df360c39b595765ccafd) Thanks [@fracek](https://github.com/fracek)! - Improve network and account change detection

- Updated dependencies [[`226e4cb`](https://github.com/apibara/starknet-react/commit/226e4cb1d8e9b478dc57d45a98a59a57733572bb), [`035575f`](https://github.com/apibara/starknet-react/commit/035575fe3a998f38fd2532d61847aeaabad82d9f)]:
- @starknet-react/chains@0.1.0

## 2.0.0-next.7

### 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": "2.0.0-next.7",
"version": "2.0.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-starknet

## 2.0.0

### Major Changes

- [#299](https://github.com/apibara/starknet-react/pull/299) [`226e4cb`](https://github.com/apibara/starknet-react/commit/226e4cb1d8e9b478dc57d45a98a59a57733572bb) Thanks [@fracek](https://github.com/fracek)! - Split provider and account

### Patch Changes

- [#338](https://github.com/apibara/starknet-react/pull/338) [`d5f266a`](https://github.com/apibara/starknet-react/commit/d5f266a5378ddb17c70fcced020f5dddca21391a) Thanks [@fracek](https://github.com/fracek)! - Fix npm package

## 2.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-starknet",
"version": "2.0.0-next.1",
"version": "2.0.0",
"description": "Create starknet apps with one command",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a328ffb

Please sign in to comment.