chore(release): 1.35.1 [skip ci]

## [1.35.1](https://github.com/kolplattformen/skolplattformen/compare/v1.35.0...v1.35.1) (2021-05-17)

### Bug Fixes

* **site:** dark mode icons ([#396](https://github.com/kolplattformen/skolplattformen/issues/396)) ([d85915d](d85915d790))
This commit is contained in:
semantic-release-bot 2021-05-17 07:17:23 +02:00
parent d85915d790
commit 01fc8bb962
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.35.1](https://github.com/kolplattformen/skolplattformen/compare/v1.35.0...v1.35.1) (2021-05-17)
### Bug Fixes
* **site:** dark mode icons ([#396](https://github.com/kolplattformen/skolplattformen/issues/396)) ([d85915d](https://github.com/kolplattformen/skolplattformen/commit/d85915d79060bdfc68dc6e712716d077d57ae7be))
# [1.35.0](https://github.com/kolplattformen/skolplattformen/compare/v1.34.2...v1.35.0) (2021-05-17)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.35.0",
"version": "1.35.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.35.0"
"version": "1.35.1"
}