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

Feat convert send nitro #50

Merged
merged 32 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
be7228f
feat: make ios compile
gtokman Aug 25, 2024
e561816
feat: make ios compile
gtokman Aug 25, 2024
4f3956a
fix: updates
gtokman Aug 25, 2024
21a9781
fix: updates
gtokman Aug 25, 2024
4bb81ff
fix: updates and refactor
gtokman Aug 26, 2024
8019844
fix: wip
gtokman Aug 28, 2024
d413696
fix: updates
gtokman Aug 28, 2024
ccdd0a9
fix: add more complex types
gtokman Aug 28, 2024
4b7019e
fix: wrap the headers and query
gtokman Aug 28, 2024
b1252ed
fix: more polish
gtokman Aug 29, 2024
f9ebb92
fix: readme
gtokman Aug 29, 2024
88f64b9
fix: make things compile
gtokman Aug 29, 2024
4c4bf10
fix: pass through errors
gtokman Aug 29, 2024
dc809b8
fix: more changes
gtokman Aug 29, 2024
c7486f1
fix: revert
gtokman Aug 29, 2024
2dcb5b4
fix: revert yarn
gtokman Aug 29, 2024
bb942a8
fix: lint
gtokman Aug 29, 2024
c22010a
fix: compiler error on android
gtokman Aug 29, 2024
6e67a1c
fix: pr feedback
gtokman Aug 29, 2024
1e5f468
fix: updates
gtokman Aug 30, 2024
0249043
fix: udpates
gtokman Aug 30, 2024
bb1b28d
fix: updates
gtokman Aug 30, 2024
0d7ac8c
fix:updates
gtokman Aug 30, 2024
c96843b
fix: updates
gtokman Aug 30, 2024
a4714d6
fix: updates to (wip)
gtokman Aug 30, 2024
de4bbce
fix: get android to compile
gtokman Aug 30, 2024
9d90e8e
fix: lock
gtokman Aug 31, 2024
021670f
fix: make android compile
gtokman Sep 2, 2024
0ed31d2
fix: revert android changes
gtokman Sep 2, 2024
1f7340a
fix: update
gtokman Sep 2, 2024
af6a8f2
fix: update
gtokman Sep 2, 2024
507ecf7
Update packages/npm/send/ios/Send.swift
gtokman Sep 2, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
matrix:
workingDirectory: [
"packages/npm/prefs",
# "packages/npm/send",
# "packages/npm/prefs",
"packages/npm/send",
# "packages/npm/financekit",
]
uses: ./.github/workflows/release_shared.yml
Expand Down
25 changes: 12 additions & 13 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Contributor Covenant Code of Conduct

## Our Pledge
Expand All @@ -18,23 +17,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall
- Focusing on what is best not just for us as individuals, but for the overall
community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or advances of
- The use of sexualized language or imagery, and sexual attention or advances of
any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email address,
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email address,
without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities
Expand All @@ -60,8 +59,8 @@ representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[INSERT CONTACT METHOD].
reported to the community leaders responsible for enforcement at [contact](contact@candle.fi).

All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
20 changes: 20 additions & 0 deletions packages/npm/financekit/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MIT License

Copyright (c) 2024 Gary Tokman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
20 changes: 20 additions & 0 deletions packages/npm/prefs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MIT License

Copyright (c) 2024 Gary Tokman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
82 changes: 82 additions & 0 deletions packages/npm/send/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# OSX
#
.DS_Store

# XDE
.expo/

# VSCode
.vscode/
jsconfig.json

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IJ
#
.classpath
.cxx
.gradle
.idea
.project
.settings
local.properties
android.iml

# Cocoapods
#
example/ios/Pods

# Ruby
example/vendor/

# node.js
#
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Expo
.expo/

# Turborepo
.turbo/

# generated by bob
lib/

# React Native Codegen
ios/generated
android/generated
4 changes: 3 additions & 1 deletion packages/npm/send/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
enableGlobalCache: true
compressionLevel: mixed

liambutler-lawrence marked this conversation as resolved.
Show resolved Hide resolved
enableGlobalCache: false

nmHoistingLimits: workspaces

Expand Down
107 changes: 46 additions & 61 deletions packages/npm/send/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


## 0.3.14 (2024-06-05)

## 0.3.13 (2024-06-04)
Expand All @@ -14,110 +12,97 @@

## [0.3.8](https://github.com/candlefinance/oss/compare/v0.3.7...v0.3.8) (2024-05-30)


