Skip to content

Commit

Permalink
Merge branch 'release/1.1.0' into 'development'
Browse files Browse the repository at this point in the history
create 1.1.0 release

See merge request prov4itdata-dapsi/mono-repo!5
  • Loading branch information
bjdmeest committed Apr 29, 2021
2 parents 4ea6570 + fb00b42 commit fd28f8f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [1.1.0] - 2021-04-28

### Added

- Adding provenance (issue [issue](https://gitlab.ilabt.imec.be/prov4itdata-dapsi/mono-repo/-/issues/3))
Expand All @@ -18,4 +20,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added Comunica Annotate Provenance RDF Metadata Extract Actor
- Added Comunica Context Entries

[1.1.0]: https://gitlab.ilabt.imec.be/prov4itdata-dapsi/mono-repo/-/compare/v1.0.0...v1.1.0
[1.0.0]: https://gitlab.ilabt.imec.be/prov4itdata-dapsi/mono-repo/-/tags/v1.0.0
5 changes: 4 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"*.md"
],
"message": "Bump to release version %s",
"allowBranch": "master",
"allowBranch": [
"master",
"release/*"
],
"npmClient": "npm"
}
},
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"repository": "https://gitlab.ilabt.imec.be/prov4itdata-dapsi/mono-repo",
"workspaces": [
"packages/*"
],
Expand Down Expand Up @@ -51,11 +52,7 @@
"webpack": "^4.28.3",
"webpack-cli": "^4.0.0"
},
"pre-commit": [
"build",
"lint",
"test"
],

"jest": {
"transform": {
"^.+\\.ts$": "ts-jest"
Expand Down Expand Up @@ -95,7 +92,7 @@
"clean": "rm -rf ./node_modules && rm -rf ./packages/*/node_modules",
"build": "tsc",
"build-watch": "tsc --watch",
"publish": "yarn run build && lerna publish",
"publish": "yarn run build && lerna publish --no-changelog --no-commit-hooks",
"publish-bare": "lerna exec -- npm publish --silent",
"doc": "typedoc --name 'Comunica AMF' --disableOutputCheck --external-modulemap '.*packages/([^/]+)/.*' --mode modules --out documentation",
"postinstall": "yarn run build && lerna run prepare",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-init-sparql-prov4itdata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prov4itdata/actor-init-sparql",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Comunica engine for PROV4ITDaTa",
"lsd:module": true,
"main": "index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prov4itdata/actor-optimize-query-operation-provenance-wrapper",
"version": "1.0.0",
"version": "1.1.0",
"description": "A provenance-wrapper optimize-query-operation actor",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@prov4itdata/actor-optimize-query-operation-provenance-wrapper",
"lsd:components": "components/components.jsonld",
Expand Down Expand Up @@ -39,12 +39,12 @@
"index.js"
],
"peerDependencies": {
"@comunica/core": "^1.19.2",
"@comunica/bus-optimize-query-operation": "^1.19.2"
"@comunica/bus-optimize-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
},
"devDependencies": {
"@comunica/core": "^1.19.2",
"@comunica/bus-optimize-query-operation": "^1.19.2"
"@comunica/bus-optimize-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
},
"jest": {
"globals": {
Expand Down
13 changes: 7 additions & 6 deletions packages/actor-query-operation-collect-provenance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prov4itdata/actor-query-operation-collect-provenance",
"version": "1.0.0",
"version": "1.1.0",
"description": "A collect-provenance query-operation actor",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@prov4itdata/actor-query-operation-collect-provenance",
"lsd:components": "components/components.jsonld",
Expand All @@ -9,7 +9,8 @@
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/@prov4itdata/actor-query-operation-collect-provenance/^1.0.0/components/": "components/"
}, "main": "index.js",
},
"main": "index.js",
"typings": "index",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,12 +39,12 @@
"index.js"
],
"peerDependencies": {
"@comunica/core": "^1.19.2",
"@comunica/bus-query-operation": "^1.19.2"
"@comunica/bus-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
},
"devDependencies": {
"@comunica/core": "^1.19.2",
"@comunica/bus-query-operation": "^1.19.2"
"@comunica/bus-query-operation": "^1.19.2",
"@comunica/core": "^1.19.2"
},
"jest": {
"globals": {
Expand Down

0 comments on commit fd28f8f

Please sign in to comment.