Skip to content

Commit

Permalink
Version Packages (#277)
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 10, 2023
1 parent cda3cfb commit 5106789
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-points-play.md

This file was deleted.

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.18

### Patch Changes

- Updated dependencies [cda3cfb]
- @lightsparkdev/wallet-sdk@0.7.2
- @lightsparkdev/react-wallet@0.6.29

## 0.1.17

### 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.17",
"version": "0.1.18",
"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.28",
"@lightsparkdev/react-wallet": "0.6.29",
"@lightsparkdev/ui": "*",
"@lightsparkdev/wallet-sdk": "0.7.1",
"@lightsparkdev/wallet-sdk": "0.7.2",
"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/wallet-node-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/wallet-node-scripts

## 1.0.7

### Patch Changes

- Updated dependencies [cda3cfb]
- @lightsparkdev/wallet-sdk@0.7.2

## 1.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "1.0.7",
"description": "Example node scripts for the lightspark js sdk",
"main": "index.js",
"private": true,
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/wallet-sdk": "0.7.1",
"@lightsparkdev/wallet-sdk": "0.7.2",
"commander": "^11.0.0",
"dayjs": "^1.11.7"
}
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.6.29

### Patch Changes

- Updated dependencies [cda3cfb]
- @lightsparkdev/wallet-sdk@0.7.2

## 0.6.28

### 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.6.28",
"version": "0.6.29",
"description": "Lightspark JS Wallet SDK react helpers",
"author": "Lightspark Inc.",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"license": "Apache-2.0",
"dependencies": {
"@lightsparkdev/core": "1.0.5",
"@lightsparkdev/wallet-sdk": "0.7.1",
"@lightsparkdev/wallet-sdk": "0.7.2",
"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.37

### Patch Changes

- Updated dependencies [cda3cfb]
- @lightsparkdev/wallet-sdk@0.7.2

## 0.0.36

### 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.36",
"version": "0.0.37",
"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.5",
"@lightsparkdev/wallet-sdk": "0.7.1",
"@lightsparkdev/wallet-sdk": "0.7.2",
"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.7.2

### Patch Changes

- cda3cfb: Remove react-native as dep for now

## 0.7.1

### 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.7.1",
"version": "0.7.2",
"description": "Lightspark JS Wallet SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3891,10 +3891,10 @@ __metadata:
"@emotion/styled": ^11.11.0
"@lightsparkdev/core": 1.0.5
"@lightsparkdev/eslint-config": "*"
"@lightsparkdev/react-wallet": 0.6.28
"@lightsparkdev/react-wallet": 0.6.29
"@lightsparkdev/ui": "*"
"@lightsparkdev/vite": 0.0.0
"@lightsparkdev/wallet-sdk": 0.7.1
"@lightsparkdev/wallet-sdk": 0.7.2
"@types/lodash-es": ^4.17.6
"@types/node": ^20.2.5
"@types/react": ^18.2.12
Expand All @@ -3912,14 +3912,14 @@ __metadata:
languageName: unknown
linkType: soft

"@lightsparkdev/[email protected].28, @lightsparkdev/react-wallet@workspace:packages/react-wallet":
"@lightsparkdev/[email protected].29, @lightsparkdev/react-wallet@workspace:packages/react-wallet":
version: 0.0.0-use.local
resolution: "@lightsparkdev/react-wallet@workspace:packages/react-wallet"
dependencies:
"@lightsparkdev/core": 1.0.5
"@lightsparkdev/eslint-config": "*"
"@lightsparkdev/tsconfig": 0.0.0
"@lightsparkdev/wallet-sdk": 0.7.1
"@lightsparkdev/wallet-sdk": 0.7.2
"@types/react": ^18.2.12
auto-bind: ^5.0.1
dayjs: ^1.11.7
Expand Down Expand Up @@ -4072,7 +4072,7 @@ __metadata:
"@inquirer/prompts": ^1.1.3
"@lightsparkdev/core": 1.0.5
"@lightsparkdev/eslint-config": "*"
"@lightsparkdev/wallet-sdk": 0.7.1
"@lightsparkdev/wallet-sdk": 0.7.2
"@types/jsonwebtoken": ^9.0.2
"@types/node": ^20.2.5
"@types/qrcode-terminal": ^0.12.0
Expand Down Expand Up @@ -4100,7 +4100,7 @@ __metadata:
resolution: "@lightsparkdev/wallet-node-scripts@workspace:apps/examples/wallet-node-scripts"
dependencies:
"@lightsparkdev/core": 1.0.5
"@lightsparkdev/wallet-sdk": 0.7.1
"@lightsparkdev/wallet-sdk": 0.7.2
"@types/node": ^20.2.5
commander: ^11.0.0
dayjs: ^1.11.7
Expand All @@ -4109,7 +4109,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lightsparkdev/[email protected].1, @lightsparkdev/wallet-sdk@workspace:packages/wallet-sdk":
"@lightsparkdev/[email protected].2, @lightsparkdev/wallet-sdk@workspace:packages/wallet-sdk":
version: 0.0.0-use.local
resolution: "@lightsparkdev/wallet-sdk@workspace:packages/wallet-sdk"
dependencies:
Expand Down

0 comments on commit 5106789

Please sign in to comment.