-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b034d0c
commit 6a37a83
Showing
14 changed files
with
259 additions
and
211 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,94 @@ | ||
# minimal | ||
|
||
## 0.3.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b034d0c] | ||
- Updated dependencies [b034d0c] | ||
- @deroll/app@0.7.0 | ||
|
||
## 0.3.1 | ||
|
||
### Patch Changes | ||
|
||
- a85702c: bump dependencies | ||
- Updated dependencies [a85702c] | ||
- @deroll/app@0.6.1 | ||
- a85702c: bump dependencies | ||
- Updated dependencies [a85702c] | ||
- @deroll/app@0.6.1 | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
||
- 488d46b: separation of @deroll/app into @deroll/app and @deroll/core | ||
- 488d46b: separation of @deroll/app into @deroll/app and @deroll/core | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [488d46b] | ||
- @deroll/app@0.6.0 | ||
- Updated dependencies [488d46b] | ||
- @deroll/app@0.6.0 | ||
|
||
## 0.2.3 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [1f556f4] | ||
- @deroll/app@0.5.3 | ||
- Updated dependencies [1f556f4] | ||
- @deroll/app@0.5.3 | ||
|
||
## 0.2.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [ab0e599] | ||
- @deroll/app@0.5.2 | ||
- Updated dependencies [ab0e599] | ||
- @deroll/app@0.5.2 | ||
|
||
## 0.2.1 | ||
|
||
### Patch Changes | ||
|
||
- 00dbe37: bump dependencies | ||
- Updated dependencies [00dbe37] | ||
- @deroll/app@0.5.1 | ||
- 00dbe37: bump dependencies | ||
- Updated dependencies [00dbe37] | ||
- @deroll/app@0.5.1 | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- 903d8ec: migrate from viem@v1 to viem@v2 | ||
- 903d8ec: migrate from viem@v1 to viem@v2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [583e2fa] | ||
- Updated dependencies [903d8ec] | ||
- @deroll/app@0.5.0 | ||
- Updated dependencies [583e2fa] | ||
- Updated dependencies [903d8ec] | ||
- @deroll/app@0.5.0 | ||
|
||
## 0.1.3 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [2f65b2f] | ||
- @deroll/app@0.4.0 | ||
- Updated dependencies [2f65b2f] | ||
- @deroll/app@0.4.0 | ||
|
||
## 0.1.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [be34557] | ||
- @deroll/app@0.3.0 | ||
- Updated dependencies [be34557] | ||
- @deroll/app@0.3.0 | ||
|
||
## 0.1.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [15db7f1] | ||
- @deroll/app@0.2.0 | ||
- Updated dependencies [15db7f1] | ||
- @deroll/app@0.2.0 | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 575ec7b: Initial version | ||
- 575ec7b: Initial version | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [575ec7b] | ||
- @deroll/app@0.1.0 | ||
- Updated dependencies [575ec7b] | ||
- @deroll/app@0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "minimal", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"private": true, | ||
"scripts": { | ||
"build": "tsup", | ||
|
Oops, something went wrong.