Skip to content

Commit a57b71b

Browse files
committed
chore(release): 4.2.0
1 parent 251e128 commit a57b71b

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.2.0](https://github.com/Purii/react-native-tableview-simple/compare/v4.1.0...v4.2.0) (2020-09-09)
6+
7+
### Features
8+
9+
- **tableview:** add style prop to tableview wrapper ([#315](https://github.com/Purii/react-native-tableview-simple/issues/315)) ([119a11f](https://github.com/Purii/react-native-tableview-simple/commit/119a11f27c19fd53015d531f759ad472429336e9))
10+
11+
### Bug Fixes
12+
13+
- **test:** update snapshots ([251e128](https://github.com/Purii/react-native-tableview-simple/commit/251e128e3f0ba4868748bb1988e658efb94b900a))
14+
- **types:** fix typings of local styles ([77928dc](https://github.com/Purii/react-native-tableview-simple/commit/77928dcb12236c8a1e53d4dfdfc5f2c043615c27))
15+
516
## [4.1.0](https://github.com/Purii/react-native-tableview-simple/compare/v4.0.0...v4.1.0) (2020-06-21)
617

718
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-tableview-simple",
33
"description": "React Native component for TableView made with pure CSS",
44
"homepage": "https://github.com/Purii/react-native-tableview-simple",
5-
"version": "4.1.0",
5+
"version": "4.2.0",
66
"author": "Patrick Puritscher <hello@patrickpuritscher.com>",
77
"scripts": {
88
"clean": "watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn",
@@ -97,4 +97,4 @@
9797
"standard-version": "^9.0.0",
9898
"typescript": "^4.0.2"
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)