chore(release): 1.36.3 [skip ci]

## [1.36.3](https://github.com/kolplattformen/skolplattformen/compare/v1.36.2...v1.36.3) (2021-05-26)

### Bug Fixes

* 🐛 add a11y properties for childListItems ([db8434d](db8434d7f3)), closes [#354](https://github.com/kolplattformen/skolplattformen/issues/354)
This commit is contained in:
semantic-release-bot 2021-05-26 08:07:51 +02:00
parent 3ca31977e6
commit 04cbf823f6
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.36.3](https://github.com/kolplattformen/skolplattformen/compare/v1.36.2...v1.36.3) (2021-05-26)
### Bug Fixes
* 🐛 add a11y properties for childListItems ([db8434d](https://github.com/kolplattformen/skolplattformen/commit/db8434d7f33b404c2616a69714acc64c1a67d08e)), closes [#354](https://github.com/kolplattformen/skolplattformen/issues/354)
## [1.36.2](https://github.com/kolplattformen/skolplattformen/compare/v1.36.1...v1.36.2) (2021-05-25)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.36.2",
"version": "1.36.3",
"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.36.2"
"version": "1.36.3"
}