Skip to content

Commit

Permalink
Merge pull request #18 from pliosoft/v3.1.1-release
Browse files Browse the repository at this point in the history
build for release
  • Loading branch information
clord committed Mar 9, 2023
2 parents ddbaf45 + f3bdaeb commit 6ea668d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 11 deletions.
10 changes: 7 additions & 3 deletions dist/cjs/src/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cjs/src/index.js.map

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions dist/esm/src/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm/src/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-enable",
"version": "3.1.0",
"version": "3.1.1",
"description": "feature flags to enable and disable functionality at runtime in a react application",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
Expand Down
4 changes: 4 additions & 0 deletions src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,10 @@ select {
display: grid;
}

.hidden {
display: none;
}

.h-7 {
height: 1.75rem;
}
Expand Down

0 comments on commit 6ea668d

Please sign in to comment.