Skip to content

Commit

Permalink
chore(master): release blossom-ext 0.1.0 (#32)
Browse files Browse the repository at this point in the history
* chore(master): release blossom-ext 0.1.0

* chore: bump manifest version

* chore: update changelog

* docs: typeo

Co-authored-by: nugaon <[email protected]>
Co-authored-by: Viktor Levente Tóth <[email protected]>
  • Loading branch information
3 people authored Aug 31, 2022
1 parent aa917db commit 3e4de5e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

## 0.1.0 (2022-08-31)


First Version of the Blossom!

The extension is capable of handling [FDS Account](https://github.com/fairDataSociety/FIPs/blob/master/text/0013-iaas.md) with its corresponding Personal Storage.
Users can register portable FDS accounts on Görli testnet or on [FDP Play](https://github.com/fairDataSociety/fdp-play/) that allows to log in to the FDS account from any other device easily.

Additionally, it provides an API for dApps to interact with the active FDS account of the user.
Employing this feature in dApps, users do not have to share their FDS credentials and dApps don't have to implement Bee client connection configuration and FDS account handling within their application logic.

### Features

* add option to check if pod exists from library ([#72](https://github.com/fairDataSociety/blossom/issues/72)) ([aa917db](https://github.com/fairDataSociety/blossom/commit/aa917db701cbf6f4d7771d7cc7adbf014790a479))
* fdp storage ([#53](https://github.com/fairDataSociety/blossom/issues/53)) ([04eaa25](https://github.com/fairDataSociety/blossom/commit/04eaa250ed2823067001f8a923d3db74c10f426d))
* init ([#1](https://github.com/fairDataSociety/blossom/issues/1)) ([c645777](https://github.com/fairDataSociety/blossom/commit/c645777ec52a3003c9fe5fdf6ae76279fc74becb))
* login ([#9](https://github.com/fairDataSociety/blossom/issues/9)) ([8cc7514](https://github.com/fairDataSociety/blossom/commit/8cc75140e38bc341d2c6edaa7bf4203500d35e22))
* register existing account ([#17](https://github.com/fairDataSociety/blossom/issues/17)) ([8511911](https://github.com/fairDataSociety/blossom/commit/8511911ee5a1ea206bbbbb6da060dd9d86ae08ca))
* settings ([#22](https://github.com/fairDataSociety/blossom/issues/22)) ([efa2452](https://github.com/fairDataSociety/blossom/commit/efa245205f647375e8a08235eafc86d9b504b566))
* upgrade fdp-storage library ([#55](https://github.com/fairDataSociety/blossom/issues/55)) ([49d37a0](https://github.com/fairDataSociety/blossom/commit/49d37a0036eda15d2a9fc234a1b4c8d10ad99ba8))
* upgrade fdp-storage to 0.5.1 ([#63](https://github.com/fairDataSociety/blossom/issues/63)) ([09ba61a](https://github.com/fairDataSociety/blossom/commit/09ba61aee9681c27daa44871f3d5bc413e70e3fc))


### Bug Fixes

* fetch postage batches ([#69](https://github.com/fairDataSociety/blossom/issues/69)) ([0ad27a4](https://github.com/fairDataSociety/blossom/commit/0ad27a40a020b43d1a4b36049808381f00f3a48c))
* fix types ([#20](https://github.com/fairDataSociety/blossom/issues/20)) ([2079a79](https://github.com/fairDataSociety/blossom/commit/2079a7996f1f171e24d97aef95f625b8dffa402a))
* several library fixes ([#56](https://github.com/fairDataSociety/blossom/issues/56), [#57](https://github.com/fairDataSociety/blossom/issues/57)) ([#62](https://github.com/fairDataSociety/blossom/issues/62)) ([fe66aac](https://github.com/fairDataSociety/blossom/commit/fe66aac75528684017fd7e74a735af5011d07f91))


### Miscellaneous Chores

* release 0.1.0 ([24372f3](https://github.com/fairDataSociety/blossom/commit/24372f31cf9237902129ca9ed2e0588423e0cb9e))
* release 0.1.0 ([e8b2b0c](https://github.com/fairDataSociety/blossom/commit/e8b2b0cfa96becd2c1986ab872bfa46904fc58ff))
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"48": "icons/blossom48.png",
"128": "icons/blossom128.png"
},
"version": "1.0",
"version": "0.1.0",
"manifest_version": 3,
"background": {
"service_worker": "main.js"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blossom",
"version": "1.0.0",
"version": "0.1.0",
"description": "Blossom Fairdata Protocol browser extension",
"main": "index.js",
"homepage": "https://github.com/fairDataSociety/blossom",
Expand Down

0 comments on commit 3e4de5e

Please sign in to comment.