From d35b9d1ecf5876656c3f01dcf2b063a037f73c54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:47:35 +0100 Subject: [PATCH] chore(master): release blossom-lib 0.2.1 (#112) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- library/CHANGELOG.md | 7 +++++++ library/package-lock.json | 4 ++-- library/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index 5618266..decf06d 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.0...blossom-lib-v0.2.1) (2023-02-23) + + +### Bug Fixes + +* compatibility with new fdp-storage ([#111](https://github.com/fairDataSociety/blossom/issues/111)) ([055581d](https://github.com/fairDataSociety/blossom/commit/055581dff51ba8b5a15bc758b73faa23c6f3efa5)) + ## [0.2.0](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.1.0...blossom-lib-v0.2.0) (2023-01-16) Each dApp can now access any pod as long as the user grants access. dApp permissions can be seen and managed diff --git a/library/package-lock.json b/library/package-lock.json index 1258ec2..91b8043 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/blossom", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@fairdatasociety/fdp-storage": "^0.7.0" diff --git a/library/package.json b/library/package.json index 7ba50ef..03c5643 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.0", + "version": "0.2.1", "description": "JavaScript library for interaction with the Blossom browser extension", "main": "build/index.js", "scripts": {