Skip to content

Commit 8c098c7

Browse files
Version Packages (#459)
* Version Packages * CI update lock file for PR --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5cfff96 commit 8c098c7

File tree

27 files changed

+196
-111
lines changed

27 files changed

+196
-111
lines changed

.changeset/grumpy-eagles-mix.md

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

.changeset/small-lies-perform.md

Lines changed: 0 additions & 36 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.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5cfff96]
8+
- @lightsparkdev/core@1.4.0
9+
- @lightsparkdev/lightspark-sdk@1.9.2
10+
311
## 0.0.23
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.23",
3+
"version": "0.0.24",
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.3.1",
37-
"@lightsparkdev/lightspark-sdk": "1.9.1",
36+
"@lightsparkdev/core": "1.4.0",
37+
"@lightsparkdev/lightspark-sdk": "1.9.2",
3838
"commander": "^11.0.0",
3939
"dayjs": "^1.11.7",
4040
"lodash-es": "^4.17.21"

apps/examples/oauth-app/CHANGELOG.md

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

3+
## 0.0.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5cfff96]
8+
- @lightsparkdev/ui@1.1.2
9+
- @lightsparkdev/lightspark-sdk@1.9.2
10+
- @lightsparkdev/oauth@0.1.56
11+
312
## 0.0.50
413

514
### 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.50",
3+
"version": "0.0.51",
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.9.1",
9+
"@lightsparkdev/lightspark-sdk": "1.9.2",
1010
"@lightsparkdev/oauth": "*",
11-
"@lightsparkdev/ui": "1.1.1",
11+
"@lightsparkdev/ui": "1.1.2",
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.48
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5cfff96]
8+
- @lightsparkdev/core@1.4.0
9+
- @lightsparkdev/lightspark-sdk@1.9.2
10+
311
## 0.0.47
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.47",
3+
"version": "0.0.48",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -17,8 +17,8 @@
1717
"types": "tsc"
1818
},
1919
"dependencies": {
20-
"@lightsparkdev/core": "1.3.1",
21-
"@lightsparkdev/lightspark-sdk": "1.9.1",
20+
"@lightsparkdev/core": "1.4.0",
21+
"@lightsparkdev/lightspark-sdk": "1.9.2",
2222
"express": "^4.18.2"
2323
},
2424
"devDependencies": {

apps/examples/ui-test-app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @lightsparkdev/ui-test-app
22

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5cfff96]
8+
- Updated dependencies [5cfff96]
9+
- @lightsparkdev/core@1.4.0
10+
- @lightsparkdev/ui@1.1.2
11+
312
## 0.0.20
413

514
### Patch Changes

apps/examples/ui-test-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightsparkdev/ui-test-app",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "Lightspark UI components",
55
"author": "Lightspark Inc.",
66
"main": "./dist/index.js",
@@ -30,8 +30,8 @@
3030
"@emotion/css": "^11.11.0",
3131
"@emotion/react": "^11.11.0",
3232
"@emotion/styled": "^11.11.0",
33-
"@lightsparkdev/core": "1.3.1",
34-
"@lightsparkdev/ui": "1.1.1",
33+
"@lightsparkdev/core": "1.4.0",
34+
"@lightsparkdev/ui": "1.1.2",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.1.0",
3737
"react-router-dom": "6.11.2"

0 commit comments

Comments
 (0)