Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wouteraj committed May 18, 2021
1 parent 6557dc4 commit 55e384e
Show file tree
Hide file tree
Showing 20 changed files with 116 additions and 21 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### **Documentation**

* documented local installation ([#199](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/199)) ([48cdeb5](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/48cdeb5382c16e87b3c3db94046a91793cd3cdea))


### **Bug Fixes**

* Translator should return key when no translation found ([#79](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/79)) ([3a60ba8](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/3a60ba8c71afd3d8aff8e3d459d20313d8ffe636))
* various bug fixes ([#197](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/197)) ([14b4296](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/14b4296217665d50fa88922c6edd51372384bf7b))


### **Features**

* add favicon ([#182](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/182)) ([fe0d06d](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/fe0d06de35f4b87e5ee5204f73b13dbb2e42d340))
* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7))
* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4))



### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11)

**Note:** Version bump only for package root
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.2.1"
"version": "0.3.0"
}
9 changes: 9 additions & 0 deletions packages/nde-erfgoed-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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


### **Features**

* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7))



### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11)

**Note:** Version bump only for package @digita-ai/nde-erfgoed-client
Expand Down
2 changes: 1 addition & 1 deletion packages/nde-erfgoed-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/nde-erfgoed-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/nde-erfgoed-client",
"version": "0.2.1",
"version": "0.3.0",
"description": "Re-bundled version of the Solid client.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/nde-erfgoed-components/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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


### **Features**

* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7))
* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4))


### **Bug Fixes**

* Translator should return key when no translation found ([#79](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/79)) ([3a60ba8](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/3a60ba8c71afd3d8aff8e3d459d20313d8ffe636))



### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11)

**Note:** Version bump only for package @digita-ai/nde-erfgoed-components
Expand Down
2 changes: 1 addition & 1 deletion packages/nde-erfgoed-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/nde-erfgoed-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/nde-erfgoed-components",
"version": "0.2.1",
"version": "0.3.0",
"description": "Collection of Semantic Components for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/nde-erfgoed-components.umd.js",
Expand All @@ -27,8 +27,8 @@
"posttest": "jest-coverage-thresholds-bumper --silent --coverage-summary-path coverage-summary.json"
},
"dependencies": {
"@digita-ai/nde-erfgoed-core": "0.2.1",
"@digita-ai/nde-erfgoed-theme": "0.2.1",
"@digita-ai/nde-erfgoed-core": "0.3.0",
"@digita-ai/nde-erfgoed-theme": "0.3.0",
"@digita-ai/semcom-core": "0.3.4",
"lit-element": "2.4.0",
"rx-lit": "1.0.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/nde-erfgoed-core/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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


### **Features**

* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7))
* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4))


### **Bug Fixes**

* Translator should return key when no translation found ([#79](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/79)) ([3a60ba8](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/3a60ba8c71afd3d8aff8e3d459d20313d8ffe636))



### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11)

**Note:** Version bump only for package @digita-ai/nde-erfgoed-core
Expand Down
2 changes: 1 addition & 1 deletion packages/nde-erfgoed-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/nde-erfgoed-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/nde-erfgoed-core",
"version": "0.2.1",
"version": "0.3.0",
"description": "Core logic of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/nde-erfgoed-core.umd.js",
Expand Down Expand Up @@ -72,4 +72,4 @@
"displayName": "core",
"preset": "@digita-ai/jest-config"
}
}
}
16 changes: 16 additions & 0 deletions packages/nde-erfgoed-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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


### **Bug Fixes**

* various bug fixes ([#197](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/197)) ([14b4296](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/14b4296217665d50fa88922c6edd51372384bf7b))


### **Features**

* add favicon ([#182](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/182)) ([fe0d06d](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/fe0d06de35f4b87e5ee5204f73b13dbb2e42d340))
* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7))
* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4))



### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11)

**Note:** Version bump only for package @digita-ai/nde-erfgoed-manage
Expand Down
2 changes: 1 addition & 1 deletion packages/nde-erfgoed-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/nde-erfgoed-manage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/nde-erfgoed-manage",
"version": "0.2.1",
"version": "0.3.0",
"description": "App for the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"main": "./dist/nde-erfgoed-manage.umd.js",
Expand All @@ -27,10 +27,10 @@
"posttest": "jest-coverage-thresholds-bumper --silent --coverage-summary-path coverage-summary.json"
},
"dependencies": {
"@digita-ai/nde-erfgoed-client": "0.2.1",
"@digita-ai/nde-erfgoed-components": "0.2.1",
"@digita-ai/nde-erfgoed-core": "0.2.1",
"@digita-ai/nde-erfgoed-theme": "0.2.1",
"@digita-ai/nde-erfgoed-client": "0.3.0",
"@digita-ai/nde-erfgoed-components": "0.3.0",
"@digita-ai/nde-erfgoed-core": "0.3.0",
"@digita-ai/nde-erfgoed-theme": "0.3.0",
"@digita-ai/semcom-core": "0.3.4",
"@xstate/inspect": "^0.4.1",
"lit-element": "2.4.0",
Expand Down Expand Up @@ -103,4 +103,4 @@
}
}
}
}
}
9 changes: 9 additions & 0 deletions packages/nde-erfgoed-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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


### **Features**

* implement Solid pods as storage ([#195](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/195)) ([ec1ad34](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/ec1ad3472257f142612498a17b7553d697a328d7))



### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11)

**Note:** Version bump only for package @digita-ai/nde-erfgoed-pods
Expand Down
2 changes: 1 addition & 1 deletion packages/nde-erfgoed-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/nde-erfgoed-pods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/nde-erfgoed-pods",
"version": "0.2.1",
"version": "0.3.0",
"description": "Pods for the demo environment of the NDE-project.",
"author": "Wouter Janssens <[email protected]>",
"license": "",
Expand Down
9 changes: 9 additions & 0 deletions packages/nde-erfgoed-theme/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.3.0](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.1...v0.3.0) (2021-05-18)


### **Features**

* support updating of collections ([#189](https://github.com/digita-ai/nde-erfgoedinstellingen/issues/189)) ([4e8edc2](https://github.com/digita-ai/nde-erfgoedinstellingen/commit/4e8edc2243070a48042dd3a8af4a29ab86058ed4))



### [0.2.1](https://github.com/digita-ai/nde-erfgoedinstellingen/compare/v0.2.0...v0.2.1) (2021-05-11)

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

0 comments on commit 55e384e

Please sign in to comment.