Skip to content

Commit

Permalink
Version Packages (#288)
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, 2023
1 parent baeb7a1 commit 4a89932
Show file tree
Hide file tree
Showing 34 changed files with 202 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-items-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-stingrays-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-items-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-baboons-laugh.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.5

### Patch Changes

- Updated dependencies [baeb7a1]
- @lightsparkdev/lightspark-sdk@1.1.3
- @lightsparkdev/oauth@0.1.26

## 0.0.4

### 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.4",
"version": "0.0.5",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"@lightsparkdev/lightspark-sdk": "1.1.3",
"@lightsparkdev/oauth": "*",
"@lightsparkdev/ui": "*",
"qrcode.react": "^3.1.0",
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.19

### Patch Changes

- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/core@1.0.6
- @lightsparkdev/react-wallet@0.6.30
- @lightsparkdev/wallet-sdk@0.7.3

## 0.1.18

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.18",
"version": "0.1.19",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/react-wallet": "0.6.29",
"@lightsparkdev/core": "1.0.6",
"@lightsparkdev/react-wallet": "0.6.30",
"@lightsparkdev/ui": "*",
"@lightsparkdev/wallet-sdk": "0.7.2",
"@lightsparkdev/wallet-sdk": "0.7.3",
"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/remote-signing-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lightsparkdev/remote-signing-server

## 0.0.5

### Patch Changes

- Updated dependencies [baeb7a1]
- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/lightspark-sdk@1.1.3
- @lightsparkdev/core@1.0.6

## 0.0.4

### 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.4",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"test": "./test.sh test"
},
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"@lightsparkdev/core": "1.0.6",
"@lightsparkdev/lightspark-sdk": "1.1.3",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions apps/examples/streaming-wallet-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lightsparkdev/streaming-wallet-extension

## 1.0.34

### Patch Changes

- Updated dependencies [baeb7a1]
- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/lightspark-sdk@1.1.3
- @lightsparkdev/core@1.0.6

## 1.0.33

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.33",
"version": "1.0.34",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"@lightsparkdev/core": "1.0.6",
"@lightsparkdev/lightspark-sdk": "1.1.3",
"eslint": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
Expand Down
11 changes: 11 additions & 0 deletions apps/examples/uma-vasp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lightsparkdev/uma-vasp

## 0.0.6

### Patch Changes

- Updated dependencies [baeb7a1]
- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/lightspark-sdk@1.1.3
- @lightsparkdev/core@1.0.6

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"test": "./test.sh test"
},
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"@lightsparkdev/core": "1.0.6",
"@lightsparkdev/lightspark-sdk": "1.1.3",
"@uma-sdk/core": "^0.1.1",
"express": "^4.18.2"
},
Expand Down
10 changes: 10 additions & 0 deletions apps/examples/wallet-node-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lightsparkdev/wallet-node-scripts

## 1.0.8

### Patch Changes

- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/core@1.0.6
- @lightsparkdev/wallet-sdk@0.7.3

## 1.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/examples/wallet-node-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/wallet-node-scripts",
"version": "1.0.7",
"version": "1.0.8",
"description": "Example node scripts for the lightspark js sdk",
"main": "index.js",
"private": true,
Expand All @@ -16,8 +16,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/wallet-sdk": "0.7.2",
"@lightsparkdev/core": "1.0.6",
"@lightsparkdev/wallet-sdk": "0.7.3",
"commander": "^11.0.0",
"dayjs": "^1.11.7"
}
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.0.6

### Patch Changes

- ffcedbe: [core] Move number utils to core
- d9f6d5b: [core] Move remaining currency utils and add tests
- baeb7a1: [core] localeToCurrencySymbol and tests

## 1.0.5

### 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.0.5",
"version": "1.0.6",
"description": "Lightspark JS SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --bail"
},
"devDependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/core": "1.0.6",
"jest": "^29.6.2",
"ts-jest": "^29.1.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/lightspark-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lightsparkdev/lightspark-cli

## 0.0.24

### Patch Changes

- Updated dependencies [baeb7a1]
- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/lightspark-sdk@1.1.3
- @lightsparkdev/core@1.0.6

## 0.0.23

### 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.23",
"version": "0.0.24",
"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.0.5",
"@lightsparkdev/core": "1.0.6",
"@lightsparkdev/crypto-wasm": "0.1.2",
"@lightsparkdev/lightspark-sdk": "1.1.2",
"@lightsparkdev/lightspark-sdk": "1.1.3",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/lightspark-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lightsparkdev/lightspark-sdk

## 1.1.3

### Patch Changes

- baeb7a1: [lightspark-sdk] Fix improper fundNode var ref and add tests
- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/core@1.0.6

## 1.1.2

### 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.1.2",
"version": "1.1.3",
"description": "Lightspark JS SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/core": "1.0.6",
"@lightsparkdev/crypto-wasm": "0.1.2",
"auto-bind": "^5.0.1",
"crypto": "^1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/oauth

## 0.1.26

### Patch Changes

- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/core@1.0.6

## 0.1.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/oauth",
"version": "0.1.25",
"version": "0.1.26",
"description": "Lightspark JS Oauth SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/core": "1.0.6",
"@openid/appauth": "^1.3.1",
"auto-bind": "^5.0.1",
"dayjs": "^1.11.7"
Expand Down
9 changes: 9 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/react-native

## 0.2.21

### Patch Changes

- Updated dependencies [ffcedbe]
- Updated dependencies [d9f6d5b]
- Updated dependencies [baeb7a1]
- @lightsparkdev/core@1.0.6

## 0.2.20

### 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.2.20",
"version": "0.2.21",
"description": "Lightspark Wallet React Native helpers SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/core": "1.0.6",
"@lightsparkdev/ls-react-native-crypto": "0.2.9",
"auto-bind": "^5.0.1",
"dayjs": "^1.11.7"
Expand Down
Loading

0 comments on commit 4a89932

Please sign in to comment.