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

Commit 47df66e

Browse files
authored
chore(main): release sygma-sdk-core 1.2.1 (#203)
1 parent bee7188 commit 47df66e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/sdk": "1.2.0"
2+
"packages/sdk": "1.2.1"
33
}

packages/sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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/sygma-sdk-core-v1.2.0...sygma-sdk-core-v1.2.1) (2023-03-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Multibuild to esm and commonjs ([#183](https://github.com/sygmaprotocol/sygma-sdk/issues/183)) ([bee7188](https://github.com/sygmaprotocol/sygma-sdk/commit/bee71882f5c62606465f2c95b0b199b4850ee2ce))
9+
310
## [1.2.0](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.2.0...sygma-sdk-core-v1.2.0) (2023-03-15)
411

512

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildwithsygma/sygma-sdk-core",
3-
"version": "1.1.0",
3+
"version": "1.2.1",
44
"description": "Core primitives for bridging and message passing",
55
"main": "dist-cjs/index.js",
66
"module": "dist-esm/index.js",

0 commit comments

Comments
 (0)