Skip to content

Commit

Permalink
chore: release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Nov 16, 2021
1 parent 5bbd591 commit 00b1472
Show file tree
Hide file tree
Showing 30 changed files with 152 additions and 38 deletions.
19 changes: 19 additions & 0 deletions 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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.6...v0.11.0) (2021-11-16)


### **Bug Fixes**

* clicking dropdown arrow should open and close menu ([#516](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/516)) ([eace6fb](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/eace6fb82e4f7c3ad8658a1c1f263bdd40be1b73))
* dont allow adding of an empty local term ([#512](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/512)) ([a981c20](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/a981c203b68405a52e253494e055f07ff93c7fb7))
* improve object search algorithm ([#510](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/510)) ([7203f51](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/7203f5110455137ba24b817d216ca2f52eb70e03)), closes [#509](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/509)
* remove alerts on navigation ([#508](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/508)) ([300752b](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/300752bed4be9aa4dce8447c567d0b1f7bb24275))


### **Features**

* added button to open presentation view from manage view ([#507](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/507)) ([5bbd591](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5bbd591add7fe1c29fec3370aa2fadff7cd3ae7a))
* always show active notifications on screen ([#513](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/513)) ([3d59490](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/3d594909a3465ec5ec18dcd8b075683dbb9d34d2))
* download collection object .ttl files ([#509](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/509)) ([652cf8d](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/652cf8d2887858103bccf0744969dcd3e0032313))



### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.5...v0.10.6) (2021-11-09)

**Note:** Version bump only for package root
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.5
version: 0.10.6
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.10.6"
"version": "0.11.0"
}
8 changes: 8 additions & 0 deletions packages/solid-crs-client/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.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





### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09)

**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.10.6",
"version": "0.11.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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)


### **Features**

* always show active notifications on screen ([#513](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/513)) ([3d59490](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/3d594909a3465ec5ec18dcd8b075683dbb9d34d2))


### **Bug Fixes**

* clicking dropdown arrow should open and close menu ([#516](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/516)) ([eace6fb](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/eace6fb82e4f7c3ad8658a1c1f263bdd40be1b73))



### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-components
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.10.6",
"version": "0.11.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.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.11.0",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
"rxjs": "^6.6.7",
Expand Down
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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)


### **Bug Fixes**

* improve object search algorithm ([#510](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/510)) ([7203f51](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/7203f5110455137ba24b817d216ca2f52eb70e03)), closes [#509](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/509)



### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-core
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.

6 changes: 3 additions & 3 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.10.6",
"version": "0.11.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.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.11.0",
"moment": "^2.29.1",
"rxjs": "^6.6.7",
"uuid": "8.3.2",
Expand Down Expand Up @@ -101,4 +101,4 @@
"displayName": "core",
"preset": "@digita-ai/jest-config"
}
}
}
15 changes: 15 additions & 0 deletions packages/solid-crs-manage/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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)


### **Bug Fixes**

* dont allow adding of an empty local term ([#512](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/512)) ([a981c20](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a981c203b68405a52e253494e055f07ff93c7fb7))
* improve object search algorithm ([#510](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/510)) ([7203f51](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/7203f5110455137ba24b817d216ca2f52eb70e03)), closes [#509](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/509)


### **Features**

* added button to open presentation view from manage view ([#507](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/507)) ([5bbd591](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5bbd591add7fe1c29fec3370aa2fadff7cd3ae7a))



### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-manage
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.10.6",
"version": "0.11.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.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.10.6",
"@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",
"@xstate/inspect": "^0.4.1",
"edtf": "^3.1.0",
"lit-element": "2.4.0",
Expand Down
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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.6...v0.11.0) (2021-11-16)


### **Features**

* download collection object .ttl files ([#509](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/509)) ([652cf8d](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/652cf8d2887858103bccf0744969dcd3e0032313))



### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.10.5...v0.10.6) (2021-11-09)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-pods
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.10.6",
"version": "0.11.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.11.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.6...v0.11.0) (2021-11-16)


### **Features**

* download collection object .ttl files ([#509](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/509)) ([652cf8d](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/652cf8d2887858103bccf0744969dcd3e0032313))


### **Bug Fixes**

* improve object search algorithm ([#510](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/510)) ([7203f51](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/7203f5110455137ba24b817d216ca2f52eb70e03)), closes [#509](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/509)
* remove alerts on navigation ([#508](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/508)) ([300752b](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/300752bed4be9aa4dce8447c567d0b1f7bb24275))



### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-presentation
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.10.6",
"version": "0.11.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.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.10.6",
"@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",
"@xstate/inspect": "^0.4.1",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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





### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09)

**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.10.6",
"version": "0.11.0",
"description": "Semcom components for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/index.js",
Expand All @@ -23,10 +23,10 @@
"directory": "packages/solid-crs-semcom-node"
},
"dependencies": {
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.10.6",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.10.6",
"@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",
"@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.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





### [0.10.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.10.5...v0.10.6) (2021-11-09)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-semcom-node
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-semcom-node/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-semcom-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-semcom-node",
"version": "0.10.6",
"version": "0.11.0",
"description": "Semcom node for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
Loading

0 comments on commit 00b1472

Please sign in to comment.