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 Mar 17, 2023
1 parent af3793c commit 8eb5ca1
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-apricots-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-walls-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-lions-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-peaches-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-shoes-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-lions-decide.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.16.0

### Minor Changes

- [#228](https://github.com/apibara/starknet-react/pull/228) [`af3793c`](https://github.com/apibara/starknet-react/commit/af3793ccf7d1a358ada5ce24950ecf628edf34bc) Thanks [@florian-bellotti](https://github.com/florian-bellotti)! - Fix injected connector

* [`3549c63`](https://github.com/apibara/starknet-react/commit/3549c63ec6688efec77804a77a2f40ade09c1570) Thanks [@irisdv](https://github.com/irisdv)! - Update starknet-react hooks to match wagmi api

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

## 1.1.0

### Minor Changes

- [#226](https://github.com/apibara/starknet-react/pull/226) [`250ef1e`](https://github.com/apibara/starknet-react/commit/250ef1e922ce668a2c1246d1044a8b06e4f2d535) Thanks [@YohanTz](https://github.com/YohanTz)! - Add options to specify template in the non-interactive mode (-t and --template)

* [#226](https://github.com/apibara/starknet-react/pull/226) [`250ef1e`](https://github.com/apibara/starknet-react/commit/250ef1e922ce668a2c1246d1044a8b06e4f2d535) Thanks [@YohanTz](https://github.com/YohanTz)! - Add template mode

- [#221](https://github.com/apibara/starknet-react/pull/221) [`4f96d80`](https://github.com/apibara/starknet-react/commit/4f96d809b26fd3c7cf1232370841a79da924b16e) Thanks [@YohanTz](https://github.com/YohanTz)! - Add interactive mode with options

### Patch Changes

- [#221](https://github.com/apibara/starknet-react/pull/221) [`4f96d80`](https://github.com/apibara/starknet-react/commit/4f96d809b26fd3c7cf1232370841a79da924b16e) Thanks [@YohanTz](https://github.com/YohanTz)! - Add colors and formatting

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

0 comments on commit 8eb5ca1

Please sign in to comment.