chore(release): 1.33.1 [skip ci]

## [1.33.1](https://github.com/kolplattformen/skolplattformen/compare/v1.33.0...v1.33.1) (2021-05-11)

### Bug Fixes

* 🐛 Fixes dark mode image on children ([19b8f78](19b8f78318)), closes [#388](https://github.com/kolplattformen/skolplattformen/issues/388)
This commit is contained in:
semantic-release-bot 2021-05-11 14:17:24 +02:00
parent b34fc56c1f
commit 0bc1cf6dbc
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.33.1](https://github.com/kolplattformen/skolplattformen/compare/v1.33.0...v1.33.1) (2021-05-11)
### Bug Fixes
* 🐛 Fixes dark mode image on children ([19b8f78](https://github.com/kolplattformen/skolplattformen/commit/19b8f783187f38fbede905abd833010633c1f9cd)), closes [#388](https://github.com/kolplattformen/skolplattformen/issues/388)
# [1.33.0](https://github.com/kolplattformen/skolplattformen/compare/v1.32.1...v1.33.0) (2021-05-11)

2
package-lock.json generated
View File

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