Skip to content

Commit

Permalink
Version Packages (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 18, 2023
1 parent 3e21130 commit c687ea6
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .changeset/few-stingrays-accept.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fuzzy-rivers-rhyme.md

This file was deleted.

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

## 0.2.5

### Patch Changes

- 9491bd4: Bumping to the newest core patch version.

## 0.2.4

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

## 0.1.5

### Patch Changes

- 9491bd4: Bumping to the newest core patch version.

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/oauth",
"version": "0.1.4",
"version": "0.1.5",
"description": "Lightspark JS Oauth SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightsparkdev/react-native

## 0.1.2

### Patch Changes

- 9491bd4: Bumping to the newest core patch version.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "0.1.2",
"description": "Lightspark Wallet React Native helpers SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/react-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lightsparkdev/react-wallet

## 0.5.3

### Patch Changes

- 9491bd4: Bumping to the newest core patch version.
- 9491bd4: Patch release for react wallet sdk.

- Expose a function for raw subscriptions from the wallet client.
- Fix type exports.
- Fix a parsing bug in the wallet dashboard query

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.2",
"version": "0.5.3",
"description": "Lightspark JS Wallet SDK react helpers",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lightsparkdev/wallet-cli

## 1.0.1

### Patch Changes

- 9491bd4: Bumping to the newest core patch version.
2 changes: 1 addition & 1 deletion packages/wallet-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/wallet-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI for the Lightspark JS Wallet sdk",
"main": "./lib/index.js",
"bin": {
Expand Down

0 comments on commit c687ea6

Please sign in to comment.