This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b0f3414
commit beed458
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-09-15) | ||
|
||
|
||
### Features | ||
|
||
* asset details ([#32](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/32)) ([2313cfc](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/2313cfc6b6fa914e3c63003b5170560a72b4ed22)) | ||
* assets ([#31](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/31)) ([e58e640](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/e58e640154f6d008589b08d35cb976d665b5c86d)) | ||
* connect profile ([#30](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/30)) ([83355ec](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/83355ec4c9671936af27ed9f6b33f1ede3244e22)) | ||
* dashboard screen ([#27](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/27)) ([4f5b1f3](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/4f5b1f378ac9ab7da6831ac1721ea4345bb562fb)) | ||
* error page ([#33](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/33)) ([bdc4a86](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/bdc4a86a52eb82c7d09795f6df01550e5e8d2ba5)) | ||
* Favicon adjustments ([#51](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/51)) ([e462904](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/e4629045f28a0052cd9aab63f59e9c34cfc3f59f)) | ||
* page metadata ([#34](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/34)) ([e7f7ac8](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/e7f7ac8b033ccf8700dfd2e76b0c437163efd404)) | ||
* profile fetching ([#28](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/28)) ([a1fe01c](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/a1fe01c3bce53f33016df128326ffa15ea3481f5)) | ||
* Send LYX ([#41](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/41)) ([f321429](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/f3214290cf91aaf40e2522a54be25634a5639e39)) | ||
* Show spinner when user connect ([#45](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/45)) ([69d6dae](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/69d6daeab3df7774af566bbfe435b91d4b821a7d)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add .nvmrc ([fdf5711](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/fdf5711ae1963a07c516cefa0e2ae28c3f4cda6b)) | ||
* Add cloudflare deployment. ([b8b4180](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/b8b4180065e8ac972185f7ce3e7c364d552cd5f6)) | ||
* Add pages build. ([dd1a664](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/dd1a66413799513756b8dc66cd6fb305f84c7902)) | ||
* Caching should be the same. ([612410d](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/612410d967532b16fe27fd5db622b7a5a6ddcdc0)) | ||
* change injected provider ([#39](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/39)) ([fb7ec24](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/fb7ec245592378bd13dbf27072d50c89079e8423)) | ||
* Landing page and navbar component fixes ([#38](https://github.com/lukso-network/wallet.universalprofile.cloud/issues/38)) ([8ce38a4](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/8ce38a4e74d83a5d809d44b03b5219ed0cd882b7)) | ||
* Repair lint error. ([1fcffd1](https://github.com/lukso-network/wallet.universalprofile.cloud/commit/1fcffd172321320e83ad6621c50d785f68102fc9)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,5 +91,6 @@ | |
"prettier --list-different", | ||
"stylelint" | ||
] | ||
} | ||
}, | ||
"version": "1.0.0" | ||
} |