Skip to content

Commit

Permalink
Version Packages (#425)
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 Sep 26, 2024
1 parent d933082 commit c77861a
Show file tree
Hide file tree
Showing 20 changed files with 86 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-garlics-know.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/examples/nodejs-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/nodejs-scripts

## 0.0.16

### Patch Changes

- @lightsparkdev/lightspark-sdk@1.8.5

## 0.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/nodejs-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/nodejs-scripts",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"description": "Example NodeJS scripts for Lightspark JS SDKs",
"main": "index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@lightsparkdev/core": "1.2.3",
"@lightsparkdev/lightspark-sdk": "1.8.4",
"@lightsparkdev/lightspark-sdk": "1.8.5",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21"
Expand Down
6 changes: 6 additions & 0 deletions apps/examples/oauth-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/oauth-app

## 0.0.41

### Patch Changes

- @lightsparkdev/lightspark-sdk@1.8.5

## 0.0.40

### 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.40",
"version": "0.0.41",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/lightspark-sdk": "1.8.4",
"@lightsparkdev/lightspark-sdk": "1.8.5",
"@lightsparkdev/oauth": "*",
"@lightsparkdev/ui": "1.0.10",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/examples/remote-signing-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/remote-signing-server

## 0.0.40

### Patch Changes

- @lightsparkdev/lightspark-sdk@1.8.5

## 0.0.39

### 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.39",
"version": "0.0.40",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@lightsparkdev/core": "1.2.3",
"@lightsparkdev/lightspark-sdk": "1.8.4",
"@lightsparkdev/lightspark-sdk": "1.8.5",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions apps/examples/streaming-wallet-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/streaming-wallet-extension

## 1.0.70

### Patch Changes

- @lightsparkdev/lightspark-sdk@1.8.5

## 1.0.69

### 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.69",
"version": "1.0.70",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.2.3",
"@lightsparkdev/lightspark-sdk": "1.8.4",
"@lightsparkdev/lightspark-sdk": "1.8.5",
"@lightsparkdev/ui": "1.0.10",
"eslint": "^8.3.0",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/examples/uma-vasp-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/uma-vasp-cli

## 0.0.21

### Patch Changes

- @lightsparkdev/lightspark-sdk@1.8.5

## 0.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/uma-vasp-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/uma-vasp-cli",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"description": "CLI for the Demo UMA VASP in ../apps/examples/uma-vasp",
"main": "./dist/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.2.3",
"@lightsparkdev/lightspark-sdk": "1.8.4",
"@lightsparkdev/lightspark-sdk": "1.8.5",
"@uma-sdk/core": "^1.2.0",
"chalk": "^5.3.0",
"commander": "^11.0.0"
Expand Down
6 changes: 6 additions & 0 deletions apps/examples/uma-vasp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/uma-vasp

## 0.0.41

### Patch Changes

- @lightsparkdev/lightspark-sdk@1.8.5

## 0.0.40

### 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.40",
"version": "0.0.41",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"main": "dist/index.js",
"dependencies": {
"@lightsparkdev/core": "1.2.3",
"@lightsparkdev/lightspark-sdk": "1.8.4",
"@lightsparkdev/lightspark-sdk": "1.8.5",
"@uma-sdk/core": "^1.2.0",
"express": "^4.18.2",
"uuid": "^9.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/crypto-wasm

## 0.1.6

### Patch Changes

- d933082: [crypto-wasm] Fix deps, ensure core bump patch

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/crypto-wasm",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"files": [
"crypto_bg.wasm",
Expand Down
8 changes: 8 additions & 0 deletions packages/lightspark-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/lightspark-cli

## 0.0.59

### Patch Changes

- Updated dependencies [d933082]
- @lightsparkdev/crypto-wasm@0.1.6
- @lightsparkdev/lightspark-sdk@1.8.5

## 0.0.58

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.58",
"version": "0.0.59",
"description": "CLI for the Lightspark JS sdk",
"main": "./dist/index.js",
"bin": {
Expand Down Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.2.3",
"@lightsparkdev/crypto-wasm": "0.1.5",
"@lightsparkdev/lightspark-sdk": "1.8.4",
"@lightsparkdev/crypto-wasm": "0.1.6",
"@lightsparkdev/lightspark-sdk": "1.8.5",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/lightspark-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/lightspark-sdk

## 1.8.5

### Patch Changes

- Updated dependencies [d933082]
- @lightsparkdev/crypto-wasm@0.1.6

## 1.8.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.8.4",
"version": "1.8.5",
"description": "Lightspark JS SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -83,7 +83,7 @@
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.2.3",
"@lightsparkdev/crypto-wasm": "0.1.5",
"@lightsparkdev/crypto-wasm": "0.1.6",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lightsparkdev/crypto-wasm@npm:0.1.5, @lightsparkdev/crypto-wasm@workspace:packages/crypto-wasm":
"@lightsparkdev/crypto-wasm@npm:0.1.6, @lightsparkdev/crypto-wasm@workspace:packages/crypto-wasm":
version: 0.0.0-use.local
resolution: "@lightsparkdev/crypto-wasm@workspace:packages/crypto-wasm"
dependencies:
Expand Down Expand Up @@ -2148,9 +2148,9 @@ __metadata:
dependencies:
"@inquirer/prompts": "npm:^1.1.3"
"@lightsparkdev/core": "npm:1.2.3"
"@lightsparkdev/crypto-wasm": "npm:0.1.5"
"@lightsparkdev/crypto-wasm": "npm:0.1.6"
"@lightsparkdev/eslint-config": "npm:*"
"@lightsparkdev/lightspark-sdk": "npm:1.8.4"
"@lightsparkdev/lightspark-sdk": "npm:1.8.5"
"@lightsparkdev/tsconfig": "npm:0.0.1"
"@types/jsonwebtoken": "npm:^9.0.2"
"@types/node": "npm:^20.2.5"
Expand All @@ -2176,12 +2176,12 @@ __metadata:
languageName: unknown
linkType: soft

"@lightsparkdev/lightspark-sdk@npm:1.8.4, @lightsparkdev/lightspark-sdk@workspace:packages/lightspark-sdk":
"@lightsparkdev/lightspark-sdk@npm:1.8.5, @lightsparkdev/lightspark-sdk@workspace:packages/lightspark-sdk":
version: 0.0.0-use.local
resolution: "@lightsparkdev/lightspark-sdk@workspace:packages/lightspark-sdk"
dependencies:
"@lightsparkdev/core": "npm:1.2.3"
"@lightsparkdev/crypto-wasm": "npm:0.1.5"
"@lightsparkdev/crypto-wasm": "npm:0.1.6"
"@lightsparkdev/eslint-config": "npm:*"
"@lightsparkdev/tsconfig": "npm:0.0.1"
"@types/crypto-js": "npm:^4.1.1"
Expand Down Expand Up @@ -2215,7 +2215,7 @@ __metadata:
dependencies:
"@lightsparkdev/core": "npm:1.2.3"
"@lightsparkdev/eslint-config": "npm:*"
"@lightsparkdev/lightspark-sdk": "npm:1.8.4"
"@lightsparkdev/lightspark-sdk": "npm:1.8.5"
"@types/jest": "npm:^29.5.3"
"@types/node": "npm:^20.2.5"
commander: "npm:^11.0.0"
Expand All @@ -2241,7 +2241,7 @@ __metadata:
"@emotion/react": "npm:^11.11.0"
"@emotion/styled": "npm:^11.11.0"
"@lightsparkdev/eslint-config": "npm:*"
"@lightsparkdev/lightspark-sdk": "npm:1.8.4"
"@lightsparkdev/lightspark-sdk": "npm:1.8.5"
"@lightsparkdev/oauth": "npm:*"
"@lightsparkdev/tsconfig": "npm:*"
"@lightsparkdev/ui": "npm:1.0.10"
Expand Down Expand Up @@ -2290,7 +2290,7 @@ __metadata:
resolution: "@lightsparkdev/remote-signing-server@workspace:apps/examples/remote-signing-server"
dependencies:
"@lightsparkdev/core": "npm:1.2.3"
"@lightsparkdev/lightspark-sdk": "npm:1.8.4"
"@lightsparkdev/lightspark-sdk": "npm:1.8.5"
"@lightsparkdev/tsconfig": "npm:*"
"@types/jest": "npm:^29.5.3"
"@types/node": "npm:^20.2.5"
Expand Down Expand Up @@ -2322,7 +2322,7 @@ __metadata:
"@emotion/react": "npm:^11.11.0"
"@emotion/styled": "npm:^11.11.0"
"@lightsparkdev/core": "npm:1.2.3"
"@lightsparkdev/lightspark-sdk": "npm:1.8.4"
"@lightsparkdev/lightspark-sdk": "npm:1.8.5"
"@lightsparkdev/tsconfig": "npm:*"
"@lightsparkdev/ui": "npm:1.0.10"
"@lightsparkdev/vite": "npm:*"
Expand Down Expand Up @@ -2460,7 +2460,7 @@ __metadata:
"@inquirer/prompts": "npm:^1.1.3"
"@lightsparkdev/core": "npm:1.2.3"
"@lightsparkdev/eslint-config": "npm:*"
"@lightsparkdev/lightspark-sdk": "npm:1.8.4"
"@lightsparkdev/lightspark-sdk": "npm:1.8.5"
"@lightsparkdev/tsconfig": "npm:0.0.1"
"@types/chalk": "npm:^2.2.0"
"@types/node": "npm:^20.2.5"
Expand All @@ -2485,7 +2485,7 @@ __metadata:
resolution: "@lightsparkdev/uma-vasp@workspace:apps/examples/uma-vasp"
dependencies:
"@lightsparkdev/core": "npm:1.2.3"
"@lightsparkdev/lightspark-sdk": "npm:1.8.4"
"@lightsparkdev/lightspark-sdk": "npm:1.8.5"
"@lightsparkdev/tsconfig": "npm:*"
"@types/body-parser": "npm:^1.19.5"
"@types/express": "npm:^4.17.21"
Expand Down

0 comments on commit c77861a

Please sign in to comment.