Skip to content

Commit

Permalink
Merge pull request #261 from starknet-io/changeset-release/master
Browse files Browse the repository at this point in the history
Master branch version bump
  • Loading branch information
naorye2 authored Jul 9, 2024
2 parents 908d3a0 + 416b887 commit 0915591
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/grumpy-colts-design.md

This file was deleted.

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

## 2.1.3

### Patch Changes

- 53469c7: Implement eip 6963 support
- Updated dependencies [53469c7]
- [email protected]

## 2.1.2

### Patch Changes
Expand Down
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.1.2",
"version": "2.1.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"get-starknet": "workspace:^3.0.1",
"get-starknet": "workspace:^3.3.2",
"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

## 3.3.2

### Patch Changes

- 53469c7: Implement eip 6963 support

## 3.3.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": "3.3.1",
"version": "3.3.2",
"keywords": [
"starknet",
"starkware",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# get-starknet

## 3.3.2

### Patch Changes

- 53469c7: Implement eip 6963 support
- Updated dependencies [53469c7]
- [email protected]

## 3.3.0

### Minor 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": "3.3.0",
"version": "3.3.2",
"keywords": [
"starknet",
"starkware",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"bowser": "^2.11.0",
"get-starknet-core": "workspace:^3.3.0"
"get-starknet-core": "workspace:^3.3.2"
},
"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 0915591

Please sign in to comment.