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 avimak committed Aug 11, 2024
1 parent bd3e8ec commit ff37390
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/small-hotels-fold.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.4

### Patch Changes

- bd3e8ec: added mobile os store links support
- Updated dependencies [bd3e8ec]
- get-starknet@3.3.3

## 2.1.3

### 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.3",
"version": "2.1.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"get-starknet": "workspace:^3.3.2",
"get-starknet": "workspace:^3.3.3",
"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.3

### Patch Changes

- bd3e8ec: added mobile os store links support

## 3.3.2

### 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.2",
"version": "3.3.3",
"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.3

### Patch Changes

- bd3e8ec: added mobile os store links support
- Updated dependencies [bd3e8ec]
- get-starknet-core@3.3.3

## 3.3.2

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

Please sign in to comment.