Skip to content

Commit be38926

Browse files
committed
Link in the new deprecation
1 parent c5b54a7 commit be38926

File tree

1 file changed

+2
-0
lines changed
  • projects/plugins/jetpack/extensions/blocks/tiled-gallery/deprecated

1 file changed

+2
-0
lines changed

projects/plugins/jetpack/extensions/blocks/tiled-gallery/deprecated/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import * as deprecatedV1 from './v1';
2+
import * as deprecatedV10 from './v10';
23
import * as deprecatedV2 from './v2';
34
import * as deprecatedV3 from './v3';
45
import * as deprecatedV4 from './v4';
@@ -9,6 +10,7 @@ import * as deprecatedV8 from './v8';
910
import * as deprecatedV9 from './v9';
1011

1112
export default [
13+
deprecatedV10,
1214
deprecatedV9,
1315
deprecatedV8,
1416
deprecatedV7,

0 commit comments

Comments
 (0)