Skip to content

Commit

Permalink
chore(main): release utils 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Aug 20, 2024
1 parent 984d6e3 commit 54a5d62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.0.0](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.0.0...utils-v2.0.0) (2024-08-20)


### ⚠ BREAKING CHANGES

* throw an error when the source account has low balance ([#417](https://github.com/sygmaprotocol/sygma-sdk/issues/417))

### Bug Fixes

* throw an error when the source account has low balance ([#417](https://github.com/sygmaprotocol/sygma-sdk/issues/417)) ([201942b](https://github.com/sygmaprotocol/sygma-sdk/commit/201942b610ce81763e73df52320d5c014491904d)), closes [#338](https://github.com/sygmaprotocol/sygma-sdk/issues/338)
* throw an error when the source account has low balance ([#474](https://github.com/sygmaprotocol/sygma-sdk/issues/474)) ([984d6e3](https://github.com/sygmaprotocol/sygma-sdk/commit/984d6e383f03ebb40ea05cca533c87a2b2382aca))

## 1.0.0 (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildwithsygma/utils",
"version": "1.0.0",
"version": "2.0.0",
"description": "Utilities to support bridging and message passing",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion release-please/rp-utils-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/utils":"1.0.0"}
{"packages/utils":"2.0.0"}

0 comments on commit 54a5d62

Please sign in to comment.