chore(release): 1.31.0 [skip ci]

# [1.31.0](https://github.com/kolplattformen/skolplattformen/compare/v1.30.1...v1.31.0) (2021-05-10)

### Bug Fixes

* 🐛 Fixes background color issue when calender items is empt ([9f96431](9f96431681))

### Features

* 🎸 Add clear icon to search input ([6f87887](6f87887fcd))
This commit is contained in:
semantic-release-bot 2021-05-10 11:56:59 +02:00
parent 5dc2883c02
commit d887160ad5
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# [1.31.0](https://github.com/kolplattformen/skolplattformen/compare/v1.30.1...v1.31.0) (2021-05-10)
### Bug Fixes
* 🐛 Fixes background color issue when calender items is empt ([9f96431](https://github.com/kolplattformen/skolplattformen/commit/9f964316810f33761beea97e96671b3d8d914bdd))
### Features
* 🎸 Add clear icon to search input ([6f87887](https://github.com/kolplattformen/skolplattformen/commit/6f87887fcd4c726ac7e9697d9087d1036935455c))
## [1.30.1](https://github.com/kolplattformen/skolplattformen/compare/v1.30.0...v1.30.1) (2021-05-09)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.30.1",
"version": "1.31.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -9,5 +9,5 @@
"test": "npx lerna run test --stream",
"lint": "npx lerna run lint --stream"
},
"version": "1.30.1"
"version": "1.31.0"
}