chore(release): 1.34.0 [skip ci]

# [1.34.0](https://github.com/kolplattformen/skolplattformen/compare/v1.33.1...v1.34.0) (2021-05-12)

### Features

* added flash message in header ([b7efee1](b7efee1e99))
This commit is contained in:
semantic-release-bot 2021-05-12 10:17:02 +02:00
parent 7bfca7605c
commit a8a102dd4d
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [1.34.0](https://github.com/kolplattformen/skolplattformen/compare/v1.33.1...v1.34.0) (2021-05-12)
### Features
* added flash message in header ([b7efee1](https://github.com/kolplattformen/skolplattformen/commit/b7efee1e99d932b93d49d6377060d9876f02ea0a))
## [1.33.1](https://github.com/kolplattformen/skolplattformen/compare/v1.33.0...v1.33.1) (2021-05-11)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.33.1",
"version": "1.34.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.33.1"
"version": "1.34.0"
}