Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: release 1.0.1 (#255)
* chore: release 1.0.1

* Update CHANGELOG.md

Co-authored-by: DaSCH Bot <50987250+daschbot@users.noreply.github.com>
  • Loading branch information
André Kilchenmann and daschbot committed Jan 15, 2021
1 parent bc2eb40 commit e9b0f01
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions projects/dsp-ui/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

### [1.0.1](https://www.github.com/dasch-swiss/dsp-ui-lib/compare/v1.0.0...v1.0.1) (2021-01-15)


### Bug Fixes

* **Date Value Validators:** Propagate valueRequiredValidator to child component (DSP-1188) ([#251](https://www.github.com/dasch-swiss/dsp-ui-lib/issues/251)) ([27502f5](https://www.github.com/dasch-swiss/dsp-ui-lib/commit/27502f5595b15e02a02c80404d046b1a71ee9beb))
* **Interval Value Validators:** Propagate valueRequiredValidator to child component (DSP-1193) ([#253](https://www.github.com/dasch-swiss/dsp-ui-lib/issues/253)) ([3424831](https://www.github.com/dasch-swiss/dsp-ui-lib/commit/342483123d18205872b58c8a18983ea7ef5941d7))
* **Time Value Validators:** Propagate valueRequiredValidator to child component (DSP-1218) ([#257](https://www.github.com/dasch-swiss/dsp-ui-lib/issues/257)) ([dd8fd80](https://www.github.com/dasch-swiss/dsp-ui-lib/commit/dd8fd80bebddd92d1f6449908f0c0bdfc5a3f6e6))
* fix: Value Form Control Name (DSP-1186) ([#250](https://www.github.com/dasch-swiss/dsp-ui-lib/issues/250)) ([3098bfa](https://github.com/dasch-swiss/dsp-ui-lib/commit/3098bfa88bc39367abaf48df69143c077bb9967e))

### Maintenance

* Clean up CHANGELOG and package.json ([#256](https://www.github.com/dasch-swiss/dsp-ui-lib/issues/256)) ([4ba898b](https://www.github.com/dasch-swiss/dsp-ui-lib/commit/4ba898b2fc760a9a90ed89dd370e4aeee42e9868))

## 1.0.0 (2020-12-18)


Expand Down
2 changes: 1 addition & 1 deletion projects/dsp-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dasch-swiss/dsp-ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular library to easily create a Knora/DSP user interface",
"repository": {
"type": "git",
Expand Down

0 comments on commit e9b0f01

Please sign in to comment.