Skip to content

Commit

Permalink
chore(main): release substrate 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Oct 11, 2024
1 parent d2eef8d commit 72f3967
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.4](https://github.com/sygmaprotocol/sygma-sdk/compare/substrate-v1.0.3...substrate-v1.0.4) (2024-10-11)


### Bug Fixes

* remove `process` depedency which causes browser integration failure ([#559](https://github.com/sygmaprotocol/sygma-sdk/issues/559)) ([d2eef8d](https://github.com/sygmaprotocol/sygma-sdk/commit/d2eef8dfcea2aef6a40015c840ea39b9fe264505))

## [1.0.3](https://github.com/sygmaprotocol/sygma-sdk/compare/substrate-v1.0.2...substrate-v1.0.3) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildwithsygma/substrate",
"version": "1.0.3",
"version": "1.0.4",
"description": "Core primitives for 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-substrate-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/substrate":"1.0.3"}
{"packages/substrate":"1.0.4"}

0 comments on commit 72f3967

Please sign in to comment.