chore(release): 1.35.0 [skip ci]

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

### Features

* **site:** dark mode ([#393](https://github.com/kolplattformen/skolplattformen/issues/393)) ([36e809a](36e809a5f0))
This commit is contained in:
semantic-release-bot 2021-05-17 07:13:11 +02:00
parent 36e809a5f0
commit 61f0bb0241
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [1.35.0](https://github.com/kolplattformen/skolplattformen/compare/v1.34.2...v1.35.0) (2021-05-17)
### Features
* **site:** dark mode ([#393](https://github.com/kolplattformen/skolplattformen/issues/393)) ([36e809a](https://github.com/kolplattformen/skolplattformen/commit/36e809a5f007a66ee1c38faf0c8593df44e90bb1))
## [1.34.2](https://github.com/kolplattformen/skolplattformen/compare/v1.34.1...v1.34.2) (2021-05-16)

2
package-lock.json generated
View File

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