- 1.0.5  
  `propGet` - function returns all Truthy values and 0. Not only Truthy values.
- 1.0.7
  - `TypeScript` very rough very loose and bad migration to TS done
  - `declarations` right now automatically got generated and applied to code on build
- 2.0.0-RC.3
  - `{ Button }` imports are now possible safely thanks to `babel-import` feature
  - Simplified setup that focuses on use `babel-imports-plugin` no overengineering
  - Typings were migrated from backoffice to style/utils to avoid typing errors
- 2.0.0
  - bugfix for `ifProp`
  - typings fix for `themeGet`
  - overall utils typings improvement
- 2.0.1
  - components added to `babel-import` so they will be safely imported
    while typings will be imported from the root.
- 2.0.2
  - bugfix fixing pure annotation calls that removes styles imports breaking package on prod
- 2.0.14
  - migrate to the `styled-components v4`
- 3.0.0
  - migrate to the `styled-system v5` and `styled-components v5`
  - various bumps
  - storybook migration to v6 from v4
  - migration to @revolut/library-scripts
