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

Commit 48e84d5

Browse files
authored
chore(main): release utils 1.2.1 (#533)
🤖 I have created a release *beep* *boop* --- ## [1.2.1](utils-v1.2.0...utils-v1.2.1) (2024-09-11) ### Bug Fixes * remark regarding import resolution ([#531](#531)) ([8b4a3cd](8b4a3cd)) --- 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 8b4a3cd commit 48e84d5

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.2.1](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.2.0...utils-v1.2.1) (2024-09-11)
4+
5+
6+
### Bug Fixes
7+
8+
* remark regarding import resolution ([#531](https://github.com/sygmaprotocol/sygma-sdk/issues/531)) ([8b4a3cd](https://github.com/sygmaprotocol/sygma-sdk/commit/8b4a3cd1dc70ff2027e80bb8cd6926ad5fb02f33))
9+
310
## [1.2.0](https://github.com/sygmaprotocol/sygma-sdk/compare/utils-v1.1.0...utils-v1.2.0) (2024-09-09)
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.2.0",
3+
"version": "1.2.1",
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.2.0"}
1+
{"packages/utils":"1.2.1"}

0 commit comments

Comments
 (0)