Skip to content

Commit

Permalink
Merge pull request #178 from starknet-io/changeset-release/master
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
yoga-braavos authored Apr 18, 2023
2 parents dd3064e + b0f8ee7 commit 6777a83
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/calm-beers-give.md

This file was deleted.

12 changes: 12 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# get-starknet-example

## 2.1.0

### Minor Changes

- 0140123: Default to starknet.js v4 and add future compatiblity to v5

### Patch Changes

- Updated dependencies [0140123]
- get-starknet@2.1.0
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-starknet-example",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"get-starknet": "workspace:^2.0.0",
"get-starknet": "workspace:^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# get-starknet-core

## 2.1.0

### Minor Changes

- 0140123: Default to starknet.js v4 and add future compatiblity to v5

## 2.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": "get-starknet-core",
"version": "2.0.1",
"version": "2.1.0",
"keywords": [
"starknet",
"starkware",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# get-starknet

## 2.1.0

### Minor Changes

- 0140123: Default to starknet.js v4 and add future compatiblity to v5

### Patch Changes

- Updated dependencies [0140123]
- get-starknet-core@2.1.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-starknet",
"version": "2.0.0",
"version": "2.1.0",
"keywords": [
"starknet",
"starkware",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"bowser": "^2.11.0",
"get-starknet-core": "workspace:^2.0.0"
"get-starknet-core": "workspace:^2.1.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6777a83

Please sign in to comment.