Skip to content

Commit

Permalink
chore: release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Jan 10, 2022
1 parent 31990d5 commit 3eabe5d
Show file tree
Hide file tree
Showing 38 changed files with 274 additions and 44 deletions.
15 changes: 15 additions & 0 deletions 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.16.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.6...v0.16.0) (2022-01-10)


### **Bug Fixes**

* dimension units are always stored ([#548](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/548)) ([b7300d6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/b7300d609d47e8b358fcc169275d7e5f62c1c4d6))
* disable need for username, password on pods ([#547](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/547)) ([affcaec](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/affcaecbc9c2b36181d74a1411385161ac05b163))


### **Features**

* create pod when no storage found ([#550](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/550)) ([31990d5](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/31990d5bd4dca2f66c4e8ac8aa19b8bee809af0d))



### [0.15.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.5...v0.15.6) (2021-12-23)


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.15.5
version: 0.15.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.15.6"
"version": "0.16.0"
}
116 changes: 116 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"ts-jest": "27.1.2",
"typescript": "3.8.3"
"typescript": "3.8.3",
"yaml-cli": "^1.1.8"
},
"commitlint": {
"extends": [
Expand Down
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.16.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.6...v0.16.0) (2022-01-10)

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





### [0.15.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.5...v0.15.6) (2021-12-23)

**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.15.6",
"version": "0.16.0",
"description": "Re-bundled version of the Solid client.",
"author": "Wouter Janssens <[email protected]>",
"license": "EUPL-1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/solid-crs-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.16.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.6...v0.16.0) (2022-01-10)

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





### [0.15.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.5...v0.15.6) (2021-12-23)

**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.15.6",
"version": "0.16.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.15.6",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.6",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.0",
"debounce": "^1.2.1",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
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.16.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.6...v0.16.0) (2022-01-10)


### **Bug Fixes**

* dimension units are always stored ([#548](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/548)) ([b7300d6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/b7300d609d47e8b358fcc169275d7e5f62c1c4d6))



### [0.15.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.5...v0.15.6) (2021-12-23)

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

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.15.6",
"version": "0.16.0",
"description": "Core logic of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-core.umd.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@appnest/lit-translate": "^1.1.18",
"@digita-ai/inrupt-solid-client": "^0.11.0",
"@digita-ai/inrupt-solid-service": "^0.11.0",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.15.6",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.0",
"moment": "^2.29.1",
"rxjs": "^7.4.0",
"uuid": "8.3.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/solid-crs-id-proxy/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.16.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.6...v0.16.0) (2022-01-10)


### **Features**

* create pod when no storage found ([#550](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/550)) ([31990d5](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/31990d5bd4dca2f66c4e8ac8aa19b8bee809af0d))



### [0.15.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.5...v0.15.6) (2021-12-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-crs-id-proxy/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-id-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netwerk-digitaal-erfgoed/solid-crs-id-proxy",
"version": "0.15.6",
"version": "0.16.0",
"description": "Solid CRS identity proxy",
"author": "digita.ai",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/solid-crs-manage/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.16.0](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.6...v0.16.0) (2022-01-10)


### **Features**

* create pod when no storage found ([#550](https://github.com/netwerk-digitaal-erfgoed/solid-crs/issues/550)) ([31990d5](https://github.com/netwerk-digitaal-erfgoed/solid-crs/commit/31990d5bd4dca2f66c4e8ac8aa19b8bee809af0d))



### [0.15.6](https://github.com/netwerk-digitaal-erfgoed/solid-crs/compare/v0.15.5...v0.15.6) (2021-12-23)

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

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.15.6",
"version": "0.16.0",
"description": "App for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/solid-crs-manage.umd.js",
Expand Down Expand Up @@ -33,11 +33,11 @@
"@digita-ai/inrupt-solid-service": "^0.11.0",
"@digita-ai/semcom-core": "0.4.1",
"@digita-ai/semcom-sdk": "0.4.1",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.15.6",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.15.6",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.15.6",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.15.6",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.15.6",
"@netwerk-digitaal-erfgoed/solid-crs-client": "0.16.0",
"@netwerk-digitaal-erfgoed/solid-crs-components": "0.16.0",
"@netwerk-digitaal-erfgoed/solid-crs-core": "0.16.0",
"@netwerk-digitaal-erfgoed/solid-crs-semcom-components": "0.16.0",
"@netwerk-digitaal-erfgoed/solid-crs-theme": "0.16.0",
"@xstate/inspect": "^0.4.1",
"edtf": "^3.1.0",
"lit-element": "2.4.0",
Expand Down Expand Up @@ -116,4 +116,4 @@
},
"maxWorkers": 4
}
}
}
Loading

0 comments on commit 3eabe5d

Please sign in to comment.