Skip to content

Commit

Permalink
Version Packages (#329)
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 Nov 20, 2023
1 parent 43dc882 commit 90bf035
Show file tree
Hide file tree
Showing 35 changed files with 211 additions and 92 deletions.
14 changes: 0 additions & 14 deletions .changeset/rare-ladybugs-allow.md

This file was deleted.

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

## 0.0.13

### Patch Changes

- Updated dependencies [43dc882]
- @lightsparkdev/lightspark-sdk@1.2.3
- @lightsparkdev/oauth@0.1.31
- @lightsparkdev/ui@0.0.1

## 0.0.12

### 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.12",
"version": "0.0.13",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/lightspark-sdk": "1.2.2",
"@lightsparkdev/lightspark-sdk": "1.2.3",
"@lightsparkdev/oauth": "*",
"@lightsparkdev/ui": "0.0.0",
"@lightsparkdev/ui": "0.0.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/examples/react-wallet-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lightsparkdev/react-wallet-app

## 0.1.25

### Patch Changes

- Updated dependencies [43dc882]
- @lightsparkdev/react-wallet@0.6.36
- @lightsparkdev/wallet-sdk@0.8.2
- @lightsparkdev/core@1.0.11
- @lightsparkdev/ui@0.0.1

## 0.1.24

### 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.24",
"version": "0.1.25",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.10",
"@lightsparkdev/react-wallet": "0.6.35",
"@lightsparkdev/ui": "0.0.0",
"@lightsparkdev/wallet-sdk": "0.8.1",
"@lightsparkdev/core": "1.0.11",
"@lightsparkdev/react-wallet": "0.6.36",
"@lightsparkdev/ui": "0.0.1",
"@lightsparkdev/wallet-sdk": "0.8.2",
"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.13

### Patch Changes

- Updated dependencies [43dc882]
- @lightsparkdev/lightspark-sdk@1.2.3
- @lightsparkdev/core@1.0.11

## 0.0.12

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

## 1.0.42

### Patch Changes

- Updated dependencies [43dc882]
- @lightsparkdev/lightspark-sdk@1.2.3
- @lightsparkdev/core@1.0.11
- @lightsparkdev/ui@0.0.1

## 1.0.41

### 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.41",
"version": "1.0.42",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.10",
"@lightsparkdev/lightspark-sdk": "1.2.2",
"@lightsparkdev/ui": "0.0.0",
"@lightsparkdev/core": "1.0.11",
"@lightsparkdev/lightspark-sdk": "1.2.3",
"@lightsparkdev/ui": "0.0.1",
"eslint": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.1.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.14

### Patch Changes

- Updated dependencies [43dc882]
- @lightsparkdev/lightspark-sdk@1.2.3
- @lightsparkdev/core@1.0.11

## 0.0.13

### 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.13",
"version": "0.0.14",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"test": "./test.sh test"
},
"dependencies": {
"@lightsparkdev/core": "1.0.10",
"@lightsparkdev/lightspark-sdk": "1.2.2",
"@lightsparkdev/core": "1.0.11",
"@lightsparkdev/lightspark-sdk": "1.2.3",
"@uma-sdk/core": "^0.3.0",
"express": "^4.18.2",
"zod": "^3.22.4"
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/wallet-node-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/wallet-node-scripts

## 1.0.14

### Patch Changes

- Updated dependencies [43dc882]
- @lightsparkdev/wallet-sdk@0.8.2
- @lightsparkdev/core@1.0.11

## 1.0.13

### 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.13",
"version": "1.0.14",
"description": "Example node scripts for the lightspark js sdk",
"main": "index.js",
"private": true,
Expand All @@ -16,8 +16,8 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@lightsparkdev/core": "1.0.10",
"@lightsparkdev/wallet-sdk": "0.8.1",
"@lightsparkdev/core": "1.0.11",
"@lightsparkdev/wallet-sdk": "0.8.2",
"commander": "^11.0.0",
"dayjs": "^1.11.7"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/core

## 1.0.11

### Patch Changes

- 43dc882: Upgrade to Typescript 5, lint config changes

## 1.0.10

### 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.10",
"version": "1.0.11",
"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.10",
"@lightsparkdev/core": "1.0.11",
"jest": "^29.6.2",
"ts-jest": "^29.1.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/lightspark-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/lightspark-cli

## 0.0.32

### Patch Changes

- 43dc882: Upgrade to Typescript 5, lint config changes
- Updated dependencies [43dc882]
- @lightsparkdev/lightspark-sdk@1.2.3
- @lightsparkdev/core@1.0.11

## 0.0.31

### 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.31",
"version": "0.0.32",
"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.10",
"@lightsparkdev/core": "1.0.11",
"@lightsparkdev/crypto-wasm": "0.1.2",
"@lightsparkdev/lightspark-sdk": "1.2.2",
"@lightsparkdev/lightspark-sdk": "1.2.3",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/lightspark-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/lightspark-sdk

## 1.2.3

### Patch Changes

- 43dc882: Upgrade to Typescript 5, lint config changes
- Updated dependencies [43dc882]
- @lightsparkdev/core@1.0.11

## 1.2.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.2.2",
"version": "1.2.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.10",
"@lightsparkdev/core": "1.0.11",
"@lightsparkdev/crypto-wasm": "0.1.2",
"auto-bind": "^5.0.1",
"crypto-browserify": "^3.12.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/ls-react-native-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/ls-react-native-crypto

## 0.2.10

### Patch Changes

- 43dc882: Upgrade to Typescript 5, lint config changes

## 0.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ls-react-native-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/ls-react-native-crypto",
"version": "0.2.9",
"version": "0.2.10",
"description": "A thin react native library for crypto operations required by the Lightspark SDKs.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/oauth

## 0.1.31

### Patch Changes

- 43dc882: Upgrade to Typescript 5, lint config changes
- Updated dependencies [43dc882]
- @lightsparkdev/core@1.0.11

## 0.1.30

### 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.30",
"version": "0.1.31",
"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.10",
"@lightsparkdev/core": "1.0.11",
"@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.26

### Patch Changes

- 43dc882: Upgrade to Typescript 5, lint config changes
- Updated dependencies [43dc882]
- @lightsparkdev/ls-react-native-crypto@0.2.10
- @lightsparkdev/core@1.0.11

## 0.2.25

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.25",
"version": "0.2.26",
"description": "Lightspark Wallet React Native helpers SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.10",
"@lightsparkdev/ls-react-native-crypto": "0.2.9",
"@lightsparkdev/core": "1.0.11",
"@lightsparkdev/ls-react-native-crypto": "0.2.10",
"auto-bind": "^5.0.1",
"dayjs": "^1.11.7"
},
Expand Down
Loading

0 comments on commit 90bf035

Please sign in to comment.