diff --git a/curriculum/structure/blocks/lab-adjacency-list-to-matrix-converter-js.json b/curriculum/structure/blocks/lab-adjacency-list-to-matrix-converter-js.json index 5363320ffe0..289f1b88cdc 100644 --- a/curriculum/structure/blocks/lab-adjacency-list-to-matrix-converter-js.json +++ b/curriculum/structure/blocks/lab-adjacency-list-to-matrix-converter-js.json @@ -1,5 +1,5 @@ { - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-adjacency-list-to-matrix-converter-js", "helpCategory": "JavaScript", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-depth-first-search-js.json b/curriculum/structure/blocks/lab-depth-first-search-js.json index a22e16e8881..3495507bc61 100644 --- a/curriculum/structure/blocks/lab-depth-first-search-js.json +++ b/curriculum/structure/blocks/lab-depth-first-search-js.json @@ -1,5 +1,5 @@ { - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-depth-first-search-js", "helpCategory": "JavaScript", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-n-queens-problem-js.json b/curriculum/structure/blocks/lab-n-queens-problem-js.json index abc3f8843fc..d5317dae11e 100644 --- a/curriculum/structure/blocks/lab-n-queens-problem-js.json +++ b/curriculum/structure/blocks/lab-n-queens-problem-js.json @@ -1,5 +1,5 @@ { - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-n-queens-problem-js", "helpCategory": "JavaScript", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lecture-understanding-graphs-and-trees-js.json b/curriculum/structure/blocks/lecture-understanding-graphs-and-trees-js.json index 77c2aff4dce..b0de90e823f 100644 --- a/curriculum/structure/blocks/lecture-understanding-graphs-and-trees-js.json +++ b/curriculum/structure/blocks/lecture-understanding-graphs-and-trees-js.json @@ -1,5 +1,5 @@ { - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-understanding-graphs-and-trees-js", "helpCategory": "JavaScript", "blockLayout": "challenge-list", diff --git a/curriculum/structure/blocks/quiz-graph-and-trees-js.json b/curriculum/structure/blocks/quiz-graph-and-trees-js.json index 7e664a4af99..c9e3072e721 100644 --- a/curriculum/structure/blocks/quiz-graph-and-trees-js.json +++ b/curriculum/structure/blocks/quiz-graph-and-trees-js.json @@ -1,5 +1,5 @@ { - "isUpcomingChange": true, + "isUpcomingChange": false, "blockLabel": "quiz", "blockLayout": "link", "dashedName": "quiz-graph-and-trees-js", diff --git a/curriculum/structure/blocks/review-graphs-and-trees-js.json b/curriculum/structure/blocks/review-graphs-and-trees-js.json index 0ea1a2f71d9..5d6e5da88eb 100644 --- a/curriculum/structure/blocks/review-graphs-and-trees-js.json +++ b/curriculum/structure/blocks/review-graphs-and-trees-js.json @@ -1,5 +1,5 @@ { - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-graphs-and-trees-js", "helpCategory": "JavaScript", "blockLayout": "link", diff --git a/curriculum/structure/blocks/workshop-breadth-first-search-js.json b/curriculum/structure/blocks/workshop-breadth-first-search-js.json index 107ac514831..52280c8d2e5 100644 --- a/curriculum/structure/blocks/workshop-breadth-first-search-js.json +++ b/curriculum/structure/blocks/workshop-breadth-first-search-js.json @@ -1,5 +1,5 @@ { - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-breadth-first-search-js", "helpCategory": "JavaScript", "blockLayout": "challenge-grid", diff --git a/curriculum/structure/blocks/workshop-shortest-path-algorithm-js.json b/curriculum/structure/blocks/workshop-shortest-path-algorithm-js.json index c6b4afd56cd..29b3b597551 100644 --- a/curriculum/structure/blocks/workshop-shortest-path-algorithm-js.json +++ b/curriculum/structure/blocks/workshop-shortest-path-algorithm-js.json @@ -1,5 +1,5 @@ { - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-shortest-path-algorithm-js", "helpCategory": "JavaScript", "blockLayout": "challenge-grid", diff --git a/curriculum/structure/superblocks/javascript-v9.json b/curriculum/structure/superblocks/javascript-v9.json index 0f819e949f5..acfa40427ae 100644 --- a/curriculum/structure/superblocks/javascript-v9.json +++ b/curriculum/structure/superblocks/javascript-v9.json @@ -326,7 +326,6 @@ }, { "dashedName": "graphs-and-trees", - "comingSoon": true, "blocks": [ "lecture-understanding-graphs-and-trees-js", "workshop-shortest-path-algorithm-js",