Skip to content

Commit

Permalink
Merge pull request #51 from sygmaprotocol/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--sygmaprotocol-sdk-manager

chore(main): release sygmaprotocol-sdk-manager 0.0.1
  • Loading branch information
wainola authored Jan 4, 2024
2 parents 071f362 + 48f43ab commit 25e99dd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions packages/sdk-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 0.0.1 (2023-12-14)


### Features

* EmvWallet class base implementation ([74c9649](https://github.com/sygmaprotocol/sygma-widget/commit/74c96492dba784524891dfa04ca3314c69a36370))
* SDK Manager package ([#25](https://github.com/sygmaprotocol/sygma-widget/issues/25)) ([f9a8793](https://github.com/sygmaprotocol/sygma-widget/commit/f9a87932f5ffe7961c551e644ff20e2293fa4816))


### Bug Fixes

* fix sygma namespace ([f9ab963](https://github.com/sygmaprotocol/sygma-widget/commit/f9ab9637ea2b797086cee6c0a12b046e3cb2e14c))


### Miscellaneous

* folder structure for the packages ([c41a2bc](https://github.com/sygmaprotocol/sygma-widget/commit/c41a2bcc1647114bdc944f0677e6802fd908e76f))
* **main:** release 0.0.1 ([8cff038](https://github.com/sygmaprotocol/sygma-widget/commit/8cff038e5ec68039a2b3ff0301f9d7d4b63d9f61))
* **main:** release wallet-manager 0.1.0 ([076ffa3](https://github.com/sygmaprotocol/sygma-widget/commit/076ffa31ef8a5d49129ab11beba084e2086e5ec5))
* scripts and adding some stuff to gitignores ([c60f73e](https://github.com/sygmaprotocol/sygma-widget/commit/c60f73ebc6c402fdd4a390236cf2cf2c61741ec9))
* setup for modern yarn and pipelines to check building phase ([3ffdae4](https://github.com/sygmaprotocol/sygma-widget/commit/3ffdae46e876b65e160f8ead0eab0aa51796e2f0))
* setup pipelines ([#9](https://github.com/sygmaprotocol/sygma-widget/issues/9)) ([576b4c5](https://github.com/sygmaprotocol/sygma-widget/commit/576b4c59592e83a6c64a7159d0ef5e3f7b812b63))
2 changes: 1 addition & 1 deletion packages/sdk-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@buildwithsygma/sygmaprotocol-sdk-manager",
"description": "Sygma Protocol Widget",
"version": "1.0.0",
"version": "0.0.1",
"main": "build/index.js",
"module": "build/index.js",
"license": "LGPL-3.0-or-later",
Expand Down

0 comments on commit 25e99dd

Please sign in to comment.