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

Commit 915bcea

Browse files
committed
Bump up version
1 parent 29b864d commit 915bcea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const schema = new SimpleSchema({
8484
export default new SimpleSchema2Bridge(schema);
8585
```
8686

87-
### 4. Finally, use it in a form!
87+
### 4. Finally, use it in a form! 🎉
8888

8989
Uniforms theme packages provide the `AutoForm` component, which is able to generate the form based on the given schema.
9090
All we have to do now is to pass the previously created GuestSchema to the `AutoForm`:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uniforms-patternfly",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "Patternfly forms for uniforms",
55
"repository": "[email protected]:aerogear/uniforms-patternfly.git",
66
"author": "Gianluca <[email protected]>",

0 commit comments

Comments
 (0)