From 683dc812fd8aa4106e2699e7f1562ceeee9b77e5 Mon Sep 17 00:00:00 2001 From: Virginia Balseiro Date: Thu, 20 Jan 2022 11:55:08 +0100 Subject: [PATCH 1/2] update changelog for v2.7.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6d03b6..80b4a013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## Unreleased -## 2.6.1 +## 2.7.0 ( January 20, 2022 ) ### New features - The `Image` component now takes an optional prop `allowDelete`, which renders a default delete button that will remove the value from the dataset. It is also possible to pass a `deleteComponent` to render a custom delete button in place of the default. +## 2.6.1 + +### New features + - The `Image` component now allows for a new image to be saved even if the property is not found in the dataset, by passing a `solidDataset` where the Thing should be set after updating, and a `saveLocation` where the image file should be stored. ### Bugfixes From a5f2bebe965f14214dd4d8221068bd61440d7bdd Mon Sep 17 00:00:00 2001 From: Virginia Balseiro Date: Thu, 20 Jan 2022 11:55:40 +0100 Subject: [PATCH 2/2] 2.7.0 --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c2aab80..c1a4e956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-ui-react", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inrupt/solid-ui-react", - "version": "2.6.1", + "version": "2.7.0", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.16.1", @@ -60686,4 +60686,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 4670f2d0..e2c6a24d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/solid-ui-react", - "version": "2.6.1", + "version": "2.7.0", "description": "Set of UI libraries using @solid/core", "main": "dist/index.js", "types": "dist/src/index.d.ts", @@ -100,7 +100,7 @@ "react-table": "^7.6.3", "stream": "0.0.2", "swr": "^0.5.7" - }, + }, "resolutions": { "postcss": "8.4.5" }