Skip to content

Commit c8550e0

Browse files
authored
Up version numbers prior to release (#99)
* Up version numbers prior to release * adding a changelog for alpha.3 * up manifest version
1 parent d52dd7c commit c8550e0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

@stellar/lyra-api/CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0-alpha.3
2+
3+
* `signTransaction` now receives type `string` instead of `{ transactionXdr: string; }` as a function parameter
4+
* All methods now `throw` on error rather returning `{ error: string}`
5+
* Since `getPublicKey` and `signTransaction` no longer return errors, they now simply return a `string` rather than an object

@stellar/lyra-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/lyra-api",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"license": "Apache-2.0",
55
"author": "Stellar Development Foundation <hello@stellar.org>",
66
"description": "Utility functions to interact with Lyra extension",

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extension",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"license": "Apache-2.0",
55
"prettier": "@stellar/prettier-config",
66
"scripts": {

extension/public/static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Lyra",
33
"version": "1.0.0",
4-
"version_name": "alpha.6",
4+
"version_name": "alpha.7",
55
"description": "Browser extension to create a Stellar wallet and share wallet information with web applications",
66
"permissions": ["storage"],
77
"background": {

0 commit comments

Comments
 (0)