Skip to content

Commit 024e677

Browse files
Version Packages (#468)
* Version Packages * CI update lock file for PR --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a1f6cc commit 024e677

File tree

8 files changed

+28
-13
lines changed

8 files changed

+28
-13
lines changed

.changeset/strong-garlics-sing.md

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

apps/examples/oauth-app/CHANGELOG.md

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

3+
## 0.0.54
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7a1f6cc]
8+
- @lightsparkdev/ui@1.1.5
9+
310
## 0.0.53
411

512
### Patch Changes

apps/examples/oauth-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@lightsparkdev/oauth-app",
3-
"version": "0.0.53",
3+
"version": "0.0.54",
44
"private": true,
55
"dependencies": {
66
"@emotion/css": "^11.11.0",
77
"@emotion/react": "^11.11.0",
88
"@emotion/styled": "^11.11.0",
99
"@lightsparkdev/lightspark-sdk": "1.9.4",
1010
"@lightsparkdev/oauth": "*",
11-
"@lightsparkdev/ui": "1.1.4",
11+
"@lightsparkdev/ui": "1.1.5",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.1.0",
1414
"react-router-dom": "6.11.2",

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

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

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7a1f6cc]
8+
- @lightsparkdev/ui@1.1.5
9+
310
## 0.0.23
411

512
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightsparkdev/ui-test-app",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "Lightspark UI components",
55
"author": "Lightspark Inc.",
66
"main": "./dist/index.js",
@@ -31,7 +31,7 @@
3131
"@emotion/react": "^11.11.0",
3232
"@emotion/styled": "^11.11.0",
3333
"@lightsparkdev/core": "1.4.2",
34-
"@lightsparkdev/ui": "1.1.4",
34+
"@lightsparkdev/ui": "1.1.5",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.1.0",
3737
"react-router-dom": "6.11.2"

packages/ui/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- 7a1f6cc: - Theme updates
8+
39
## 1.1.4
410

511
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightsparkdev/ui",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ __metadata:
22972297
"@lightsparkdev/lightspark-sdk": "npm:1.9.4"
22982298
"@lightsparkdev/oauth": "npm:*"
22992299
"@lightsparkdev/tsconfig": "npm:*"
2300-
"@lightsparkdev/ui": "npm:1.1.4"
2300+
"@lightsparkdev/ui": "npm:1.1.5"
23012301
"@types/jest": "npm:^29.5.3"
23022302
"@types/node": "npm:^20.2.5"
23032303
"@types/react": "npm:^18.2.12"
@@ -2393,7 +2393,7 @@ __metadata:
23932393
"@lightsparkdev/core": "npm:1.4.2"
23942394
"@lightsparkdev/eslint-config": "npm:*"
23952395
"@lightsparkdev/tsconfig": "npm:*"
2396-
"@lightsparkdev/ui": "npm:1.1.4"
2396+
"@lightsparkdev/ui": "npm:1.1.5"
23972397
"@lightsparkdev/vite": "npm:*"
23982398
"@testing-library/jest-dom": "npm:^6.1.2"
23992399
"@types/jest": "npm:^29.5.3"
@@ -2418,7 +2418,7 @@ __metadata:
24182418
languageName: unknown
24192419
linkType: soft
24202420

2421-
"@lightsparkdev/ui@npm:1.1.4, @lightsparkdev/ui@workspace:packages/ui":
2421+
"@lightsparkdev/ui@npm:1.1.5, @lightsparkdev/ui@workspace:packages/ui":
24222422
version: 0.0.0-use.local
24232423
resolution: "@lightsparkdev/ui@workspace:packages/ui"
24242424
dependencies:

0 commit comments

Comments
 (0)