Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fd80266

Browse files
authored
chore(main): release utils 1.1.0 (#512)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](utils-v1.0.2...utils-v1.1.0) (2024-09-05) ### Features * **evm:** Added support for creating cross chain non fungible asset transfer transactions ([#460](#460)) ([6c40781](6c40781)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1467f72 commit fd80266

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.0.2...utils-v1.1.0) (2024-09-05)
4+
5+
6+
### Features
7+
8+
* **evm:** Added support for creating cross chain non fungible asset transfer transactions ([#460](https://github.com/sygmaprotocol/sygma-sdk/issues/460)) ([6c40781](https://github.com/sygmaprotocol/sygma-sdk/commit/6c40781593c927a06a42f593c511520f41d028d5))
9+
310
## [1.0.2](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.0.1...utils-v1.0.2) (2024-08-21)
411

512

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildwithsygma/utils",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Utilities to support bridging and message passing",
55
"main": "dist-esm/index.js",
66
"types": "types/index.d.ts",

release-please/rp-utils-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/utils":"1.0.2"}
1+
{"packages/utils":"1.1.0"}

0 commit comments

Comments
 (0)