Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[グリッドカラム ( grid-column )] 0 系統の deprecated を削除 #2323

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/blocks/_pro/grid-column-item/deprecated/0.45.2/save.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/blocks/_pro/grid-column-item/deprecated/0.60.1/save.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/blocks/_pro/grid-column-item/deprecated/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import save0_45_2 from './0.45.2/save';
import save0_60_1 from './0.60.1/save';
import save1_4_1 from './1.4.1/save';
import save1_13_2 from './1.13.2/save';
import save1_20_5 from './1.20.5/save';
Expand Down Expand Up @@ -156,13 +154,5 @@ const deprecated = [
attributes: blockAttributes,
save: save1_4_1,
},
{
attributes: blockAttributes,
save: save0_60_1,
},
{
attributes: blockAttributes,
save: save0_45_2,
},
];
export default deprecated;
30 changes: 0 additions & 30 deletions src/blocks/_pro/grid-column/deprecated/0.57.4/component.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/blocks/_pro/grid-column/deprecated/0.57.4/save.js

This file was deleted.

30 changes: 0 additions & 30 deletions src/blocks/_pro/grid-column/deprecated/0.60.1/component.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/blocks/_pro/grid-column/deprecated/0.60.1/save.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/blocks/_pro/grid-column/deprecated/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import save0_57_4 from './0.57.4/save';
import save0_60_1 from './0.60.1/save';
import save1_4_1 from './1.4.1/save';
import save1_13_2 from './1.13.2/save';

Expand Down Expand Up @@ -47,13 +45,5 @@ const deprecated = [
attributes: blockAttributes,
save: save1_4_1,
},
{
attributes: blockAttributes,
save: save0_60_1,
},
{
attributes: blockAttributes,
save: save0_57_4,
},
];
export default deprecated;

This file was deleted.

Loading