Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
prepare 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Mar 8, 2019
1 parent 1315eea commit 4184738
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 171 deletions.
52 changes: 49 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,49 @@
# Changelog

All notable changes to this project will be documented in this file.

## 2.2.0 - 2019-03-08

React Native 0.59 with _Hooks_

- Removed root resolver to embrace TypeScript
- Build env on Android
- Prettier for the community
- No require()'s

### Added

- @react-native-community/async-storage
- prettier

### Changed

- Bump `jsc-android` to `241213.0.0`
- Bump `mobx` to `5.9.0`
- Bump `mobx-state-tree` to `3.10.2`
- Bump `react` to `16.8.3`
- Bump `react-native` to `0.59.0-rc.3`
- Bump `react-native-code-push` to `5.5.2`
- Bump `react-native-firebase` to `5.2.3`
- Bump `react-native-navigation` to `2.13.1`
- Bump `react-native-sentry` to `0.42.0`
- Bump `react-native-ueno-modules` to `1.1.0`
- Bumped all `@types` to latest
- Bump `detox` to `10.0.12`
- Bump `jest` and `babel-jest` to `24.3.1`

### Removed

- date-fns
- core-decorators
- tslib
- schedule
- babel-plugin-module-resolver
- @firebase/app-types

## 2.1.0 - 2019-01-14

## Added
### Added

- Add default support for `SCSS`
- Add stylelint for `SCSS`
Expand All @@ -14,7 +54,7 @@ All notable changes to this project will be documented in this file.

- Add `google()` as default provider

## Changed
### Changed

- Bump `react-native` to `0.57.8`
- Bump `react` to `16.7.0`
Expand All @@ -30,7 +70,7 @@ All notable changes to this project will be documented in this file.
- Bump to `com.google.android.gms:play-services-base:16.0.1`
- Bump to `com.google.gms:google-services:4.0.1`

## Removed
### Removed

- Some unused packages

Expand All @@ -49,18 +89,21 @@ Big release.
- Ignore set of default YellowBox warnings

## iOS

- Better TestFlight detection
- iOS Simulator detection
- Fix Code Push key in Info.plist

### Updated dependencies

- react-native: 0.53.0 → **0.53.3**
- react-native-firebase: 3.2.4 → **3.2.6**
- react-native-navigation: 1.1.374 → **1.1.386**
- react-native-sentry: 0.33.0 → **0.34.0**
- react-native-ui-lib: 3.2.14 → **3.2.21**

## Updated devDependencies

- mobx-react: 4.4.1 → **4.4.2**
- babel-eslint: 8.2.1 → **8.2.2**
- babel-jest: 22.2.0 → **22.4.1**
Expand All @@ -81,11 +124,13 @@ Big release.
- Docsify for automatic gh-pages generation

### Added

- react-native-ui-lib
- react-native-blur
- react-native-interactable

### Updated npm packages

- react-native: 0.52.2 → **0.53.0**
- react-native-navigation: 1.1.361 → **1.1.374**
- react-native-firebase: 3.2.2 → **3.2.4**
Expand All @@ -94,6 +139,7 @@ Big release.
- detox: 6.0.4 → **7.0.1**

### Android

- Upgraded gradle to 4.4 and gradle build-tools to 3.1.0
- Patching npm packages build.gradle to buildToolsVersion 27.0.1

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"trailingComma": "es5"
},
"dependencies": {
"@react-native-community/async-storage": "1.1.0",
"@react-native-community/async-storage": "1.2.0",
"jsc-android": "241213.0.0",
"lodash": "4.17.11",
"mobx": "5.9.0",
"mobx-devtools-mst": "0.9.18",
"mobx-react": "5.4.3",
"mobx-state-tree": "3.10.2",
"mobx-state-tree": "3.11.0",
"react": "16.8.4",
"react-native": "0.59.0-rc.3",
"react-native-code-push": "5.5.2",
Expand All @@ -78,12 +78,12 @@
"@types/react-test-renderer": "16.8.1",
"@ueno/stylelint-config": "1.1.2",
"@ueno/tslint-config": "1.0.8",
"babel-jest": "24.3.0",
"babel-jest": "24.3.1",
"detox": "10.0.12",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.10.0",
"husky": "1.3.1",
"jest": "24.3.0",
"jest": "24.3.1",
"jest-haste-map": "^24.0.0",
"jest-resolve": "^24.1.0",
"lint-staged": "8.1.5",
Expand Down
Loading

0 comments on commit 4184738

Please sign in to comment.