mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
fix(curriculum): set isUpcomingChange to false in meta.json files for Part 3 of the English Curriculum (#54173)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Learn How to Ask and Share About Educational and Professional Background",
|
||||
"isUpcomingChange": true,
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "learn-how-to-ask-and-share-about-educational-and-professional-background",
|
||||
"order": 6,
|
||||
"time": "5 hours",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Learn How to Discuss Roles and Responsibilities",
|
||||
"isUpcomingChange": true,
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "learn-how-to-discuss-roles-and-responsibilies",
|
||||
"order": 8,
|
||||
"time": "5 hours",
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"template": "",
|
||||
"required": [],
|
||||
"superBlock": "a2-english-for-developers",
|
||||
"isBeta": true,
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "655699a46134fa74acaf6204",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Learn How to Talk About Hobbies and Interests",
|
||||
"isUpcomingChange": true,
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "learn-how-to-talk-about-hobbies-and-interests",
|
||||
"order": 7,
|
||||
"time": "5 hours",
|
||||
|
||||
Reference in New Issue
Block a user