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 May 9, 2023
1 parent a2880a2 commit 82c268e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-pans-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-games-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-radios-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-cars-hope.md

This file was deleted.

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

## 0.17.0

### Minor Changes

- [#234](https://github.com/apibara/starknet-react/pull/234) [`a2880a2`](https://github.com/apibara/starknet-react/commit/a2880a2f857f84d1c959303f89bc6aedcb6eb7f2) Thanks [@florian-bellotti](https://github.com/florian-bellotti)! - fix change account

* [#229](https://github.com/apibara/starknet-react/pull/229) [`ad3a8d6`](https://github.com/apibara/starknet-react/commit/ad3a8d6109b654fb6a9e09c9edf4ea749c13b967) Thanks [@0xads](https://github.com/0xads)! - useConnectors return isLoading

## 0.16.0

### Minor 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.16.0",
"version": "0.17.0",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-starknet

## 1.2.0

### Minor Changes

- [#231](https://github.com/apibara/starknet-react/pull/231) [`149bf00`](https://github.com/apibara/starknet-react/commit/149bf00f7a4c705d2a10562d222c2318955dbdb4) Thanks [@YohanTz](https://github.com/YohanTz)! - Added option to select the package manager the new project will be created with

* [#233](https://github.com/apibara/starknet-react/pull/233) [`517616d`](https://github.com/apibara/starknet-react/commit/517616d33fef87099b4fbe946af18cf70e9e1ee6) Thanks [@YohanTz](https://github.com/YohanTz)! - Automatically install dependencies after the template"

## 1.1.0

### Minor 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": "1.1.0",
"version": "1.2.0",
"description": "Create starknet apps with one command",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 82c268e

Please sign in to comment.