Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Jun 4, 2021
1 parent c4326b1 commit c0f6c94
Show file tree
Hide file tree
Showing 21 changed files with 136 additions and 23 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.3.0...v0.4.0) (2021-06-04)


### **Documentation**

* collection object feature specs ([#220](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/220)) ([01c3eed](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/01c3eed91f729f5f8a8730de9009c5c387c24c03))
* moved specs to antora ([#222](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/222)) ([3d84952](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/3d84952ca8f0819985ecc4a2abbb6f9b2d514518))
* user manual for collections ([#228](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/228)) ([a64186d](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/a64186d1f09fe8c70e4bd83fd10715beaed19185))


### **Features**

* add secondary sidebar to object root page ([#246](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/246)) ([fb481f1](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/fb481f1bb131704817059dbbf0b9f8773c525868))
* change Solid service name ([#265](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/265)) ([0795d97](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/0795d97747adfaafb965a8621335a55305324128))
* create nde-large-card and tests ([#243](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/243)) ([dc99b95](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/dc99b957fc8dc85b2939d79eaac467a0c94943ca))
* Integrate form cards into object page ([#249](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/249)) ([cbfd9a3](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/cbfd9a3c24e3403e83f21215a474c22ebee2d811))
* link to Inrupt.com signup ([#266](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/266)) ([d3697a0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/d3697a08444838ae4e2d2b4f32548527f98639bf))
* object form improvements ([#268](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/268)) ([215970d](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/215970d594a7616255805ddc957152dcadda51e6))
* search collections and objects ([#202](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/202)) ([5a837d9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5a837d9339399d63e16cc3c1ef90d88293c2fc8f))
* Set up object feature ([#231](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/231)) ([801c0af](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/801c0af8952ca6e54e9816235eb0708587fd4a85))
* Support collection object transfer ([#267](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/267)) ([5b37a82](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5b37a826198e0f0a4bd423e817722d50f5e384a2))
* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077))


### **Bug Fixes**

* various bug fixes ([#269](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/269)) ([c4326b1](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/c4326b15067d76fd40c61e14a2b0c4c6770923d3))
* various styling fixes ([#212](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/212)) ([58746ae](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/58746ae089403c4107c19ac45c9ae3eadb93191f))



## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: solid-crs
title: Solid voor kleine erfgoedinstellingen
version: 0.2.1
version: 0.3.0
nav:
- modules/ROOT/nav.adoc
- modules/manual/nav.adoc
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
}
}
},
"version": "0.3.0"
"version": "0.4.0"
}
9 changes: 9 additions & 0 deletions packages/solid-crs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04)


### **Features**

* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077))



## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-client/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 packages/solid-crs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-client",
"version": "0.3.0",
"version": "0.4.0",
"description": "Re-bundled version of the Solid client.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
19 changes: 19 additions & 0 deletions packages/solid-crs-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04)


### **Features**

* add secondary sidebar to object root page ([#246](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/246)) ([fb481f1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/fb481f1bb131704817059dbbf0b9f8773c525868))
* create nde-large-card and tests ([#243](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/243)) ([dc99b95](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/dc99b957fc8dc85b2939d79eaac467a0c94943ca))
* Integrate form cards into object page ([#249](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/249)) ([cbfd9a3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/cbfd9a3c24e3403e83f21215a474c22ebee2d811))
* object form improvements ([#268](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/268)) ([215970d](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/215970d594a7616255805ddc957152dcadda51e6))
* Support collection object transfer ([#267](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/267)) ([5b37a82](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5b37a826198e0f0a4bd423e817722d50f5e384a2))
* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077))


### **Bug Fixes**

* various bug fixes ([#269](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/269)) ([c4326b1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/c4326b15067d76fd40c61e14a2b0c4c6770923d3))



## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/solid-crs-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-components",
"version": "0.3.0",
"version": "0.4.0",
"description": "Collection of Semantic Components for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-components.umd.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
"posttest": "jest-coverage-thresholds-bumper --silent --coverage-summary-path coverage-summary.json"
},
"dependencies": {
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.3.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.3.0",
"@digita-ai/semcom-core": "0.3.4",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.4.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.4.0",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
"rxjs": "^6.6.7",
Expand Down Expand Up @@ -97,4 +97,4 @@
}
}
}
}
}
9 changes: 9 additions & 0 deletions packages/solid-crs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04)


### **Features**

* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077))



## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/solid-crs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-core",
"version": "0.3.0",
"version": "0.4.0",
"description": "Core logic of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-core.umd.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"statements": 87.56,
"lines": 87.5,
"functions": 89.19
}
}
},
"coveragePathIgnorePatterns": [
"<rootDir>/dist/",
Expand Down
20 changes: 20 additions & 0 deletions packages/solid-crs-manage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04)


### **Features**

* add secondary sidebar to object root page ([#246](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/246)) ([fb481f1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/fb481f1bb131704817059dbbf0b9f8773c525868))
* change Solid service name ([#265](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/265)) ([0795d97](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/0795d97747adfaafb965a8621335a55305324128))
* Integrate form cards into object page ([#249](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/249)) ([cbfd9a3](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/cbfd9a3c24e3403e83f21215a474c22ebee2d811))
* link to Inrupt.com signup ([#266](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/266)) ([d3697a0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/d3697a08444838ae4e2d2b4f32548527f98639bf))
* object form improvements ([#268](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/268)) ([215970d](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/215970d594a7616255805ddc957152dcadda51e6))
* Support collection object transfer ([#267](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/267)) ([5b37a82](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5b37a826198e0f0a4bd423e817722d50f5e384a2))
* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077))


### **Bug Fixes**

* various bug fixes ([#269](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/269)) ([c4326b1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/c4326b15067d76fd40c61e14a2b0c4c6770923d3))



## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-manage/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/solid-crs-manage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-manage",
"version": "0.3.0",
"version": "0.4.0",
"description": "App for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-manage.umd.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@digita-ai/semcom-core": "0.3.4",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.3.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.3.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.3.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.3.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.4.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.4.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.4.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.4.0",
"@xstate/inspect": "^0.4.1",
"edtf": "^3.1.0",
"lit-element": "2.4.0",
Expand Down Expand Up @@ -107,4 +107,4 @@
}
}
}
}
}
9 changes: 9 additions & 0 deletions packages/solid-crs-pods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.3.0...v0.4.0) (2021-06-04)


### **Features**

* Update collection model and store ([#227](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/227)) ([28ce5b9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/28ce5b96f69599f46a05c95ebf88d41c35097077))



## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-pods/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 packages/solid-crs-pods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-pods",
"version": "0.3.0",
"version": "0.4.0",
"description": "Pods for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/solid-crs-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.3.0...v0.4.0) (2021-06-04)


### **Features**

* add secondary sidebar to object root page ([#246](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/246)) ([fb481f1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/fb481f1bb131704817059dbbf0b9f8773c525868))
* object form improvements ([#268](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/268)) ([215970d](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/215970d594a7616255805ddc957152dcadda51e6))
* Support collection object transfer ([#267](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/267)) ([5b37a82](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5b37a826198e0f0a4bd423e817722d50f5e384a2))


### **Bug Fixes**

* various bug fixes ([#269](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/269)) ([c4326b1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/c4326b15067d76fd40c61e14a2b0c4c6770923d3))



## [0.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-theme/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 packages/solid-crs-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-theme",
"version": "0.3.0",
"version": "0.4.0",
"description": "Theme for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-theme.umd.js",
Expand Down

0 comments on commit c0f6c94

Please sign in to comment.