Skip to content
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(changesets): versioning packages #1812

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Conversation

fuel-service-user
Copy link
Contributor

@fuel-service-user fuel-service-user commented Feb 26, 2024

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 master, this PR will be updated.

Releases

@fuel-ts/[email protected]

Minor Changes

  • ✨ feat: add missing support for the u256 type
    The TS SDK is now capable of handling u256 types, and hence capable of interacting (encoding/decoding) with any Sway programs that use the u256 type.
    Breaking Change:
    • The U64Coder was removed in favour of the new BigNumberCoder which handles the encoding/decoding logic for both u64 and u256. (abi-coder package), by @Dhaiwat10 (See #1799)

@fuel-ts/[email protected]

Minor Changes

  • ✨ feat: add missing support for the u256 type
    The TS SDK is now capable of handling u256 types, and hence capable of interacting (encoding/decoding) with any Sway programs that use the u256 type.
    Breaking Change:
    • The U64Coder was removed in favour of the new BigNumberCoder which handles the encoding/decoding logic for both u64 and u256. (abi-coder package), by @Dhaiwat10 (See #1799)

@fuel-ts/[email protected]

Minor Changes

  • Add the DateTime class, which allows for the conversion between common date time formats, by @petertonysmith94 (See #1627)

Patch Changes

@fuel-ts/[email protected]

Minor Changes

@fuel-ts/[email protected]

Minor Changes

  • Add the DateTime class, which allows for the conversion between common date time formats, by @petertonysmith94 (See #1627)

Patch Changes

@fuel-ts/[email protected]

Minor Changes

[email protected]

Patch Changes

@fuel-ts/[email protected]

Patch Changes

@fuel-ts/[email protected]

@fuel-ts/[email protected]

@fuel-ts/[email protected]

@fuel-ts/[email protected]

@fuel-ts/[email protected]

[email protected]

@fuel-ts/[email protected]

@fuel-ts/[email protected]

@fuel-ts/[email protected]

@fuel-ts/[email protected]

@fuel-ts/[email protected]

@fuel-ts/[email protected]

@github-actions github-actions bot force-pushed the changeset-release/master branch 7 times, most recently from 92a242c to c0c409f Compare February 29, 2024 19:15
@arboleya arboleya closed this Feb 29, 2024
@arboleya arboleya reopened this Feb 29, 2024
@arboleya arboleya changed the title ci(changesets): versioning packages ci(changesets): versioning packagess Feb 29, 2024
@arboleya arboleya changed the title ci(changesets): versioning packagess ci(changesets): versioning packages Feb 29, 2024
Dhaiwat10
Dhaiwat10 previously approved these changes Feb 29, 2024
arboleya
arboleya previously approved these changes Feb 29, 2024
packages/abi-coder/package.json Show resolved Hide resolved
@github-actions github-actions bot dismissed stale reviews from arboleya and Dhaiwat10 via c6b4cc4 February 29, 2024 20:09
@arboleya arboleya closed this Feb 29, 2024
@arboleya arboleya reopened this Feb 29, 2024
@arboleya arboleya changed the title ci(changesets): versioning packages ci(changesets): versioning packagess Feb 29, 2024
@arboleya arboleya changed the title ci(changesets): versioning packagess ci(changesets): versioning packages Feb 29, 2024
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
79.48%(+0%) 70.2%(+0%) 78.04%(+0%) 79.57%(+0%)
Changed Files:

Coverage values did not change👌.

@Dhaiwat10 Dhaiwat10 merged commit 7d22fc5 into master Feb 29, 2024
14 of 15 checks passed
@Dhaiwat10 Dhaiwat10 deleted the changeset-release/master branch February 29, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants