Skip to content

Commit

Permalink
Version Packages (#394)
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 Mar 8, 2024
1 parent a73d027 commit d574b9d
Show file tree
Hide file tree
Showing 28 changed files with 133 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .changeset/spicy-rockets-lay.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/lightspark-sdk@1.5.12
- @lightsparkdev/wallet-sdk@0.12.11

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.0.5",
"private": true,
"description": "Example NodeJS scripts for Lightspark JS SDKs",
"main": "index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@lightsparkdev/core": "1.0.22",
"@lightsparkdev/lightspark-sdk": "1.5.11",
"@lightsparkdev/wallet-sdk": "0.12.10",
"@lightsparkdev/lightspark-sdk": "1.5.12",
"@lightsparkdev/wallet-sdk": "0.12.11",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21"
Expand Down
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.29

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/lightspark-sdk@1.5.12

## 0.0.28

### 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.28",
"version": "0.0.29",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/lightspark-sdk": "1.5.11",
"@lightsparkdev/lightspark-sdk": "1.5.12",
"@lightsparkdev/oauth": "*",
"@lightsparkdev/ui": "0.0.13",
"qrcode.react": "^3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/react-wallet-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/react-wallet-app

## 0.1.40

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/wallet-sdk@0.12.11
- @lightsparkdev/react-wallet@0.7.11

## 0.1.39

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.39",
"version": "0.1.40",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.22",
"@lightsparkdev/react-wallet": "0.7.10",
"@lightsparkdev/react-wallet": "0.7.11",
"@lightsparkdev/ui": "0.0.13",
"@lightsparkdev/wallet-sdk": "0.12.10",
"@lightsparkdev/wallet-sdk": "0.12.11",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "6.11.2",
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.29

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/lightspark-sdk@1.5.12

## 0.0.28

### 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.28",
"version": "0.0.29",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@lightsparkdev/core": "1.0.22",
"@lightsparkdev/lightspark-sdk": "1.5.11",
"@lightsparkdev/lightspark-sdk": "1.5.12",
"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.58

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/lightspark-sdk@1.5.12

## 1.0.57

### 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.57",
"version": "1.0.58",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.22",
"@lightsparkdev/lightspark-sdk": "1.5.11",
"@lightsparkdev/lightspark-sdk": "1.5.12",
"@lightsparkdev/ui": "0.0.13",
"eslint": "^8.3.0",
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/uma-vasp-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/uma-vasp-cli

## 0.0.10

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/lightspark-sdk@1.5.12

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.0.22",
"@lightsparkdev/lightspark-sdk": "1.5.11",
"@lightsparkdev/lightspark-sdk": "1.5.12",
"@uma-sdk/core": "^0.7.3",
"chalk": "^5.3.0",
"commander": "^11.0.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.30

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/lightspark-sdk@1.5.12

## 0.0.29

### 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.29",
"version": "0.0.30",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"main": "dist/index.js",
"dependencies": {
"@lightsparkdev/core": "1.0.22",
"@lightsparkdev/lightspark-sdk": "1.5.11",
"@lightsparkdev/lightspark-sdk": "1.5.12",
"@uma-sdk/core": "^0.7.3",
"express": "^4.18.2",
"uuid": "^9.0.0",
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.48

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/lightspark-sdk@1.5.12

## 0.0.47

### 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.47",
"version": "0.0.48",
"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.22",
"@lightsparkdev/crypto-wasm": "0.1.3",
"@lightsparkdev/lightspark-sdk": "1.5.11",
"@lightsparkdev/lightspark-sdk": "1.5.12",
"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.5.12

### Patch Changes

- a73d027: Regenerate the sdk to pick up internal payment field

## 1.5.11

### 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.5.11",
"version": "1.5.12",
"description": "Lightspark JS SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/react-native

## 0.3.11

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/wallet-sdk@0.12.11

## 0.3.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/react-native",
"version": "0.3.10",
"version": "0.3.11",
"description": "Lightspark Wallet React Native helpers SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@lightsparkdev/core": "1.0.22",
"@lightsparkdev/ls-react-native-crypto": "0.2.11",
"@lightsparkdev/wallet-sdk": "0.12.10",
"@lightsparkdev/wallet-sdk": "0.12.11",
"auto-bind": "^5.0.1",
"dayjs": "^1.11.7",
"expo-secure-store": "~12.3.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/react-wallet

## 0.7.11

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/wallet-sdk@0.12.11

## 0.7.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/react-wallet",
"version": "0.7.10",
"version": "0.7.11",
"description": "Lightspark JS Wallet SDK react helpers",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.22",
"@lightsparkdev/wallet-sdk": "0.12.10",
"@lightsparkdev/wallet-sdk": "0.12.11",
"auto-bind": "^5.0.1",
"dayjs": "^1.11.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/wallet-cli

## 0.0.60

### Patch Changes

- Updated dependencies [a73d027]
- @lightsparkdev/wallet-sdk@0.12.11

## 0.0.59

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/wallet-cli",
"version": "0.0.59",
"version": "0.0.60",
"description": "CLI for the Lightspark JS Wallet sdk",
"main": "./dist/index.js",
"bin": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.0.22",
"@lightsparkdev/wallet-sdk": "0.12.10",
"@lightsparkdev/wallet-sdk": "0.12.11",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/wallet-sdk

## 0.12.11

### Patch Changes

- a73d027: Regenerate the sdk to pick up internal payment field

## 0.12.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/wallet-sdk",
"version": "0.12.10",
"version": "0.12.11",
"description": "Lightspark JS Wallet SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
Loading

0 comments on commit d574b9d

Please sign in to comment.