Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## 2.8.1 ( October 10, 2022)

- Upgrade Inrupt SDKs to latest versions
- Upgrade typescript to ^4.8.4, this should help with sporadic issues with mismatches in the `fetch` type definitions
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": "@inrupt/solid-ui-react",
"version": "2.8.0",
"version": "2.8.1",
"description": "Set of UI libraries using @solid/core",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down