Skip to content

Commit 288bf72

Browse files
committed
Bump to release version v3.1.0
1 parent 70021d2 commit 288bf72

File tree

13 files changed

+40
-31
lines changed

13 files changed

+40
-31
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v3.1.0"></a>
5+
## [v3.1.0](https://github.com/LinkedDataFragments/Server.js/compare/v3.0.9...v3.1.0) - 2020-08-10
6+
7+
### Changed
8+
* [Update to asynciterator v3, Closes #129](https://github.com/LinkedDataFragments/Server.js/commit/b6e3512ec21bba5cfcac79aee52033034d49583b)
9+
10+
### Fixed
11+
* [Fix missing rdf-string dependency in core, Closes #131](https://github.com/LinkedDataFragments/Server.js/commit/70021d26a4112a02278801ffff604ee803114369)
12+
413
<a name="v3.0.9"></a>
514
## [v3.0.9](https://github.com/LinkedDataFragments/Server.js/compare/v3.0.8...v3.0.9) - 2020-06-18
615

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"packages/*"
1515
],
1616
"useWorkspaces": true,
17-
"version": "3.0.9",
17+
"version": "3.1.0",
1818
"loglevel": "success",
1919
"registry": "https://registry.npmjs.org/",
2020
"npmClient": "yarn"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/core",
33
"description": "Linked Data Fragments Server - Core",
4-
"version": "3.0.7",
4+
"version": "3.1.0",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {
@@ -43,9 +43,9 @@
4343
"mime": "^2.4.4",
4444
"n3": "^1.3.5",
4545
"negotiate": "^1.0.1",
46-
"rdf-string": "^1.3.1",
4746
"q": "^1.4.1",
4847
"qejs": "^3.0.5",
48+
"rdf-string": "^1.3.1",
4949
"request": "^2.88.2",
5050
"uritemplate": "^0.3.4"
5151
},

packages/datasource-composite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/datasource-composite",
33
"description": "Linked Data Fragments Server - Composite Datasource",
4-
"version": "3.0.7",
4+
"version": "3.1.0",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-composite",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {
@@ -35,6 +35,6 @@
3535
"@ldf/core": "^3.0.0"
3636
},
3737
"devDependencies": {
38-
"@ldf/core": "^3.0.7"
38+
"@ldf/core": "^3.1.0"
3939
}
4040
}

packages/datasource-hdt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/datasource-hdt",
33
"description": "Linked Data Fragments Server - HDT Datasource",
4-
"version": "3.0.9",
4+
"version": "3.1.0",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-hdt",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {
@@ -35,7 +35,7 @@
3535
"@ldf/core": "^3.0.0"
3636
},
3737
"devDependencies": {
38-
"@ldf/core": "^3.0.7"
38+
"@ldf/core": "^3.1.0"
3939
},
4040
"optionalDependencies": {
4141
"hdt": "^3.0.1"

packages/datasource-jsonld/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/datasource-jsonld",
33
"description": "Linked Data Fragments Server - JSON-LD Datasource",
4-
"version": "3.0.7",
4+
"version": "3.1.0",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-jsonld",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {
@@ -36,6 +36,6 @@
3636
"@ldf/core": "^3.0.0"
3737
},
3838
"devDependencies": {
39-
"@ldf/core": "^3.0.7"
39+
"@ldf/core": "^3.1.0"
4040
}
4141
}

packages/datasource-n3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/datasource-n3",
33
"description": "Linked Data Fragments Server - N3 Datasources",
4-
"version": "3.0.8",
4+
"version": "3.1.0",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-n3",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {
@@ -35,6 +35,6 @@
3535
"@ldf/core": "^3.0.0"
3636
},
3737
"devDependencies": {
38-
"@ldf/core": "^3.0.7"
38+
"@ldf/core": "^3.1.0"
3939
}
4040
}

packages/datasource-sparql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/datasource-sparql",
33
"description": "Linked Data Fragments Server - SPARQL Datasource",
4-
"version": "3.0.7",
4+
"version": "3.1.0",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-sparql",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {
@@ -38,6 +38,6 @@
3838
"@ldf/core": "^3.0.0"
3939
},
4040
"devDependencies": {
41-
"@ldf/core": "^3.0.7"
41+
"@ldf/core": "^3.1.0"
4242
}
4343
}

packages/feature-memento/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/feature-memento",
33
"description": "Linked Data Fragments Server - Memento",
4-
"version": "3.0.7",
4+
"version": "3.1.0",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/feature-memento",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {
@@ -36,6 +36,6 @@
3636
"@ldf/core": "^3.0.0"
3737
},
3838
"devDependencies": {
39-
"@ldf/core": "^3.0.7"
39+
"@ldf/core": "^3.1.0"
4040
}
4141
}

packages/feature-qpf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/feature-qpf",
33
"description": "Linked Data Fragments Server - Quad Pattern Fragments",
4-
"version": "3.0.7",
4+
"version": "3.1.0",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/feature-qpf",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {
@@ -38,6 +38,6 @@
3838
"@ldf/core": "^3.0.0"
3939
},
4040
"devDependencies": {
41-
"@ldf/core": "^3.0.7"
41+
"@ldf/core": "^3.1.0"
4242
}
4343
}

0 commit comments

Comments
 (0)