Skip to content

Commit 6e597ac

Browse files
Version Packages (#88)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 091ba06 commit 6e597ac

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/five-doors-impress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-ghosts-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/contracts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @withease/contracts
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 091ba06: Add `nothing` _Contract_ to simplify optional fields handling
8+
- 091ba06: Add `anything` _Contract_ to bypass validation
9+
310
## 1.0.0
411

512
### Major Changes

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@withease/contracts",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"scripts": {
66
"test:run": "vitest run --typecheck",

0 commit comments

Comments
 (0)