Skip to content

Commit

Permalink
Version Packages (#432)
Browse files Browse the repository at this point in the history
* Version Packages

* CI update lock file for PR

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 18, 2024
1 parent e75da7c commit 4aee19d
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .changeset/blue-peaches-yell.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/real-badgers-cough.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/examples/oauth-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/oauth-app

## 0.0.44

### Patch Changes

- Updated dependencies [e75da7c]
- Updated dependencies [e75da7c]
- @lightsparkdev/ui@1.0.13

## 0.0.43

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/oauth-app/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@lightsparkdev/oauth-app",
"version": "0.0.43",
"version": "0.0.44",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/lightspark-sdk": "1.8.7",
"@lightsparkdev/oauth": "*",
"@lightsparkdev/ui": "1.0.12",
"@lightsparkdev/ui": "1.0.13",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "6.11.2",
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/streaming-wallet-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/streaming-wallet-extension

## 1.0.73

### Patch Changes

- Updated dependencies [e75da7c]
- Updated dependencies [e75da7c]
- @lightsparkdev/ui@1.0.13

## 1.0.72

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/streaming-wallet-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@lightsparkdev/streaming-wallet-extension",
"version": "1.0.72",
"version": "1.0.73",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.2.5",
"@lightsparkdev/lightspark-sdk": "1.8.7",
"@lightsparkdev/ui": "1.0.12",
"@lightsparkdev/ui": "1.0.13",
"eslint": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/ui-test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/ui-test-app

## 0.0.14

### Patch Changes

- Updated dependencies [e75da7c]
- Updated dependencies [e75da7c]
- @lightsparkdev/ui@1.0.13

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/ui-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/ui-test-app",
"version": "0.0.13",
"version": "0.0.14",
"description": "Lightspark UI components",
"author": "Lightspark Inc.",
"main": "./dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.2.5",
"@lightsparkdev/ui": "1.0.12",
"@lightsparkdev/ui": "1.0.13",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "6.11.2"
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @lightsparkdev/ui

## 1.0.13

### Patch Changes

- e75da7c: - fix button backgrounds
- fix secondary button theme
- update button paddingYs
- e75da7c: - Allow any icon width with default set in Button
- Allow "auto" as Button margin value
- Add topLeftIcon prop to Modal
- Update Modal to use setDefaultReactNodesTypography
- Add onClick prop to typography components
- Fix issue where onClick was always added to text nodes
- Add CardFormNearButtonColumn for alternative close Button spacing in CardForm

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/ui",
"version": "1.0.12",
"version": "1.0.13",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,7 @@ __metadata:
"@lightsparkdev/lightspark-sdk": "npm:1.8.7"
"@lightsparkdev/oauth": "npm:*"
"@lightsparkdev/tsconfig": "npm:*"
"@lightsparkdev/ui": "npm:1.0.12"
"@lightsparkdev/ui": "npm:1.0.13"
"@types/jest": "npm:^29.5.3"
"@types/node": "npm:^20.2.5"
"@types/react": "npm:^18.2.12"
Expand Down Expand Up @@ -2321,7 +2321,7 @@ __metadata:
"@lightsparkdev/core": "npm:1.2.5"
"@lightsparkdev/lightspark-sdk": "npm:1.8.7"
"@lightsparkdev/tsconfig": "npm:*"
"@lightsparkdev/ui": "npm:1.0.12"
"@lightsparkdev/ui": "npm:1.0.13"
"@lightsparkdev/vite": "npm:*"
"@types/chrome": "npm:^0.0.254"
"@types/jest": "npm:^29.5.3"
Expand Down Expand Up @@ -2362,7 +2362,7 @@ __metadata:
"@lightsparkdev/core": "npm:1.2.5"
"@lightsparkdev/eslint-config": "npm:*"
"@lightsparkdev/tsconfig": "npm:*"
"@lightsparkdev/ui": "npm:1.0.12"
"@lightsparkdev/ui": "npm:1.0.13"
"@lightsparkdev/vite": "npm:*"
"@testing-library/jest-dom": "npm:^6.1.2"
"@types/jest": "npm:^29.5.3"
Expand All @@ -2387,7 +2387,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lightsparkdev/ui@npm:1.0.12, @lightsparkdev/ui@workspace:packages/ui":
"@lightsparkdev/ui@npm:1.0.13, @lightsparkdev/ui@workspace:packages/ui":
version: 0.0.0-use.local
resolution: "@lightsparkdev/ui@workspace:packages/ui"
dependencies:
Expand Down

0 comments on commit 4aee19d

Please sign in to comment.