Skip to content

Commit 7665ef6

Browse files
github-actions[bot]rubensworks
authored andcommitted
Version Packages
1 parent 46acfbb commit 7665ef6

5 files changed

+12
-16
lines changed

.changeset/afraid-donuts-retire.md

-5
This file was deleted.

.changeset/famous-parrots-rush.md

-5
This file was deleted.

.changeset/mighty-icons-sleep.md

-5
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rdfjs/types
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 14906cf: Add missing methods `fromTerm` and `fromQuad` to the `DataFactory` interface
8+
- 8e965db: In some cases, loaders would report an error similar to `Could not resolve "./data-model"`. This is fixed by using `export type *` but requires [TypeScript 5+](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#support-for-export-type-)
9+
10+
### Minor Changes
11+
12+
- 46acfbb: Add optional direction for literals
13+
314
## 1.1.2
415

516
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rdfjs/types",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)