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 5, 2023
1 parent 0a2eff0 commit a725fa8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-falcons-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-carpets-protect.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- [#281](https://github.com/apibara/starknet-react/pull/281) [`072cc64`](https://github.com/apibara/starknet-react/commit/072cc64a0f76b731d376e4475b87deb5e4baea80) Thanks [@fracek](https://github.com/fracek)! - Add `onConnect` and `onDisconnect` callbacks to `useAccount`

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

## 1.3.2

### Patch Changes

- [#277](https://github.com/apibara/starknet-react/pull/277) [`d0e23ad`](https://github.com/apibara/starknet-react/commit/d0e23addd846415f9e9a40cb25183a1482b987bd) Thanks [@fracek](https://github.com/fracek)! - Update templates

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

0 comments on commit a725fa8

Please sign in to comment.