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

Commit 0069f97

Browse files
authored
release: prepare v2.8.2 (#698)
1 parent 1141020 commit 0069f97

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

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

5-
## Unreleased
5+
## 2.8.2 ( October 19th, 2022 )
66

77
- Added the ability to prevent the automatic loading of WebID's and Profiles from SessionProvider, this is useful when building provisioning applications where the user has logged in, but doesn't yet have a WebID or Pod or Profile documents.
8+
- Fixed issue with sourcemaps not being included in our package tarballs
89

9-
## 2.8.1 ( October 10, 2022)
10+
## 2.8.1 ( October 10, 2022 )
1011

1112
- Upgrade Inrupt SDKs to latest versions
1213
- Upgrade typescript to ^4.8.4, this should help with sporadic issues with mismatches in the `fetch` type definitions
1314

14-
## 2.8.0 ( June 6, 2022)
15+
## 2.8.0 ( June 6, 2022 )
1516

1617
### Breaking Changes
1718

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.8.1",
3+
"version": "2.8.2",
44
"description": "Set of UI libraries using @solid/core",
55
"main": "dist/index.js",
66
"types": "dist/src/index.d.ts",

src/context/sessionContext/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export interface ISessionProvider {
7676
/** @since 2.3.0 */
7777
onSessionRestore?: (url: string) => void;
7878
/**
79-
* @since unreleased
79+
* @since 2.8.2
8080
* @experimental
8181
* */
8282
skipLoadingProfile?: boolean;

0 commit comments

Comments
 (0)