Skip to content

Commit

Permalink
Version Packages (#285)
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 16, 2023
1 parent fd769cb commit 38b6f4d
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-toes-count.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- Updated dependencies [fd769cb]
- @lightsparkdev/lightspark-sdk@1.1.2

## 0.0.3

### 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,12 +1,12 @@
{
"name": "@lightsparkdev/oauth-app",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/lightspark-sdk": "1.1.1",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"@lightsparkdev/oauth": "*",
"@lightsparkdev/ui": "*",
"qrcode.react": "^3.1.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/remote-signing-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/remote-signing-server

## 0.0.4

### Patch Changes

- Updated dependencies [fd769cb]
- @lightsparkdev/lightspark-sdk@1.1.2

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/remote-signing-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/remote-signing-server",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.1.1",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/streaming-wallet-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/streaming-wallet-extension

## 1.0.33

### Patch Changes

- Updated dependencies [fd769cb]
- @lightsparkdev/lightspark-sdk@1.1.2

## 1.0.32

### 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,12 +1,12 @@
{
"name": "@lightsparkdev/streaming-wallet-extension",
"version": "1.0.32",
"version": "1.0.33",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.1.1",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"eslint": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/uma-vasp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/uma-vasp

## 0.0.5

### Patch Changes

- Updated dependencies [fd769cb]
- @lightsparkdev/lightspark-sdk@1.1.2

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/uma-vasp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/uma-vasp",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.1.1",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"@uma-sdk/core": "^0.0.6",
"express": "^4.18.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/lightspark-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/lightspark-cli

## 0.0.23

### Patch Changes

- Updated dependencies [fd769cb]
- @lightsparkdev/lightspark-sdk@1.1.2

## 0.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lightspark-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/lightspark-cli",
"version": "0.0.22",
"version": "0.0.23",
"description": "CLI for the Lightspark JS sdk",
"main": "./dist/index.js",
"bin": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/crypto-wasm": "0.1.2",
"@lightsparkdev/lightspark-sdk": "1.1.1",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/lightspark-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/lightspark-sdk

## 1.1.2

### Patch Changes

- fd769cb: Fix fundNode variable reference

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lightspark-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/lightspark-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "Lightspark JS SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3700,7 +3700,7 @@ __metadata:
"@lightsparkdev/core": 1.0.5
"@lightsparkdev/crypto-wasm": 0.1.2
"@lightsparkdev/eslint-config": "*"
"@lightsparkdev/lightspark-sdk": 1.1.1
"@lightsparkdev/lightspark-sdk": 1.1.2
"@lightsparkdev/tsconfig": 0.0.0
"@types/jsonwebtoken": ^9.0.2
"@types/node": ^20.2.5
Expand All @@ -3726,7 +3726,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lightsparkdev/[email protected].1, @lightsparkdev/lightspark-sdk@workspace:packages/lightspark-sdk":
"@lightsparkdev/[email protected].2, @lightsparkdev/lightspark-sdk@workspace:packages/lightspark-sdk":
version: 0.0.0-use.local
resolution: "@lightsparkdev/lightspark-sdk@workspace:packages/lightspark-sdk"
dependencies:
Expand Down Expand Up @@ -3815,7 +3815,7 @@ __metadata:
"@emotion/react": ^11.11.0
"@emotion/styled": ^11.11.0
"@lightsparkdev/eslint-config": "*"
"@lightsparkdev/lightspark-sdk": 1.1.1
"@lightsparkdev/lightspark-sdk": 1.1.2
"@lightsparkdev/oauth": "*"
"@lightsparkdev/tsconfig": "*"
"@lightsparkdev/ui": "*"
Expand Down Expand Up @@ -3944,7 +3944,7 @@ __metadata:
resolution: "@lightsparkdev/remote-signing-server@workspace:apps/examples/remote-signing-server"
dependencies:
"@lightsparkdev/core": 1.0.5
"@lightsparkdev/lightspark-sdk": 1.1.1
"@lightsparkdev/lightspark-sdk": 1.1.2
"@lightsparkdev/tsconfig": "*"
"@types/supertest": ^2.0.14
express: ^4.18.2
Expand All @@ -3966,7 +3966,7 @@ __metadata:
"@emotion/react": ^11.11.0
"@emotion/styled": ^11.11.0
"@lightsparkdev/core": 1.0.5
"@lightsparkdev/lightspark-sdk": 1.1.1
"@lightsparkdev/lightspark-sdk": 1.1.2
"@lightsparkdev/tsconfig": "*"
"@lightsparkdev/vite": "*"
"@types/chrome": ^0.0.227
Expand Down Expand Up @@ -4026,7 +4026,7 @@ __metadata:
resolution: "@lightsparkdev/uma-vasp@workspace:apps/examples/uma-vasp"
dependencies:
"@lightsparkdev/core": 1.0.5
"@lightsparkdev/lightspark-sdk": 1.1.1
"@lightsparkdev/lightspark-sdk": 1.1.2
"@lightsparkdev/tsconfig": "*"
"@types/supertest": ^2.0.14
"@uma-sdk/core": ^0.0.6
Expand Down

0 comments on commit 38b6f4d

Please sign in to comment.