fix(curriculum): set isUpcomingChange to false in meta.json files for Part 3 of the English Curriculum (#54173)

This commit is contained in:
DanielRosa74
2024-03-22 16:38:14 -03:00
committed by GitHub
parent 2e316d5d40
commit 721ce7da7c
4 changed files with 4 additions and 3 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -7,6 +7,7 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655699a46134fa74acaf6204",

View File

@@ -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",