Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release sygmaprotocol-sdk-manager 0.0.1 #51

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading