Skip to content

Commit

Permalink
release/1.30.0 (#2105)
Browse files Browse the repository at this point in the history
* chore: update changelog

* 1.30.0
  • Loading branch information
jeswr authored Jul 31, 2023
1 parent e48ce1a commit 03e68e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ The following changes are pending, and will be applied on the next major release

## [Unreleased]

The following changes have been implemented but not released yet:

## [1.30.0] - 2023-07-30

### New features

- `validateContainedResourcesAll`: In addition to the change to `getContainedResourcesAll`
described in the Bugfix section, a new function is added to the API to help detecting
incorrect containment claims.

### Patch

The following changes have been implemented but not released yet:
### Bugfixes

- `getProfileAll` now also follows `rdfs:seeAlso` when discovering extended profiles.

### Bugfix

- When listing contained resources with `getContainedResourcesAll`, resources that
are not direct child resources of the target container from a URL path semantics
perspective are no longer returned. This means `https://pod.example.org/foo/bar/moo`
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,7 +1,7 @@
{
"name": "@inrupt/solid-client",
"description": "Make your web apps work with Solid Pods.",
"version": "1.29.0",
"version": "1.30.0",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

1 comment on commit 03e68e4

@vercel
Copy link

@vercel vercel bot commented on 03e68e4 Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solid-client-js – ./

solid-client-js-inrupt.vercel.app
solid-client-js-git-main-inrupt.vercel.app
solid-client.vercel.app

Please sign in to comment.