Skip to content

Commit

Permalink
[ui-test-app] Mark private to avoid publishing (#398)
Browse files Browse the repository at this point in the history
* [ui-test-app] Mark private to avoid publishing (#10995)

GitOrigin-RevId: d0f7c5a58196b1fdcaf0fad37c04bd42fac51497

* Update from public js-sdk main branch (#10993)

Update public `js` sources with the latest code from the [public
repository](https://github.com/lightsparkdev/js-sdk) main branch.

This typically happens when new versions of the SDK are released and
version updates need to be synced. The PR should be merged as soon as
possible to avoid updates to webdev overwriting the changes in the
js-sdk develop branch.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <[email protected]>
Co-authored-by: Corey Martin <[email protected]>
GitOrigin-RevId: caadd7037c261a224de22b8be5f238c23cdbbf29

* [uma-bridge] open transactions help modal from support buttons (#11007)

GitOrigin-RevId: b9fcd887ed1f38a4d2298fea3fbf667d49681f05

* Update wasm build for remote signing in js sdk. (#11011)

GitOrigin-RevId: 1f06648c3c4f8e0e72d6e3bb3c4593066206b86e

* Create sixty-lobsters-fetch.md

* Create quiet-houses-develop.md

---------

Co-authored-by: Corey Martin <[email protected]>
Co-authored-by: lightspark-ci-js-sdk[bot] <134011073+lightspark-ci-js-sdk[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <[email protected]>
Co-authored-by: Shreya Vissamsetti <[email protected]>
Co-authored-by: Zhen Lu <[email protected]>
  • Loading branch information
7 people authored Jun 5, 2024
1 parent 8f3a473 commit b855251
Show file tree
Hide file tree
Showing 10 changed files with 147 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-houses-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lightsparkdev/ui": patch
---

- Make Drawer fixed position
6 changes: 6 additions & 0 deletions .changeset/sixty-lobsters-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@lightsparkdev/lightspark-sdk": patch
"@lightsparkdev/crypto-wasm": patch
---

- Update to latest in remote signing wasm
1 change: 1 addition & 0 deletions apps/examples/ui-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"private": true,
"scripts": {
"build": "yarn tsc && yarn vite build",
"circular-deps": "madge --circular --extensions ts,tsx src",
Expand Down
Loading

0 comments on commit b855251

Please sign in to comment.