Skip to content

Commit

Permalink
Prepare version 2.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Jul 18, 2021
1 parent 9997f72 commit 020bceb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.0.0

- 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.
- Breaking: updated `css` dependency to v3.0.0.

## v1.9.0

- Added: Typescript type definitions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "css-to-react-native-transform",
"description": "Convert CSS text to a React Native stylesheet object",
"version": "1.9.0",
"version": "2.0.0",
"main": "dist/index.js",
"author": "Krister Kari",
"license": "MIT",
Expand Down

0 comments on commit 020bceb

Please sign in to comment.