Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta committed Apr 30, 2021
1 parent 29b864d commit 915bcea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const schema = new SimpleSchema({
export default new SimpleSchema2Bridge(schema);
```

### 4. Finally, use it in a form!
### 4. Finally, use it in a form! 🎉

Uniforms theme packages provide the `AutoForm` component, which is able to generate the form based on the given schema.
All we have to do now is to pass the previously created GuestSchema to the `AutoForm`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-patternfly",
"version": "4.4.1",
"version": "4.4.2",
"description": "Patternfly forms for uniforms",
"repository": "git@github.com:aerogear/uniforms-patternfly.git",
"author": "Gianluca <gzuccare@redhat.com>",
Expand Down

0 comments on commit 915bcea

Please sign in to comment.