From 51f328ac33a5469ce514e68ce64669bd0abfa1f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:05:21 +0000 Subject: [PATCH 1/2] chore(master): release blossom-lib 0.2.3 --- library/CHANGELOG.md | 7 +++++++ library/package-lock.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index 540b68a..66e6920 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.2...blossom-lib-v0.2.3) (2023-04-25) + + +### Bug Fixes + +* serialization [#130](https://github.com/fairDataSociety/blossom/issues/130) ([#131](https://github.com/fairDataSociety/blossom/issues/131)) ([12dfca3](https://github.com/fairDataSociety/blossom/commit/12dfca3b8176f3ba3bacfe28a4bd61fb22715550)) + ## [0.2.2](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.1...blossom-lib-v0.2.2) (2023-03-01) diff --git a/library/package-lock.json b/library/package-lock.json index 0b25a19..46356ab 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/blossom", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { "@fairdatasociety/fdp-storage": "^0.7.0" From 595d3c359e98506f01ac727e27de1f8ff93e9798 Mon Sep 17 00:00:00 2001 From: tomicvladan Date: Wed, 26 Apr 2023 16:21:44 +0200 Subject: [PATCH 2/2] chore: update library version --- library/CHANGELOG.md | 2 +- library/package-lock.json | 4 ++-- library/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index 66e6920..ad354d3 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.2.3](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.2...blossom-lib-v0.2.3) (2023-04-25) +## [0.3.0](https://github.com/fairDataSociety/blossom/compare/blossom-lib-v0.2.2...blossom-lib-v0.3.0) (2023-04-25) ### Bug Fixes diff --git a/library/package-lock.json b/library/package-lock.json index 46356ab..9ce7672 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/blossom", - "version": "0.2.3", + "version": "0.3.0", "license": "MIT", "dependencies": { "@fairdatasociety/fdp-storage": "^0.7.0" diff --git a/library/package.json b/library/package.json index bb1ddcc..200fa19 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/blossom", - "version": "0.2.3", + "version": "0.3.0", "description": "JavaScript library for interaction with the Blossom browser extension", "main": "build/index.js", "scripts": {