Skip to content

Commit aed9047

Browse files
committed
CHANGELOG is updated
1 parent d762cea commit aed9047

2 files changed

Lines changed: 40 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.1.2](https://github.com/WrathChaos/react-native-login-screen/tree/2.1.2) (2020-11-02)
4+
5+
⚠️ Breaking Change: `react-native-helpers` dependency version upgrade ⚠️
6+
7+
Simply install:
8+
`"@freakycoder/react-native-helpers" : ">= 1.0.0"`
9+
10+
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.1.1...2.1.2)
11+
12+
**Merged pull requests:**
13+
14+
- Bump @react-native-community/eslint-config from 0.0.5 to 2.0.0 [\#21](https://github.com/WrathChaos/react-native-login-screen/pull/21) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
15+
- Bump eslint from 6.8.0 to 7.10.0 [\#20](https://github.com/WrathChaos/react-native-login-screen/pull/20) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
16+
- Bump typescript from 3.9.7 to 4.0.3 [\#19](https://github.com/WrathChaos/react-native-login-screen/pull/19) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
17+
318
## [2.1.1](https://github.com/WrathChaos/react-native-login-screen/tree/2.1.1) (2020-10-02)
419

520
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.3...2.1.1)
@@ -19,15 +34,15 @@
1934

2035
## [2.0.3](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.3) (2020-09-20)
2136

22-
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.2...2.0.3)
37+
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.0...2.0.3)
2338

24-
## [2.0.2](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.2) (2020-09-20)
39+
## [2.0.0](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.0) (2020-09-20)
2540

26-
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.0...2.0.2)
41+
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.2...2.0.0)
2742

28-
## [2.0.0](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.0) (2020-09-20)
43+
## [2.0.2](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.2) (2020-09-20)
2944

30-
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/1.0.0...2.0.0)
45+
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/1.0.0...2.0.2)
3146

3247
**Implemented enhancements:**
3348

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,21 @@ Pretty advanced and fully customizable example of login screen
148148

149149
# Changelog
150150

151+
## [2.1.2](https://github.com/WrathChaos/react-native-login-screen/tree/2.1.2) (2020-11-02)
152+
153+
⚠️ Breaking Change: `react-native-helpers` dependency version upgrade ⚠️
154+
155+
Simply install:
156+
`"@freakycoder/react-native-helpers" : ">= 1.0.0"`
157+
158+
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.1.1...2.1.2)
159+
160+
**Merged pull requests:**
161+
162+
- Bump @react-native-community/eslint-config from 0.0.5 to 2.0.0 [\#21](https://github.com/WrathChaos/react-native-login-screen/pull/21) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
163+
- Bump eslint from 6.8.0 to 7.10.0 [\#20](https://github.com/WrathChaos/react-native-login-screen/pull/20) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
164+
- Bump typescript from 3.9.7 to 4.0.3 [\#19](https://github.com/WrathChaos/react-native-login-screen/pull/19) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
165+
151166
## [2.1.1](https://github.com/WrathChaos/react-native-login-screen/tree/2.1.1) (2020-10-02)
152167

153168
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.3...2.1.1)
@@ -167,15 +182,15 @@ Pretty advanced and fully customizable example of login screen
167182

168183
## [2.0.3](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.3) (2020-09-20)
169184

170-
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.2...2.0.3)
185+
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.0...2.0.3)
171186

172-
## [2.0.2](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.2) (2020-09-20)
187+
## [2.0.0](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.0) (2020-09-20)
173188

174-
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.0...2.0.2)
189+
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/2.0.2...2.0.0)
175190

176-
## [2.0.0](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.0) (2020-09-20)
191+
## [2.0.2](https://github.com/WrathChaos/react-native-login-screen/tree/2.0.2) (2020-09-20)
177192

178-
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/1.0.0...2.0.0)
193+
[Full Changelog](https://github.com/WrathChaos/react-native-login-screen/compare/1.0.0...2.0.2)
179194

180195
**Implemented enhancements:**
181196

0 commit comments

Comments
 (0)