Skip to content

Commit

Permalink
Restore unstable status
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Nov 26, 2020
1 parent 5e0f28d commit d510658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/file/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import classnames from 'classnames';
*/
import { getBlobByURL, isBlobURL, revokeBlobURL } from '@wordpress/blob';
import {
__experimentalGetAnimateClassName as getAnimateClassName,
__unstableGetAnimateClassName as getAnimateClassName,
withNotices,
ToolbarGroup,
ToolbarButton,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export {
export { default as __experimentalAlignmentMatrixControl } from './alignment-matrix-control';
export {
default as Animate,
getAnimateClassName as __experimentalGetAnimateClassName,
getAnimateClassName as __unstableGetAnimateClassName,
} from './animate';
export { default as AnglePickerControl } from './angle-picker-control';
export { default as Autocomplete } from './autocomplete';
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-saved-state/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import classnames from 'classnames';
* WordPress dependencies
*/
import {
__experimentalGetAnimateClassName as getAnimateClassName,
__unstableGetAnimateClassName as getAnimateClassName,
Button,
} from '@wordpress/components';
import { usePrevious, useViewportMatch } from '@wordpress/compose';
Expand Down

0 comments on commit d510658

Please sign in to comment.