Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit cdce0b7

Browse files
Diego Antonellidiego-antonelli
authored andcommitted
fix: aligning versions
1 parent cfc66dc commit cdce0b7

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

packages-native/animation/typings/AnimationProps.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ export type AnimationInEnum =
2727
| "fadeInLeftBig"
2828
| "fadeInRight"
2929
| "fadeInRightBig"
30-
| "flipInX"
31-
| "flipInY"
32-
| "lightSpeedIn"
3330
| "slideInDown"
3431
| "slideInUp"
3532
| "slideInLeft"
@@ -44,7 +41,6 @@ export type AnimationAttentionEnum =
4441
| "none"
4542
| "bounce"
4643
| "flash"
47-
| "jello"
4844
| "pulse"
4945
| "rotate"
5046
| "rubberBand"
@@ -69,9 +65,6 @@ export type AnimationOutEnum =
6965
| "fadeOutLeftBig"
7066
| "fadeOutRight"
7167
| "fadeOutRightBig"
72-
| "flipOutX"
73-
| "flipOutY"
74-
| "lightSpeedOut"
7568
| "slideOutDown"
7669
| "slideOutUp"
7770
| "slideOutLeft"

packages-native/floating-action-button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "floating-action-button",
33
"widgetName": "FloatingActionButton",
4-
"version": "0.0.2",
4+
"version": "0.0.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages-native/maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maps",
33
"widgetName": "Maps",
4-
"version": "0.1.4",
4+
"version": "0.1.3",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)