-
Notifications
You must be signed in to change notification settings - Fork 27
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
[ci] Release #1295
Merged
Merged
[ci] Release #1295
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 5 Ignored Deployments
|
63809f8
to
939bcc8
Compare
939bcc8
to
0006fe6
Compare
0006fe6
to
5e6f80d
Compare
5e6f80d
to
1e545d8
Compare
1e545d8
to
88d410d
Compare
46dd288
to
0e702da
Compare
0e702da
to
54c1843
Compare
54c1843
to
3833607
Compare
3833607
to
8e84033
Compare
8e84033
to
f375520
Compare
javadkh2
approved these changes
Dec 19, 2023
f375520
to
fbfeaa3
Compare
sstraatemans
approved these changes
Dec 19, 2023
jessevanmuijden
approved these changes
Dec 19, 2023
salamaashoush
approved these changes
Dec 19, 2023
Ghislain89
approved these changes
Dec 19, 2023
eileenmguo
approved these changes
Dec 19, 2023
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
@kadena/client@1.7.0
Minor Changes
type
Patch Changes
more advanced usecases.
@kadena/client-utils@0.2.0
Minor Changes
executeTo
which executes the process until the specificevent is fired then it returns the result of that and pauses the process until
you call it again.
Patch Changes
type
field in IPactCommand.
more advanced usecases.
@kadena/pactjs-generator@1.7.0
Minor Changes
type
more advanced usecases.
Patch Changes
@kadena/types@0.6.0
Minor Changes
@kadena/pactjs-cli@1.7.0
Minor Changes
type
Patch Changes
@kadena-dev/eslint-config@1.0.3
Patch Changes
types of variables
@kadena/docs@0.8.0
Minor Changes
check on relative deeplink
Patch Changes
Text
andHeading
components to use new design tokens@kadena/hd-wallet@0.2.0
Minor Changes
Patch Changes
kadena.js@0.1.0
Minor Changes
Patch Changes
@kadena/react-ui@0.6.0
Minor Changes
mobile
and GradientText components to use the updated design tokens
onPress
instead ofonClick
read more about whyhttps://react-spectrum.adobe.com/blog/building-a-button-part-1.html. we
added
onClick
to allow easy migration but it is deprecated and we shouldnot use it for new code.
IconButton
andButton
components using<Button icon={<SomeIcon/>} />
instead ofIconButton
.compact
->
isCompact
.Button
is not a polymorphic component anymore we will have a separatelink component.
iconAlign
is replaced by specific icon renders propsstartIcon
andendIcon
, andicon
is repurposed for icon-only buttons akaIconButton
.recipe
instead of individualstyleVariants
.color
andvariant
are now one propvariant
and allalternative
variants are added as a standalone variant eg
<Button color="primary" variant="alternative" />
is now<Button variant="primaryInverted" />
we useinverted
postfix is usedinstead of
alternative
to match the intended color inversion behavior.isCompact
variant now works for all button variations before it onlyworked for some color variants.
tokens
Patch Changes
Text
andHeading
components to use new design tokens@kadena/graph@1.0.7
Patch Changes
@kadena/graph-client@0.1.8
Patch Changes
@kadena/client-examples@0.0.10
Patch Changes
type
@kadena/cookbook@0.0.9
Patch Changes