Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit dd2008b

Browse files
Merge pull request #236 from inrupt/release/0.5.1
Updating version number and notification shape
2 parents 68a3f0a + cb85491 commit dd2008b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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-react-components",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Solid React Components",
55
"scripts": {
66
"start": "node scripts/start.js",

src/lib/classes/notification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ export class Notification {
461461
* Validate the list of notification IRIs and return a list of valid ones
462462
*/
463463
const coreNotificationShape =
464-
'https://shexshapes.inrupt.net/public/notifications/core-notification.shex';
464+
'https://shexshapes.inrupt.net/public/notifications/app-notification.shex';
465465
const validNotifications = await shexUtil.validateList(
466466
notificationPaths,
467467
coreNotificationShape

0 commit comments

Comments
 (0)