Skip to content

Latest commit

 

History

History
88 lines (71 loc) · 7.93 KB

CHANGELOG.md

File metadata and controls

88 lines (71 loc) · 7.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0 (2021-05-03)

⚠ BREAKING CHANGES

  • 🧨 boilerplate

Features

  • 🎸 Add basic content to profile screen (64f840c), closes #132
  • 🎸 Add link to website in menu drawer (ef51852), closes #128

Bug Fixes

  • 🐛 Add observer to app (d31e0d9)
  • 🐛 Correct position of loader (#131) (9d8fdea)
  • 🐛 Issues after upgrading to Ignite Flame (311b314), closes #119
  • 🐛 Make sure timeline data is always updated (9c35e96), closes #136
  • package.json & yarn.lock to reduce vulnerabilities (2e54402)
  • upgrade @hookform/resolvers from 0.0.6 to 0.1.0 (559cfd5)
  • upgrade @react-navigation/native from 5.5.1 to 5.7.3 (ac4d058)
  • upgrade @react-navigation/stack from 5.5.1 to 5.9.0 (b49b455)
  • upgrade react-hook-form from 6.0.8 to 6.3.1 (#80) (23cb942)
  • upgrade react-hook-form from 6.7.0 to 6.9.3 (5ef0392)
  • upgrade react-native from 0.62.2 to 0.63.2 (07a19c5)
  • upgrade react-native-reanimated from 1.9.0 to 1.11.0 (9a08b9e)
  • upgrade react-native-safe-area-context from 3.0.2 to 3.1.4 (#77) (811c8a7)
  • upgrade react-native-web from 0.11.7 to 0.13.5 (c9defc6)
  • upgrade react-native-web from 0.11.7 to 0.13.5 (#78) (02537f7)
  • upgrade react-native-web from 0.13.9 to 0.14.2 (d620281)

Others

  • 🤖 Add commitlint (cca62cc), closes #117
  • 🤖 Add git-cz and standard-version (f0f9bba)
  • 🤖 Add Husky and lint-staged (47072fe)
  • 🤖 Add more details to app.json to prepare app publis (8304833)
  • 🤖 Change tsconfig no strict (028b89b)
  • 🤖 Update react and react-dom types (41acd49)
  • 🤖 upgrade to expo sdk 40 (7780d5e), closes #111
  • 🤖 Upgrade to Ignite 6.0 Flame (df620e5), closes #113
  • release: 0.0.2 (c638994)

Code Refactoring

  • 💡 Change how FAB icon is defined (cf3f9b0)
  • 💡 Refactor from Ignite Flame (052187c)
  • 💡 Remove not complete functionality (57b779e)
  • 💡 Use strict in tsconfig (8951506), closes #134

0.0.2 (2021-04-02)

Bug Fixes

  • package.json & yarn.lock to reduce vulnerabilities (2e54402)
  • upgrade @hookform/resolvers from 0.0.6 to 0.1.0 (559cfd5)
  • upgrade @react-navigation/native from 5.5.1 to 5.7.3 (ac4d058)
  • upgrade @react-navigation/stack from 5.5.1 to 5.9.0 (b49b455)
  • upgrade react-hook-form from 6.0.8 to 6.3.1 (#80) (23cb942)
  • upgrade react-hook-form from 6.7.0 to 6.9.3 (5ef0392)
  • upgrade react-native from 0.62.2 to 0.63.2 (07a19c5)
  • upgrade react-native-reanimated from 1.9.0 to 1.11.0 (9a08b9e)
  • upgrade react-native-safe-area-context from 3.0.2 to 3.1.4 (#77) (811c8a7)
  • upgrade react-native-web from 0.11.7 to 0.13.5 (c9defc6)
  • upgrade react-native-web from 0.11.7 to 0.13.5 (#78) (02537f7)
  • upgrade react-native-web from 0.13.9 to 0.14.2 (d620281)

Others

  • 🤖 Add git-cz and standard-version (f0f9bba)
  • 🤖 Add Husky and lint-staged (47072fe)