From c687ea6cd010f2e85b0c037b21b70c7ebbba5301 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 12:45:18 -0700 Subject: [PATCH] Version Packages (#26) Co-authored-by: github-actions[bot] --- .changeset/few-stingrays-accept.md | 9 --------- .changeset/fuzzy-rivers-rhyme.md | 9 --------- packages/lightspark-sdk/CHANGELOG.md | 6 ++++++ packages/lightspark-sdk/package.json | 2 +- packages/oauth/CHANGELOG.md | 6 ++++++ packages/oauth/package.json | 2 +- packages/react-native/CHANGELOG.md | 6 ++++++ packages/react-native/package.json | 2 +- packages/react-wallet/CHANGELOG.md | 11 +++++++++++ packages/react-wallet/package.json | 2 +- packages/wallet-cli/CHANGELOG.md | 7 +++++++ packages/wallet-cli/package.json | 2 +- 12 files changed, 41 insertions(+), 23 deletions(-) delete mode 100644 .changeset/few-stingrays-accept.md delete mode 100644 .changeset/fuzzy-rivers-rhyme.md create mode 100644 packages/wallet-cli/CHANGELOG.md diff --git a/.changeset/few-stingrays-accept.md b/.changeset/few-stingrays-accept.md deleted file mode 100644 index 16ff40186..000000000 --- a/.changeset/few-stingrays-accept.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@lightsparkdev/lightspark-sdk": patch -"@lightsparkdev/oauth": patch -"@lightsparkdev/react-native": patch -"@lightsparkdev/react-wallet": patch -"@lightsparkdev/wallet-cli": patch ---- - -Bumping to the newest core patch version. diff --git a/.changeset/fuzzy-rivers-rhyme.md b/.changeset/fuzzy-rivers-rhyme.md deleted file mode 100644 index 302ed9f4e..000000000 --- a/.changeset/fuzzy-rivers-rhyme.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@lightsparkdev/react-wallet": patch ---- - -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 diff --git a/packages/lightspark-sdk/CHANGELOG.md b/packages/lightspark-sdk/CHANGELOG.md index 5312a2468..7d41885e7 100644 --- a/packages/lightspark-sdk/CHANGELOG.md +++ b/packages/lightspark-sdk/CHANGELOG.md @@ -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 diff --git a/packages/lightspark-sdk/package.json b/packages/lightspark-sdk/package.json index 73f6d79fc..ebe5f2938 100644 --- a/packages/lightspark-sdk/package.json +++ b/packages/lightspark-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@lightsparkdev/lightspark-sdk", - "version": "0.2.4", + "version": "0.2.5", "description": "Lightspark JS SDK", "author": "Lightspark Inc.", "keywords": [ diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 16de1298d..0d8719d66 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lightsparkdev/oauth +## 0.1.5 + +### Patch Changes + +- 9491bd4: Bumping to the newest core patch version. + ## 0.1.4 ### Patch Changes diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 1342e4ff5..1c674fc0b 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@lightsparkdev/oauth", - "version": "0.1.4", + "version": "0.1.5", "description": "Lightspark JS Oauth SDK", "author": "Lightspark Inc.", "keywords": [ diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index c0b543097..7988de72b 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -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 diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9c050c7b1..9e40bcdb1 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -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": [ diff --git a/packages/react-wallet/CHANGELOG.md b/packages/react-wallet/CHANGELOG.md index 634ff1163..ef32fbf05 100644 --- a/packages/react-wallet/CHANGELOG.md +++ b/packages/react-wallet/CHANGELOG.md @@ -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 diff --git a/packages/react-wallet/package.json b/packages/react-wallet/package.json index 484ca1442..658822c5a 100644 --- a/packages/react-wallet/package.json +++ b/packages/react-wallet/package.json @@ -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": [ diff --git a/packages/wallet-cli/CHANGELOG.md b/packages/wallet-cli/CHANGELOG.md new file mode 100644 index 000000000..2b6b6e169 --- /dev/null +++ b/packages/wallet-cli/CHANGELOG.md @@ -0,0 +1,7 @@ +# @lightsparkdev/wallet-cli + +## 1.0.1 + +### Patch Changes + +- 9491bd4: Bumping to the newest core patch version. diff --git a/packages/wallet-cli/package.json b/packages/wallet-cli/package.json index 3c5ed5213..0a8b24181 100644 --- a/packages/wallet-cli/package.json +++ b/packages/wallet-cli/package.json @@ -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": {