Skip to content

Commit b3926e1

Browse files
committed
Bump to release version v3.0.4
1 parent 2e260c5 commit b3926e1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

4+
<a name="v3.0.4"></a>
5+
## [v3.0.4](https://github.com/LinkedDataFragments/Server.js/compare/v3.0.3...v3.0.4) - 2020-04-10
6+
7+
### Fixed
8+
* [Remove need for softlinks in N3 datasources](https://github.com/LinkedDataFragments/Server.js/commit/2e260c560e0c3a75fedf1817690dd7a7dd2d6cca)
9+
* [Fix hide and enabled config entries not being migrated properly](https://github.com/LinkedDataFragments/Server.js/commit/b298789619fac911db89f1f00b736652c1bdc0cb)
10+
411
<a name="v3.0.3"></a>
512
## [v3.0.3](https://github.com/LinkedDataFragments/Server.js/compare/v3.0.2...v3.0.3) - 2020-04-10
613

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.3",
17+
"version": "3.0.4",
1818
"loglevel": "success",
1919
"registry": "https://registry.npmjs.org/",
2020
"npmClient": "yarn"

packages/datasource-n3/package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "3.0.4",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-n3",
66
"lsd:components": "components/components.jsonld",
77
"lsd:contexts": {

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ldf/server",
33
"description": "Quad Pattern Fragments Linked Data Fragments Server",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server",
66
"lsd:contexts": {
77
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server/^3.0.0/components/context.jsonld": "components/context.jsonld"
@@ -38,7 +38,7 @@
3838
"@ldf/datasource-composite": "^3.0.1",
3939
"@ldf/datasource-hdt": "^3.0.1",
4040
"@ldf/datasource-jsonld": "^3.0.1",
41-
"@ldf/datasource-n3": "^3.0.1",
41+
"@ldf/datasource-n3": "^3.0.4",
4242
"@ldf/datasource-sparql": "^3.0.1",
4343
"@ldf/feature-memento": "^3.0.1",
4444
"@ldf/feature-qpf": "^3.0.1",

0 commit comments

Comments
 (0)