Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit d344628

Browse files
committed
Merge pull request #5 from rundmt/update-0.2.2
updated changelog and npm version
2 parents 3459cc9 + 4a64265 commit d344628

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
## 0.2.2 (May 9, 2016)
2+
3+
### react-native-flexbox-grid
4+
- Updated to work with React Native 0.25. (Thanks to sylvainbaronnet).
5+
- Set up `npm test` to run all mocha tests.
6+
7+
18
## 0.2.0 (March 21, 2016)
29

3-
### React
10+
### react-native-flexbox-grid
411
- Row now defaults `flexWrap` to `wrap`. If you want `nowrap` you must specify no wrap in props.
512
```
613
<Row nowrap>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-native-flexbox-grid",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Grid system for react native based on flexbox grid's api",
55
"main": "src/index.js",
66
"scripts": {
7-
"test": "mocha -R spec /tests/getComponentOffset-specs.js"
7+
"test": "mocha -R spec tests/"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)