Skip to content

Commit 454017d

Browse files
Version Packages (#441)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @lightsparkdev/[email protected] ### Patch Changes - 47733a2: - Allow injecting a custom fetchImpl into the JS SDK. This is helpful for clients who need custom requesting logic, logging, etc. ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - 47733a2: - Allow injecting a custom fetchImpl into the JS SDK. This is helpful for clients who need custom requesting logic, logging, etc. - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - 47733a2: - New icon, minor update to Flex component - Updated dependencies [47733a2] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - @lightsparkdev/[email protected] - @lightsparkdev/[email protected] ## @lightsparkdev/[email protected] ### Patch Changes - Updated dependencies [47733a2] - @lightsparkdev/[email protected] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 47733a2 commit 454017d

File tree

29 files changed

+170
-74
lines changed

29 files changed

+170
-74
lines changed

.changeset/bright-rockets-deny.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-glasses-remember.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/examples/nodejs-scripts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lightsparkdev/nodejs-scripts
22

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [47733a2]
8+
- @lightsparkdev/lightspark-sdk@1.8.10
9+
- @lightsparkdev/core@1.2.8
10+
311
## 0.0.20
412

513
### Patch Changes

apps/examples/nodejs-scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightsparkdev/nodejs-scripts",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"private": true,
55
"description": "Example NodeJS scripts for Lightspark JS SDKs",
66
"main": "index.js",
@@ -33,8 +33,8 @@
3333
"typescript": "^5.6.2"
3434
},
3535
"dependencies": {
36-
"@lightsparkdev/core": "1.2.7",
37-
"@lightsparkdev/lightspark-sdk": "1.8.9",
36+
"@lightsparkdev/core": "1.2.8",
37+
"@lightsparkdev/lightspark-sdk": "1.8.10",
3838
"commander": "^11.0.0",
3939
"dayjs": "^1.11.7",
4040
"lodash-es": "^4.17.21"

apps/examples/oauth-app/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @lightsparkdev/oauth-app
22

3+
## 0.0.47
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [47733a2]
8+
- Updated dependencies [47733a2]
9+
- @lightsparkdev/ui@1.0.16
10+
- @lightsparkdev/lightspark-sdk@1.8.10
11+
- @lightsparkdev/oauth@0.1.53
12+
313
## 0.0.46
414

515
### Patch Changes

apps/examples/oauth-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@lightsparkdev/oauth-app",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"private": true,
55
"dependencies": {
66
"@emotion/css": "^11.11.0",
77
"@emotion/react": "^11.11.0",
88
"@emotion/styled": "^11.11.0",
9-
"@lightsparkdev/lightspark-sdk": "1.8.9",
9+
"@lightsparkdev/lightspark-sdk": "1.8.10",
1010
"@lightsparkdev/oauth": "*",
11-
"@lightsparkdev/ui": "1.0.15",
11+
"@lightsparkdev/ui": "1.0.16",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.1.0",
1414
"react-router-dom": "6.11.2",

apps/examples/remote-signing-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lightsparkdev/remote-signing-server
22

3+
## 0.0.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [47733a2]
8+
- @lightsparkdev/lightspark-sdk@1.8.10
9+
- @lightsparkdev/core@1.2.8
10+
311
## 0.0.44
412

513
### Patch Changes

apps/examples/remote-signing-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightsparkdev/remote-signing-server",
3-
"version": "0.0.44",
3+
"version": "0.0.45",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -17,8 +17,8 @@
1717
"types": "tsc"
1818
},
1919
"dependencies": {
20-
"@lightsparkdev/core": "1.2.7",
21-
"@lightsparkdev/lightspark-sdk": "1.8.9",
20+
"@lightsparkdev/core": "1.2.8",
21+
"@lightsparkdev/lightspark-sdk": "1.8.10",
2222
"express": "^4.18.2"
2323
},
2424
"devDependencies": {

apps/examples/streaming-wallet-extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @lightsparkdev/streaming-wallet-extension
22

3+
## 1.0.76
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [47733a2]
8+
- Updated dependencies [47733a2]
9+
- @lightsparkdev/ui@1.0.16
10+
- @lightsparkdev/lightspark-sdk@1.8.10
11+
- @lightsparkdev/core@1.2.8
12+
313
## 1.0.75
414

515
### Patch Changes

apps/examples/streaming-wallet-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@lightsparkdev/streaming-wallet-extension",
3-
"version": "1.0.75",
3+
"version": "1.0.76",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.11.0",
77
"@emotion/styled": "^11.11.0",
8-
"@lightsparkdev/core": "1.2.7",
9-
"@lightsparkdev/lightspark-sdk": "1.8.9",
10-
"@lightsparkdev/ui": "1.0.15",
8+
"@lightsparkdev/core": "1.2.8",
9+
"@lightsparkdev/lightspark-sdk": "1.8.10",
10+
"@lightsparkdev/ui": "1.0.16",
1111
"eslint": "^8.3.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.1.0",

0 commit comments

Comments
 (0)