Skip to content

Commit

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

## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.11.0...v0.12.0) (2021-12-08)


### **Bug Fixes**

* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/a992be9f0a24bec1289dabc93984099695499932))
* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53))


### **Features**

* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7))
* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4))


### **Documentation**

* correct order for install instructions ([#530](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/530)) ([71c91cf](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/71c91cf352bdd22035899d98e8ec12cab13d8298))



## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.6...v0.11.0) (2021-11-16)


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.10.6
version: 0.11.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.11.0"
"version": "0.12.0"
}
14 changes: 14 additions & 0 deletions packages/solid-crs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08)


### **Bug Fixes**

* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53))


### **Features**

* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7))



## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-client
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.11.0",
"version": "0.12.0",
"description": "Re-bundled version of the Solid client.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/solid-crs-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08)


### **Bug Fixes**

* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932))


### **Features**

* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4))



## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)


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.

6 changes: 3 additions & 3 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.11.0",
"version": "0.12.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 @@ -30,8 +30,8 @@
},
"dependencies": {
"@digita-ai/semcom-core": "0.3.4",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.12.0",
"debounce": "^1.2.1",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/solid-crs-core/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.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08)


### **Bug Fixes**

* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932))
* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53))


### **Features**

* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7))
* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4))



## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)


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.11.0",
"version": "0.12.0",
"description": "Core logic of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-core.umd.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@appnest/lit-translate": "^1.1.18",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.12.0",
"moment": "^2.29.1",
"rxjs": "^7.4.0",
"uuid": "8.3.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/solid-crs-manage/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.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08)


### **Bug Fixes**

* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932))
* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53))


### **Features**

* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7))
* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4))



## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)


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.

14 changes: 7 additions & 7 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.11.0",
"version": "0.12.0",
"description": "App for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-manage.umd.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
"dependencies": {
"@digita-ai/semcom-core": "0.4.1",
"@digita-ai/semcom-sdk": "0.4.1",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.12.0",
"@xstate/inspect": "^0.4.1",
"edtf": "^3.1.0",
"lit-element": "2.4.0",
Expand Down Expand Up @@ -113,4 +113,4 @@
},
"maxWorkers": 6
}
}
}
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.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.11.0...v0.12.0) (2021-12-08)


### **Features**

* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4))



## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.6...v0.11.0) (2021-11-16)


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.11.0",
"version": "0.12.0",
"description": "Pods for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/solid-crs-presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08)


### **Features**

* add paginator to collection page ([#526](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/526)) ([ae4a700](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/ae4a7002bf4d2f5c15fadb7c71fe6e21fd1727d4))


### **Bug Fixes**

* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932))
* requirements for datasets violations ([#528](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/528)) ([5cac643](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5cac643febfb85989c7f1a808bd5851f669a2a53))



## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-presentation/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-presentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-presentation",
"version": "0.11.0",
"version": "0.12.0",
"description": "App for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-presentation.umd.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
"dependencies": {
"@digita-ai/semcom-core": "0.4.1",
"@digita-ai/semcom-sdk": "0.4.1",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.12.0",
"@xstate/inspect": "^0.4.1",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/solid-crs-semcom-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08)


### **Bug Fixes**

* enable routing in manage ([#474](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/474)) ([a992be9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a992be9f0a24bec1289dabc93984099695499932))


### **Features**

* add image upload button to object page ([#529](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/529)) ([898f9cb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/898f9cbaf6ebcb43e76c26f26ba68812ccacfeb7))



## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-components
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-semcom-components/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/solid-crs-semcom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-semcom-components",
"version": "0.11.0",
"version": "0.12.0",
"description": "Semcom components for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/index.js",
Expand All @@ -24,10 +24,10 @@
},
"dependencies": {
"@digita-ai/dgt-components": "^0.8.5",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.12.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.12.0",
"@xstate/inspect": "^0.4.1",
"edtf": "^3.1.0",
"lit-element": "2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/solid-crs-semcom-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.11.0...v0.12.0) (2021-12-08)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node





## [0.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node
Expand Down
Loading

0 comments on commit 4a9d8d0

Please sign in to comment.