Skip to content

Commit 020bceb

Browse files
committed
Prepare version 2.0.0 [ci skip]
1 parent 9997f72 commit 020bceb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.0.0
2+
3+
- Breaking: updated `css-to-react-native` dependency to v3.0.0. This version removes the support for line-height with multiplier, adds support for `place-content` CSS property, and more.
4+
- Breaking: updated `css` dependency to v3.0.0.
5+
16
## v1.9.0
27

38
- Added: Typescript type definitions.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-to-react-native-transform",
33
"description": "Convert CSS text to a React Native stylesheet object",
4-
"version": "1.9.0",
4+
"version": "2.0.0",
55
"main": "dist/index.js",
66
"author": "Krister Kari",
77
"license": "MIT",

0 commit comments

Comments
 (0)