chore(release): 1.14.0 [skip ci]

# [1.14.0](https://github.com/kolplattformen/skolplattformen/compare/v1.13.0...v1.14.0) (2021-04-13)

### Bug Fixes

* 🐛 Downgraded react-native testing lib ([14e9ad8](14e9ad8972))
* 🐛 Reverting to old api-hooks to isolate problem ([5945651](5945651803))

### Features

* 🎸 Updated embedded-api and api-hooks ([5a3391a](5a3391ad24))
* 🎸 Updated embedded-api for time tables with full names ([bc1e638](bc1e638426))
* 🎸 Working compound child list enabling time tables ([323fc13](323fc13efe))
This commit is contained in:
semantic-release-bot 2021-04-13 14:42:17 +02:00
parent fb9a92f4fb
commit a4fb31781e
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
# [1.14.0](https://github.com/kolplattformen/skolplattformen/compare/v1.13.0...v1.14.0) (2021-04-13)
### Bug Fixes
* 🐛 Downgraded react-native testing lib ([14e9ad8](https://github.com/kolplattformen/skolplattformen/commit/14e9ad89727d980055ebbb35f1a44ea06a932467))
* 🐛 Reverting to old api-hooks to isolate problem ([5945651](https://github.com/kolplattformen/skolplattformen/commit/5945651803ce111b3bd4d4a059b045e22947dedc))
### Features
* 🎸 Updated embedded-api and api-hooks ([5a3391a](https://github.com/kolplattformen/skolplattformen/commit/5a3391ad2423e323c6dc217ea3c22b6d233925db))
* 🎸 Updated embedded-api for time tables with full names ([bc1e638](https://github.com/kolplattformen/skolplattformen/commit/bc1e638426814669fe38daa769a078502251228b))
* 🎸 Working compound child list enabling time tables ([323fc13](https://github.com/kolplattformen/skolplattformen/commit/323fc13efee2c8b27546c2b29192772ddbb9628d))
# [1.13.0](https://github.com/kolplattformen/skolplattformen/compare/v1.12.0...v1.13.0) (2021-04-07)

View File

@ -9,5 +9,5 @@
"test": "npx lerna run test --stream",
"lint": "npx lerna run lint --stream"
},
"version": "1.13.0"
"version": "1.14.0"
}