-
Notifications
You must be signed in to change notification settings - Fork 0
🔖 ci(release): npm packages release #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
c74657a to
1425d48
Compare
1425d48 to
568673f
Compare
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
568673f to
04c89ff
Compare
04c89ff to
c0f779a
Compare
c0f779a to
a8fcd2c
Compare
a8fcd2c to
b568ad9
Compare
b568ad9 to
7fed9ce
Compare
7fed9ce to
955102e
Compare
955102e to
44aa87e
Compare
44aa87e to
aa9bc83
Compare
aa9bc83 to
15aba02
Compare
15aba02 to
991eabc
Compare
f360a6b to
f76ab7e
Compare
f76ab7e to
f11bb40
Compare
f11bb40 to
4ed3a6c
Compare
4ed3a6c to
9b15d8a
Compare
9b15d8a to
b959b9a
Compare
b959b9a to
4f198ea
Compare
4f198ea to
5477888
Compare
5477888 to
fd964e7
Compare
fd964e7 to
d41367c
Compare
d41367c to
3ac7326
Compare
3ac7326 to
0320a4e
Compare
0320a4e to
aded4db
Compare
aded4db to
4b44c40
Compare
4b44c40 to
d8a0c18
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@archisquad/[email protected]
Minor Changes
field in Entity model, or a function. It could be left undefined, then Entity
API assumes that developer stick with the default
idfield.or valibot. Added data validation in runtime during the Entity creation and
update. Changed way of entity model declaration, introducted the configure
object and single function invocation instead of previous double. Now, you can
define function for infer schema type and validator - that way Entity API
supports your favorite schema library, and still brings no extra dependecies.
Added possibility to define custom methods on Entity.
Patch Changes
Relationship type that match every string used on entity object - which gives
false positive that such key exists on entity.