Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp committed Oct 19, 2021
1 parent 9c55d7f commit e3a6748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescriptbr/ancestor",
"version": "0.4.2",
"version": "0.4.3",
"main": "index.js",
"license": "MIT",
"keywoprds": [
Expand Down
2 changes: 1 addition & 1 deletion lib/src/components/Ancestor_Box.res
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module Make = (Maker: Ancestor_StylesMaker.T) => {
~listStyleType=?,
~outlineStyle=?,
~textDecorationStyle=?,
~transform,
~transform=?,
// Box props
~columns: option<Styles.responsiveProp<columns>>=?,
// React props
Expand Down

0 comments on commit e3a6748

Please sign in to comment.