### Features

* **ci:** update changelog on main automatically ([a51db3c](https://github.com/candlefinance/oss/commit/a51db3ce4a388775c8d05492543175ea26ea6143))

- **ci:** update changelog on main automatically ([a51db3c](https://github.com/candlefinance/oss/commit/a51db3ce4a388775c8d05492543175ea26ea6143))

## [0.3.7](https://github.com/candlefinance/oss/compare/v0.3.6...v0.3.7) (2024-05-30)


### Features

* **ci:** handle publishing packages automatically on merge to main ([62c9334](https://github.com/candlefinance/oss/commit/62c933412e46958e8aad02269ce7accd798395f4))

- **ci:** handle publishing packages automatically on merge to main ([62c9334](https://github.com/candlefinance/oss/commit/62c933412e46958e8aad02269ce7accd798395f4))

## [0.3.6](https://github.com/candlefinance/oss/compare/v0.3.5...v0.3.6) (2024-05-11)


### Bug Fixes

* **android:** handle okhttp empty response behavior ([#14](https://github.com/candlefinance/oss/issues/14)) ([0fbfa35](https://github.com/candlefinance/oss/commit/0fbfa35c90a048998a2f16f6fb3b0a0a46972998))
- **android:** handle okhttp empty response behavior ([#14](https://github.com/candlefinance/oss/issues/14)) ([0fbfa35](https://github.com/candlefinance/oss/commit/0fbfa35c90a048998a2f16f6fb3b0a0a46972998))

## [0.3.5](https://github.com/candlefinance/oss/compare/v0.3.4...v0.3.5) (2024-05-11)


### Bug Fixes

* add cookie store & fix url encoding ([#13](https://github.com/candlefinance/oss/issues/13)) ([f570c3e](https://github.com/candlefinance/oss/commit/f570c3e92fb9c1d1f2f5b2039d342a199ac36a3d))
- add cookie store & fix url encoding ([#13](https://github.com/candlefinance/oss/issues/13)) ([f570c3e](https://github.com/candlefinance/oss/commit/f570c3e92fb9c1d1f2f5b2039d342a199ac36a3d))

## [0.3.4](https://github.com/candlefinance/oss/compare/v0.3.3...v0.3.4) (2024-05-07)


### Bug Fixes

* **android:** add back cookie jar ([#12](https://github.com/candlefinance/oss/issues/12)) ([f28841d](https://github.com/candlefinance/oss/commit/f28841d6e39e285aaa605db208a3bd0269abf3d1))
- **android:** add back cookie jar ([#12](https://github.com/candlefinance/oss/issues/12)) ([f28841d](https://github.com/candlefinance/oss/commit/f28841d6e39e285aaa605db208a3bd0269abf3d1))

## [0.3.3](https://github.com/candlefinance/oss/compare/v0.3.2...v0.3.3) (2024-05-05)


### Bug Fixes

* **ios:** compiler errors ([38d54b5](https://github.com/candlefinance/oss/commit/38d54b53da2ad47e318fb8b0bb4fc038dc10216a))
- **ios:** compiler errors ([38d54b5](https://github.com/candlefinance/oss/commit/38d54b53da2ad47e318fb8b0bb4fc038dc10216a))

## [0.3.2](https://github.com/candlefinance/oss/compare/v0.3.0...v0.3.2) (2024-05-05)


### Bug Fixes

* publish ([1dfe15c](https://github.com/candlefinance/oss/commit/1dfe15cb86cf60bc74d7ee65df4758e37459ae9b))
* updates ([6e392a1](https://github.com/candlefinance/oss/commit/6e392a17b045588e10d159a33a0ec75834afd417))
- publish ([1dfe15c](https://github.com/candlefinance/oss/commit/1dfe15cb86cf60bc74d7ee65df4758e37459ae9b))
- updates ([6e392a1](https://github.com/candlefinance/oss/commit/6e392a17b045588e10d159a33a0ec75834afd417))

# 0.3.0 (2024-05-05)


### Bug Fixes

* **android:** clean up code ([194a5ee](https://github.com/candlefinance/oss/commit/194a5ee7494f918cba34f0cafaf0991b767ca15e))
* **android:** use coroutines to avoid blocking thread ([ec3664c](https://github.com/candlefinance/oss/commit/ec3664cc8cb2e3079886b40f562e478a676cbc2b))
* **android:** use coroutines to avoid blocking thread ([#8](https://github.com/candlefinance/oss/issues/8)) ([e8eaa01](https://github.com/candlefinance/oss/commit/e8eaa01965d8b4a2cef0b0a0281e3e9117be9047))
* **android:** use lazy var for okhttp client ([3abfa6f](https://github.com/candlefinance/oss/commit/3abfa6f3115d58b311b3c9abb9275b10b879d604))
* **android:** use lazy vars ([ff57b33](https://github.com/candlefinance/oss/commit/ff57b336753fdb009cce1ed8bc3ad382a2e14131))
* **ci:** add android build settings directly to command ([39dd648](https://github.com/candlefinance/oss/commit/39dd6480e6b3553f621806357d7c4271f53ca345))
* **ci:** add release job ([5f251cc](https://github.com/candlefinance/oss/commit/5f251cc96ea10c08a567e90dc8a395e2aeb23ff6))
* **ci:** disable publishing for now ([e4f2d68](https://github.com/candlefinance/oss/commit/e4f2d68e7250aa308b5750434432972811cff6a1))
* **ci:** disable publishing for now ([#9](https://github.com/candlefinance/oss/issues/9)) ([5f2abb5](https://github.com/candlefinance/oss/commit/5f2abb5e6f5570e0dd2e2d647697be236ac2ea81))
* **ci:** explicitly set nvmrc path ([d5dc7f3](https://github.com/candlefinance/oss/commit/d5dc7f3e470147921cd43080c3dd8301e44feb78))
* **ci:** fix token ([d39749e](https://github.com/candlefinance/oss/commit/d39749e72ace462168bf48ad83a1b8c4d33e2b9c))
* **ci:** make android able to build on ci ([776633e](https://github.com/candlefinance/oss/commit/776633eebcab1b17635cc1a8a757597061a57e71))
* **ci:** make release work ([#5](https://github.com/candlefinance/oss/issues/5)) ([29f78b2](https://github.com/candlefinance/oss/commit/29f78b2aa8b1951ae1ff56fc9a1d8e652a21b8da))
* **ci:** publish to npm first ([70a5630](https://github.com/candlefinance/oss/commit/70a563074a9df520fe9cbde87b59c167ac151bfd))
* **ci:** remove debug step ([86e8ea8](https://github.com/candlefinance/oss/commit/86e8ea816aa951ca5b1f6d74be1a51ebe3ef3943))
* **ci:** run workflows on specific package ([c9413ad](https://github.com/candlefinance/oss/commit/c9413ade0d31e860ebb985840aa587163e490524))
* **ci:** set working directory explicitly in custom action ([4ab6a7c](https://github.com/candlefinance/oss/commit/4ab6a7c7b32fa4eba87743559d706e66aa2482d4))
* **ci:** update registrys for send ([#3](https://github.com/candlefinance/oss/issues/3)) ([cfa2887](https://github.com/candlefinance/oss/commit/cfa2887d836dba8332d7769ab34db3e2ae02e723))
* **ios:** handle unwrapped optionals ([dbebd71](https://github.com/candlefinance/oss/commit/dbebd71f0b7292e215f7f22f9c9d0eb6594677d4))
* **ios:** revert debug change ([874fbc5](https://github.com/candlefinance/oss/commit/874fbc50c2d6e40c4d58d324a80cafd166cf1852))
* make error handling more consistent ([78fcc42](https://github.com/candlefinance/oss/commit/78fcc425c04ab6815aa00ff14b4512a7860d2892))

- **android:** clean up code ([194a5ee](https://github.com/candlefinance/oss/commit/194a5ee7494f918cba34f0cafaf0991b767ca15e))
- **android:** use coroutines to avoid blocking thread ([ec3664c](https://github.com/candlefinance/oss/commit/ec3664cc8cb2e3079886b40f562e478a676cbc2b))
- **android:** use coroutines to avoid blocking thread ([#8](https://github.com/candlefinance/oss/issues/8)) ([e8eaa01](https://github.com/candlefinance/oss/commit/e8eaa01965d8b4a2cef0b0a0281e3e9117be9047))
- **android:** use lazy var for okhttp client ([3abfa6f](https://github.com/candlefinance/oss/commit/3abfa6f3115d58b311b3c9abb9275b10b879d604))
- **android:** use lazy vars ([ff57b33](https://github.com/candlefinance/oss/commit/ff57b336753fdb009cce1ed8bc3ad382a2e14131))
- **ci:** add android build settings directly to command ([39dd648](https://github.com/candlefinance/oss/commit/39dd6480e6b3553f621806357d7c4271f53ca345))
- **ci:** add release job ([5f251cc](https://github.com/candlefinance/oss/commit/5f251cc96ea10c08a567e90dc8a395e2aeb23ff6))
- **ci:** disable publishing for now ([e4f2d68](https://github.com/candlefinance/oss/commit/e4f2d68e7250aa308b5750434432972811cff6a1))
- **ci:** disable publishing for now ([#9](https://github.com/candlefinance/oss/issues/9)) ([5f2abb5](https://github.com/candlefinance/oss/commit/5f2abb5e6f5570e0dd2e2d647697be236ac2ea81))
- **ci:** explicitly set nvmrc path ([d5dc7f3](https://github.com/candlefinance/oss/commit/d5dc7f3e470147921cd43080c3dd8301e44feb78))
- **ci:** fix token ([d39749e](https://github.com/candlefinance/oss/commit/d39749e72ace462168bf48ad83a1b8c4d33e2b9c))
- **ci:** make android able to build on ci ([776633e](https://github.com/candlefinance/oss/commit/776633eebcab1b17635cc1a8a757597061a57e71))
- **ci:** make release work ([#5](https://github.com/candlefinance/oss/issues/5)) ([29f78b2](https://github.com/candlefinance/oss/commit/29f78b2aa8b1951ae1ff56fc9a1d8e652a21b8da))
- **ci:** publish to npm first ([70a5630](https://github.com/candlefinance/oss/commit/70a563074a9df520fe9cbde87b59c167ac151bfd))
- **ci:** remove debug step ([86e8ea8](https://github.com/candlefinance/oss/commit/86e8ea816aa951ca5b1f6d74be1a51ebe3ef3943))
- **ci:** run workflows on specific package ([c9413ad](https://github.com/candlefinance/oss/commit/c9413ade0d31e860ebb985840aa587163e490524))
- **ci:** set working directory explicitly in custom action ([4ab6a7c](https://github.com/candlefinance/oss/commit/4ab6a7c7b32fa4eba87743559d706e66aa2482d4))
- **ci:** update registrys for send ([#3](https://github.com/candlefinance/oss/issues/3)) ([cfa2887](https://github.com/candlefinance/oss/commit/cfa2887d836dba8332d7769ab34db3e2ae02e723))
- **ios:** handle unwrapped optionals ([dbebd71](https://github.com/candlefinance/oss/commit/dbebd71f0b7292e215f7f22f9c9d0eb6594677d4))
- **ios:** revert debug change ([874fbc5](https://github.com/candlefinance/oss/commit/874fbc50c2d6e40c4d58d324a80cafd166cf1852))
- make error handling more consistent ([78fcc42](https://github.com/candlefinance/oss/commit/78fcc425c04ab6815aa00ff14b4512a7860d2892))

### Features

* **all:** implement android library and tweak ios and react ([c630427](https://github.com/candlefinance/oss/commit/c6304279e0e9576b4a98982e0a96dc0335d44cc7))
* **ios:** implement ios library ([15ea2dc](https://github.com/candlefinance/oss/commit/15ea2dc77070ca8345fe905e63c6f85b2922b471))
- **all:** implement android library and tweak ios and react ([c630427](https://github.com/candlefinance/oss/commit/c6304279e0e9576b4a98982e0a96dc0335d44cc7))
- **ios:** implement ios library ([15ea2dc](https://github.com/candlefinance/oss/commit/15ea2dc77070ca8345fe905e63c6f85b2922b471))

# 0.2.0 (2024-05-04)


### Bug Fixes

* **android:** clean up code ([194a5ee](https://github.com/candlefinance/oss/commit/194a5ee7494f918cba34f0cafaf0991b767ca15e))
* **android:** use lazy var for okhttp client ([3abfa6f](https://github.com/candlefinance/oss/commit/3abfa6f3115d58b311b3c9abb9275b10b879d604))
* **android:** use lazy vars ([ff57b33](https://github.com/candlefinance/oss/commit/ff57b336753fdb009cce1ed8bc3ad382a2e14131))
* **ci:** add android build settings directly to command ([39dd648](https://github.com/candlefinance/oss/commit/39dd6480e6b3553f621806357d7c4271f53ca345))
* **ci:** add release job ([5f251cc](https://github.com/candlefinance/oss/commit/5f251cc96ea10c08a567e90dc8a395e2aeb23ff6))
* **ci:** explicitly set nvmrc path ([d5dc7f3](https://github.com/candlefinance/oss/commit/d5dc7f3e470147921cd43080c3dd8301e44feb78))
* **ci:** make android able to build on ci ([776633e](https://github.com/candlefinance/oss/commit/776633eebcab1b17635cc1a8a757597061a57e71))
* **ci:** remove debug step ([86e8ea8](https://github.com/candlefinance/oss/commit/86e8ea816aa951ca5b1f6d74be1a51ebe3ef3943))
* **ci:** run workflows on specific package ([c9413ad](https://github.com/candlefinance/oss/commit/c9413ade0d31e860ebb985840aa587163e490524))
* **ci:** set working directory explicitly in custom action ([4ab6a7c](https://github.com/candlefinance/oss/commit/4ab6a7c7b32fa4eba87743559d706e66aa2482d4))
* **ci:** update registrys for send ([3041a24](https://github.com/candlefinance/oss/commit/3041a24817a04e6f3720e22dcf10b21728a77d57))
* **ios:** handle unwrapped optionals ([dbebd71](https://github.com/candlefinance/oss/commit/dbebd71f0b7292e215f7f22f9c9d0eb6594677d4))
* **ios:** revert debug change ([874fbc5](https://github.com/candlefinance/oss/commit/874fbc50c2d6e40c4d58d324a80cafd166cf1852))

- **android:** clean up code ([194a5ee](https://github.com/candlefinance/oss/commit/194a5ee7494f918cba34f0cafaf0991b767ca15e))
- **android:** use lazy var for okhttp client ([3abfa6f](https://github.com/candlefinance/oss/commit/3abfa6f3115d58b311b3c9abb9275b10b879d604))
- **android:** use lazy vars ([ff57b33](https://github.com/candlefinance/oss/commit/ff57b336753fdb009cce1ed8bc3ad382a2e14131))
- **ci:** add android build settings directly to command ([39dd648](https://github.com/candlefinance/oss/commit/39dd6480e6b3553f621806357d7c4271f53ca345))
- **ci:** add release job ([5f251cc](https://github.com/candlefinance/oss/commit/5f251cc96ea10c08a567e90dc8a395e2aeb23ff6))
- **ci:** explicitly set nvmrc path ([d5dc7f3](https://github.com/candlefinance/oss/commit/d5dc7f3e470147921cd43080c3dd8301e44feb78))
- **ci:** make android able to build on ci ([776633e](https://github.com/candlefinance/oss/commit/776633eebcab1b17635cc1a8a757597061a57e71))
- **ci:** remove debug step ([86e8ea8](https://github.com/candlefinance/oss/commit/86e8ea816aa951ca5b1f6d74be1a51ebe3ef3943))
- **ci:** run workflows on specific package ([c9413ad](https://github.com/candlefinance/oss/commit/c9413ade0d31e860ebb985840aa587163e490524))
- **ci:** set working directory explicitly in custom action ([4ab6a7c](https://github.com/candlefinance/oss/commit/4ab6a7c7b32fa4eba87743559d706e66aa2482d4))
- **ci:** update registrys for send ([3041a24](https://github.com/candlefinance/oss/commit/3041a24817a04e6f3720e22dcf10b21728a77d57))
- **ios:** handle unwrapped optionals ([dbebd71](https://github.com/candlefinance/oss/commit/dbebd71f0b7292e215f7f22f9c9d0eb6594677d4))
- **ios:** revert debug change ([874fbc5](https://github.com/candlefinance/oss/commit/874fbc50c2d6e40c4d58d324a80cafd166cf1852))

### Features

* **all:** implement android library and tweak ios and react ([c630427](https://github.com/candlefinance/oss/commit/c6304279e0e9576b4a98982e0a96dc0335d44cc7))
* **ios:** implement ios library ([15ea2dc](https://github.com/candlefinance/oss/commit/15ea2dc77070ca8345fe905e63c6f85b2922b471))
- **all:** implement android library and tweak ios and react ([c630427](https://github.com/candlefinance/oss/commit/c6304279e0e9576b4a98982e0a96dc0335d44cc7))
- **ios:** implement ios library ([15ea2dc](https://github.com/candlefinance/oss/commit/15ea2dc77070ca8345fe905e63c6f85b2922b471))
Loading
Loading