Version Packages#7
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
61adafe to
6f5827b
Compare
6f5827b to
fdb2d55
Compare
fdb2d55 to
a3d4601
Compare
a3d4601 to
9589426
Compare
9589426 to
ef9b2c2
Compare
ef9b2c2 to
b781b46
Compare
b781b46 to
436c6fb
Compare
436c6fb to
a0c0703
Compare
a0c0703 to
fa773a6
Compare
fa773a6 to
7e7ce39
Compare
7e7ce39 to
8af5140
Compare
8af5140 to
3d65d17
Compare
3d65d17 to
d9977c7
Compare
d9977c7 to
91e3ed3
Compare
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
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
schemos@0.2.0
Minor Changes
#15
dc7ba05Thanks @2wheeh! - Add custom Ajv format validators for CosmWasm uint types#17
9dc2dbbThanks @2wheeh! - add createMsgValidator#13
4af42adThanks @2wheeh! - Add cw20/cw721 instantiate schemas for type-safe deployment#6
47f6b83Thanks @2wheeh! - add msg apis for client agnostic msg handling#12
eacc8f4Thanks @2wheeh! - Add opt-in query response validation to createTypedContract#13
4af42adThanks @2wheeh! - Add validateMsg for flat struct schema validation (instantiate/migrate)Patch Changes
88a2af5Thanks @2wheeh! - fix: include json-schema-to-ts in dependency correctly#8
6f02169Thanks @2wheeh! - add encoding utils for utf8, base64 handling#11
672f9e4Thanks @2wheeh! - separate e2e into dedicated workspace and its dependencies#16
a4cf5efThanks @2wheeh! - improve TS performance