Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Jun 24, 2021
1 parent 5977bb1 commit 133026d
Show file tree
Hide file tree
Showing 27 changed files with 136 additions and 30 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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.5.10...v0.6.0) (2021-06-24)


### **Features**

* add checkbox dropdown element ([#332](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/332)) ([861033e](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/861033e6dbff57a23715e19cb425e96e3448134e))
* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012))


### **Bug Fixes**

* broken authenticate submit on enter ([#344](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/344)) ([5977bb1](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/5977bb1d4e5d374ccc93ff440e39782bbee3060d))
* broken login after logout ([99a756e](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/99a756e7d4c5cc17b0fadb77d0cb9acdbaff4d78))
* enabled autocomplete on webid input ([#342](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/342)) ([65e8798](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/65e8798ad57a5a34fe17c2dae80a69b6df07e7af))
* enabled editing of title, description in object page header ([#343](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/343)) ([cc0b0f7](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/cc0b0f76d283be78c40c9914f0dfb1682cd6fcf2))
* right click inputs crashes ([#341](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/341)) ([a3acad7](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/a3acad7e6b21e291af2a00ba488ecdfa95d8e22d))



### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.5.9...v0.5.10) (2021-06-22)

**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.5.9
version: 0.5.10
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.5.10"
"version": "0.6.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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24)


### **Features**

* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012))



### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22)

**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.5.10",
"version": "0.6.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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24)


### **Features**

* add checkbox dropdown element ([#332](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/332)) ([861033e](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/861033e6dbff57a23715e19cb425e96e3448134e))


### **Bug Fixes**

* broken authenticate submit on enter ([#344](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/344)) ([5977bb1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5977bb1d4e5d374ccc93ff440e39782bbee3060d))



### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22)

**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.

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.5.10",
"version": "0.6.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.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.6.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.6.0",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
"rxjs": "^6.6.7",
Expand Down Expand Up @@ -97,4 +97,4 @@
}
}
}
}
}
8 changes: 8 additions & 0 deletions packages/solid-crs-core/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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24)

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





### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22)

**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.

2 changes: 1 addition & 1 deletion 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.5.10",
"version": "0.6.0",
"description": "Core logic of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-core.umd.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/solid-crs-manage/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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24)


### **Features**

* add checkbox dropdown element ([#332](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/332)) ([861033e](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/861033e6dbff57a23715e19cb425e96e3448134e))
* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012))


### **Bug Fixes**

* broken authenticate submit on enter ([#344](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/344)) ([5977bb1](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/5977bb1d4e5d374ccc93ff440e39782bbee3060d))
* broken login after logout ([99a756e](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/99a756e7d4c5cc17b0fadb77d0cb9acdbaff4d78))
* enabled autocomplete on webid input ([#342](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/342)) ([65e8798](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/65e8798ad57a5a34fe17c2dae80a69b6df07e7af))
* enabled editing of title, description in object page header ([#343](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/343)) ([cc0b0f7](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/cc0b0f76d283be78c40c9914f0dfb1682cd6fcf2))
* right click inputs crashes ([#341](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/341)) ([a3acad7](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/a3acad7e6b21e291af2a00ba488ecdfa95d8e22d))



### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22)

**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.5.10",
"version": "0.6.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.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.6.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.6.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.6.0",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.6.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.6.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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.5.10...v0.6.0) (2021-06-24)


### **Features**

* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012))



### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-cbs/compare/v0.5.9...v0.5.10) (2021-06-22)

**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.5.10",
"version": "0.6.0",
"description": "Pods for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24)


### **Features**

* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012))



### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22)

**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.5.10",
"version": "0.6.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.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.5.10",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.6.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.6.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.6.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.6.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-semcom-node/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.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24)


### **Features**

* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012))



### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22)

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

## [0.6.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.10...v0.6.0) (2021-06-24)


### **Features**

* add checkbox dropdown element ([#332](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/332)) ([861033e](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/861033e6dbff57a23715e19cb425e96e3448134e))
* support dimension units ([#340](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/340)) ([e1524a9](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/e1524a906ddee20aff2fcc8245fbc7154703e012))



### [0.5.10](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.5.9...v0.5.10) (2021-06-22)

**Note:** Version bump only for package @netwerk-digitaal-erfgoed/solid-crs-theme
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.5.10",
"version": "0.6.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 133026d

Please sign in to comment.