Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2024
1 parent f68c19f commit e35ac86
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-eels-poke.md

This file was deleted.

8 changes: 8 additions & 0 deletions app/play/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# play

## 0.1.1

### Patch Changes

- Updated dependencies [[`4811b61`](https://github.com/NethermindEth/starkweb/commit/4811b6169dab14794f9bd7c12ecd0ea5a752a48f)]:
- [email protected]
4 changes: 2 additions & 2 deletions app/play/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "play",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,7 +15,7 @@
"postcss": "^8.4.14",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"starkweb": "0.0.15",
"starkweb": "0.0.16",
"starkwebkit": "latest",
"starkwebkit-next-siwe": "latest",
"tailwindcss": "^3.3.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/starkweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# starkweb

## 0.0.16

### Patch Changes

- [#17](https://github.com/NethermindEth/starkweb/pull/17) [`4811b61`](https://github.com/NethermindEth/starkweb/commit/4811b6169dab14794f9bd7c12ecd0ea5a752a48f) Thanks [@WiseMrMusa](https://github.com/WiseMrMusa)! - This change fixes typing error

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starkweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkweb",
"version": "0.0.15",
"version": "0.0.16",
"private": false,
"type": "module",
"main": "./dist/cjs/exports/starkweb.js",
Expand Down

0 comments on commit e35ac86

Please sign in to comment.