Skip to content

Commit

Permalink
Version Packages (#417)
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 24, 2024
1 parent 07900ac commit 58fa69b
Show file tree
Hide file tree
Showing 41 changed files with 285 additions and 124 deletions.
10 changes: 0 additions & 10 deletions .changeset/clever-tigers-obey.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/cuddly-knives-chew.md

This file was deleted.

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

## 0.0.14

### Patch Changes

- Updated dependencies [07900ac]
- @lightsparkdev/lightspark-sdk@1.8.3
- @lightsparkdev/wallet-sdk@0.13.3
- @lightsparkdev/core@1.2.2

## 0.0.13

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.13",
"version": "0.0.14",
"private": true,
"description": "Example NodeJS scripts for Lightspark JS SDKs",
"main": "index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/lightspark-sdk": "1.8.2",
"@lightsparkdev/wallet-sdk": "0.13.2",
"@lightsparkdev/core": "1.2.2",
"@lightsparkdev/lightspark-sdk": "1.8.3",
"@lightsparkdev/wallet-sdk": "0.13.3",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21"
Expand Down
10 changes: 10 additions & 0 deletions apps/examples/oauth-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lightsparkdev/oauth-app

## 0.0.39

### Patch Changes

- Updated dependencies [07900ac]
- Updated dependencies [07900ac]
- @lightsparkdev/ui@1.0.9
- @lightsparkdev/lightspark-sdk@1.8.3
- @lightsparkdev/oauth@0.1.47

## 0.0.38

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.38",
"version": "0.0.39",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/lightspark-sdk": "1.8.2",
"@lightsparkdev/lightspark-sdk": "1.8.3",
"@lightsparkdev/oauth": "*",
"@lightsparkdev/ui": "1.0.8",
"@lightsparkdev/ui": "1.0.9",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "6.11.2",
Expand Down
11 changes: 11 additions & 0 deletions apps/examples/react-wallet-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lightsparkdev/react-wallet-app

## 0.1.50

### Patch Changes

- Updated dependencies [07900ac]
- Updated dependencies [07900ac]
- @lightsparkdev/ui@1.0.9
- @lightsparkdev/react-wallet@0.7.19
- @lightsparkdev/wallet-sdk@0.13.3
- @lightsparkdev/core@1.2.2

## 0.1.49

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/examples/react-wallet-app/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@lightsparkdev/react-wallet-app",
"version": "0.1.49",
"version": "0.1.50",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/react-wallet": "0.7.18",
"@lightsparkdev/ui": "1.0.8",
"@lightsparkdev/wallet-sdk": "0.13.2",
"@lightsparkdev/core": "1.2.2",
"@lightsparkdev/react-wallet": "0.7.19",
"@lightsparkdev/ui": "1.0.9",
"@lightsparkdev/wallet-sdk": "0.13.3",
"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/remote-signing-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/remote-signing-server

## 0.0.38

### Patch Changes

- Updated dependencies [07900ac]
- @lightsparkdev/lightspark-sdk@1.8.3
- @lightsparkdev/core@1.2.2

## 0.0.37

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.37",
"version": "0.0.38",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"types": "tsc"
},
"dependencies": {
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/lightspark-sdk": "1.8.2",
"@lightsparkdev/core": "1.2.2",
"@lightsparkdev/lightspark-sdk": "1.8.3",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions apps/examples/streaming-wallet-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lightsparkdev/streaming-wallet-extension

## 1.0.68

### Patch Changes

- Updated dependencies [07900ac]
- Updated dependencies [07900ac]
- @lightsparkdev/ui@1.0.9
- @lightsparkdev/lightspark-sdk@1.8.3
- @lightsparkdev/core@1.2.2

## 1.0.67

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.67",
"version": "1.0.68",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/lightspark-sdk": "1.8.2",
"@lightsparkdev/ui": "1.0.8",
"@lightsparkdev/core": "1.2.2",
"@lightsparkdev/lightspark-sdk": "1.8.3",
"@lightsparkdev/ui": "1.0.9",
"eslint": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/examples/ui-test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/ui-test-app

## 0.0.10

### Patch Changes

- Updated dependencies [07900ac]
- Updated dependencies [07900ac]
- @lightsparkdev/ui@1.0.9
- @lightsparkdev/core@1.2.2

## 0.0.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.9",
"version": "0.0.10",
"description": "Lightspark UI components",
"author": "Lightspark Inc.",
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/ui": "1.0.8",
"@lightsparkdev/core": "1.2.2",
"@lightsparkdev/ui": "1.0.9",
"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/uma-vasp-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/uma-vasp-cli

## 0.0.19

### Patch Changes

- Updated dependencies [07900ac]
- @lightsparkdev/lightspark-sdk@1.8.3
- @lightsparkdev/core@1.2.2

## 0.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.18",
"version": "0.0.19",
"private": true,
"description": "CLI for the Demo UMA VASP in ../apps/examples/uma-vasp",
"main": "./dist/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/lightspark-sdk": "1.8.2",
"@lightsparkdev/core": "1.2.2",
"@lightsparkdev/lightspark-sdk": "1.8.3",
"@uma-sdk/core": "^1.2.0",
"chalk": "^5.3.0",
"commander": "^11.0.0"
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/uma-vasp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/uma-vasp

## 0.0.39

### Patch Changes

- Updated dependencies [07900ac]
- @lightsparkdev/lightspark-sdk@1.8.3
- @lightsparkdev/core@1.2.2

## 0.0.38

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.38",
"version": "0.0.39",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,8 +13,8 @@
},
"main": "dist/index.js",
"dependencies": {
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/lightspark-sdk": "1.8.2",
"@lightsparkdev/core": "1.2.2",
"@lightsparkdev/lightspark-sdk": "1.8.3",
"@uma-sdk/core": "^1.2.0",
"express": "^4.18.2",
"uuid": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/core

## 1.2.2

### Patch Changes

- 07900ac: - Upgrade deps
- Upgrade TypeScript to 5.6.2 and some related type fixes
- Improve clean scripts

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/core",
"version": "1.2.1",
"version": "1.2.2",
"description": "Lightspark JS SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/crypto-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/crypto-wasm

## 0.1.5

### Patch Changes

- 07900ac: - Upgrade deps
- Upgrade TypeScript to 5.6.2 and some related type fixes
- Improve clean scripts

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.1.5",
"type": "module",
"files": [
"crypto_bg.wasm",
Expand All @@ -12,7 +12,7 @@
"test": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --bail"
},
"devDependencies": {
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/core": "1.2.2",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.6.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/lightspark-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lightsparkdev/lightspark-cli

## 0.0.57

### Patch Changes

- 07900ac: - Upgrade deps
- Upgrade TypeScript to 5.6.2 and some related type fixes
- Improve clean scripts
- Updated dependencies [07900ac]
- @lightsparkdev/lightspark-sdk@1.8.3
- @lightsparkdev/crypto-wasm@0.1.5
- @lightsparkdev/core@1.2.2

## 0.0.56

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.56",
"version": "0.0.57",
"description": "CLI for the Lightspark JS sdk",
"main": "./dist/index.js",
"bin": {
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"dependencies": {
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.2.1",
"@lightsparkdev/crypto-wasm": "0.1.4",
"@lightsparkdev/lightspark-sdk": "1.8.2",
"@lightsparkdev/core": "1.2.2",
"@lightsparkdev/crypto-wasm": "0.1.5",
"@lightsparkdev/lightspark-sdk": "1.8.3",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
Loading

0 comments on commit 58fa69b

Please sign in to comment.