Skip to content

Commit

Permalink
Merge pull request #215 from starknet-io/changeset-release/develop
Browse files Browse the repository at this point in the history
Pre-release version bump (next)
  • Loading branch information
dhruvkelawala authored Feb 15, 2024
2 parents 7f95adf + c486714 commit 6554495
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"get-starknet-core": "3.2.0",
"get-starknet": "3.0.1"
},
"changesets": []
"changesets": ["famous-cougars-bathe"]
}
7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# get-starknet-example

## 2.1.3-next.0

### Patch Changes

- Updated dependencies [4a477fd]
- [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-next.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"get-starknet": "workspace:^3.0.1",
"get-starknet": "workspace:^4.0.0-next.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

## 4.0.0-next.0

### Major Changes

- 4a477fd: new wallet snip

## 3.2.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": "get-starknet-core",
"version": "3.2.0",
"version": "4.0.0-next.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

## 4.0.0-next.0

### Major Changes

- 4a477fd: new wallet snip

### Patch Changes

- Updated dependencies [4a477fd]
- [email protected]

## 3.0.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": "3.0.1",
"version": "4.0.0-next.0",
"keywords": [
"starknet",
"starkware",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"bowser": "^2.11.0",
"get-starknet-core": "workspace:^3.0.1"
"get-starknet-core": "workspace:^4.0.0-next.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
Expand Down
72 changes: 3 additions & 69 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 6554495

Please sign in to comment.