Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 9323d89

Browse files
committed
Release v2.6.1
1 parent 777f6ad commit 9323d89

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
## Unreleased
66

7+
## 2.6.1
8+
79
### New features
810

911
- 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.
1012

13+
### Bugfixes
14+
15+
- The webpack export now works properly for some otherwise-broken webpack-using projects.
16+
1117
## 2.6.0 ( November 22, 2021 )
1218

1319
### New features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/solid-ui-react",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Set of UI libraries using @solid/core",
55
"main": "dist/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)