Skip to content

Commit

Permalink
Version Packages (#259)
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 3, 2023
1 parent ca58c08 commit c76b83c
Show file tree
Hide file tree
Showing 26 changed files with 146 additions and 60 deletions.
6 changes: 0 additions & 6 deletions .changeset/polite-bees-hang.md

This file was deleted.

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

## 0.1.15

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/core@1.0.5
- @lightsparkdev/react-wallet@0.6.26
- @lightsparkdev/wallet-sdk@0.6.25

## 0.1.14

### 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.14",
"version": "0.1.15",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.4",
"@lightsparkdev/react-wallet": "0.6.25",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/react-wallet": "0.6.26",
"@lightsparkdev/ui": "*",
"@lightsparkdev/wallet-sdk": "0.6.24",
"@lightsparkdev/wallet-sdk": "0.6.25",
"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/streaming-wallet-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/streaming-wallet-extension

## 1.0.29

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/lightspark-sdk@1.0.6
- @lightsparkdev/core@1.0.5

## 1.0.28

### 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,11 +1,11 @@
{
"name": "@lightsparkdev/streaming-wallet-extension",
"version": "1.0.28",
"version": "1.0.29",
"private": true,
"dependencies": {
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.0.4",
"@lightsparkdev/lightspark-sdk": "1.0.5",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.0.6",
"eslint": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
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.4

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/core@1.0.5
- @lightsparkdev/wallet-sdk@0.6.25

## 1.0.3

### 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.3",
"version": "1.0.4",
"description": "Example node scripts for the lightspark js sdk",
"main": "index.js",
"private": true,
Expand All @@ -15,8 +15,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@lightsparkdev/core": "1.0.4",
"@lightsparkdev/wallet-sdk": "0.6.24",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/wallet-sdk": "0.6.25",
"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.5

### Patch Changes

- ca58c08: Update createSha256Hash with option to return as hex string and accept string data

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "Lightspark JS SDK",
"author": "Lightspark Inc.",
"keywords": [
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.18

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/lightspark-sdk@1.0.6
- @lightsparkdev/core@1.0.5

## 0.0.17

### 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.17",
"version": "0.0.18",
"description": "CLI for the Lightspark JS sdk",
"main": "./dist/index.js",
"bin": {
Expand Down Expand Up @@ -43,9 +43,9 @@
},
"dependencies": {
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.0.4",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/crypto-wasm": "0.1.1",
"@lightsparkdev/lightspark-sdk": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.0.6",
"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.0.6

### Patch Changes

- ca58c08: Update createSha256Hash with option to return as hex string and accept string data
- Updated dependencies [ca58c08]
- @lightsparkdev/core@1.0.5

## 1.0.5

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

## 0.1.25

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/core@1.0.5

## 0.1.24

### 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.24",
"version": "0.1.25",
"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.4",
"@lightsparkdev/core": "1.0.5",
"@openid/appauth": "^1.3.1",
"auto-bind": "^5.0.1",
"dayjs": "^1.11.7"
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.2.19

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/core@1.0.5

## 0.2.18

### 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.18",
"version": "0.2.19",
"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.4",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/ls-react-native-crypto": "0.2.8",
"auto-bind": "^5.0.1",
"dayjs": "^1.11.7"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/react-wallet

## 0.6.26

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/core@1.0.5
- @lightsparkdev/wallet-sdk@0.6.25

## 0.6.25

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.6.25",
"version": "0.6.26",
"description": "Lightspark JS Wallet SDK react helpers",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.4",
"@lightsparkdev/wallet-sdk": "0.6.24",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/wallet-sdk": "0.6.25",
"auto-bind": "^5.0.1",
"dayjs": "^1.11.7"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/uma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/uma

## 0.0.8

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/lightspark-sdk@1.0.6
- @lightsparkdev/core@1.0.5

## 0.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/uma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/uma",
"version": "0.0.7",
"version": "0.0.8",
"description": "UMA SDK for JavaScript",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -64,8 +64,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.4",
"@lightsparkdev/lightspark-sdk": "1.0.5",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/lightspark-sdk": "1.0.6",
"@react-native-async-storage/async-storage": "^1.18.1",
"auto-bind": "^5.0.1",
"crypto": "^1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/wallet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightsparkdev/wallet-cli

## 0.0.33

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/core@1.0.5
- @lightsparkdev/wallet-sdk@0.6.25

## 0.0.32

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.32",
"version": "0.0.33",
"description": "CLI for the Lightspark JS Wallet sdk",
"main": "./dist/index.js",
"bin": {
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.0.4",
"@lightsparkdev/wallet-sdk": "0.6.24",
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/wallet-sdk": "0.6.25",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/wallet-sdk

## 0.6.25

### Patch Changes

- Updated dependencies [ca58c08]
- @lightsparkdev/core@1.0.5

## 0.6.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.6.24",
"version": "0.6.25",
"description": "Lightspark JS Wallet SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.4",
"@lightsparkdev/core": "1.0.5",
"@react-native-async-storage/async-storage": "^1.18.1",
"auto-bind": "^5.0.1",
"crypto": "^1.0.1",
Expand Down
Loading

0 comments on commit c76b83c

Please sign in to comment.