Skip to content

Commit

Permalink
chore(release): Bumps version to v8.6.0 and updates dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Apr 12, 2024
1 parent 329a767 commit 109aba4
Show file tree
Hide file tree
Showing 52 changed files with 437 additions and 351 deletions.
25 changes: 25 additions & 0 deletions dist/learning-objectives.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
],
"angular": [
"components-and-templates",
"component-lifecycle",
"structural-directives",
"input-output",
"services",
Expand Down Expand Up @@ -693,6 +694,7 @@
"firebase/firestore",
"angular",
"angular/components-and-templates",
"angular/component-lifecycle",
"angular/structural-directives",
"angular/input-output",
"angular/services",
Expand Down Expand Up @@ -3051,6 +3053,15 @@
}
]
},
"angular/component-lifecycle": {
"title": "Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)",
"links": [
{
"title": "Component Lifecycle - Documentación oficial (en inglés)",
"url": "https://angular.io/guide/lifecycle-hooks"
}
]
},
"angular/structural-directives": {
"title": "Directivas estructurales (ngIf / ngFor)",
"links": [
Expand Down Expand Up @@ -6404,6 +6415,15 @@
}
]
},
"angular/component-lifecycle": {
"title": "Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)",
"links": [
{
"title": "Component Lifecycle - Documentação oficial (em inglês)",
"url": "https://angular.io/guide/lifecycle-hooks"
}
]
},
"angular/structural-directives": {
"title": "Diretivas estruturais (ngIf / ngFor)",
"links": [
Expand Down Expand Up @@ -7757,6 +7777,11 @@
"es": "Components & templates",
"pt": "Components & templates"
},
{
"key": "angular/component-lifecycle",
"es": "Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)",
"pt": "Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)"
},
{
"key": "angular/structural-directives",
"es": "Directivas estructurales (ngIf / ngFor)",
Expand Down
240 changes: 135 additions & 105 deletions dist/projects.json

Large diffs are not rendered by default.

24 changes: 3 additions & 21 deletions dist/projects/burger-queen-api-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "burger-queen-api-client",
"repo": "Laboratoria/curriculum",
"path": "projects/04-burger-queen-api-client",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:27.489Z",
"createdAt": "2024-04-12T16:40:29.400Z",
"prefix": 4,
"track": "web-dev",
"tracks": [
Expand Down Expand Up @@ -38,6 +38,7 @@
"http/json",
"http/cors",
"angular/components-and-templates",
"angular/component-lifecycle",
"angular/structural-directives",
"angular/input-output",
"angular/services",
Expand All @@ -64,32 +65,13 @@
"vue/computed-props-and-observers",
"vue/routing",
"vue/classes-and-styles",
"typescript/basic-types/static-type-checking",
"typescript/basic-types/strictness",
"typescript/basic-types/primitives",
"typescript/basic-types/arrays",
"typescript/basic-types/any",
"typescript/basic-types/functions",
"typescript/basic-types/object-types/optional-properties",
"typescript/basic-types/union-types",
"typescript/basic-types/type-aliases",
"typescript/basic-types/interfaces",
"typescript/basic-types/type-assertions",
"typescript/basic-types/literal-types",
"typescript/basic-types/null-and-undefined",
"typescript/basic-types/enums",
"typescript/narrowing",
"typescript/classes/members/fields",
"typescript/classes/members/constructors",
"typescript/classes/members/methods",
"typescript/classes/members/getter-setters",
"typescript/classes/class-heritage/implements",
"typescript/classes/class-heritage/extends",
"typescript/classes/member-visibility",
"typescript/classes/static-members",
"typescript/classes/this",
"typescript/classes/abstract-classes",
"typescript/decorators",
"user-centricity/centricity",
"product-design/interactivity",
"product-design/visual-design",
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/burger-queen-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "burger-queen-api",
"repo": "Laboratoria/curriculum",
"path": "projects/04-burger-queen-api",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:27.633Z",
"createdAt": "2024-04-12T16:40:29.376Z",
"prefix": 4,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/card-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "card-validation",
"repo": "Laboratoria/curriculum",
"path": "projects/01-card-validation",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:02.850Z",
"createdAt": "2024-04-12T16:40:12.560Z",
"prefix": 1,
"track": "web-dev",
"tracks": [
Expand Down
5 changes: 3 additions & 2 deletions dist/projects/chat-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "chat-app",
"repo": "Laboratoria/curriculum",
"path": "projects/05-chat-app",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:31.280Z",
"createdAt": "2024-04-12T16:40:31.618Z",
"prefix": 5,
"track": "web-dev",
"tracks": [
Expand Down Expand Up @@ -44,6 +44,7 @@
"vue/routing",
"vue/classes-and-styles",
"angular/components-and-templates",
"angular/component-lifecycle",
"angular/structural-directives",
"angular/input-output",
"angular/services",
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/cipher.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "cipher",
"repo": "Laboratoria/curriculum",
"path": "projects/01-cipher",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:07.424Z",
"createdAt": "2024-04-12T16:40:14.696Z",
"prefix": 1,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/data-lovers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "data-lovers",
"repo": "Laboratoria/curriculum",
"path": "projects/02-data-lovers",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:11.705Z",
"createdAt": "2024-04-12T16:40:17.939Z",
"prefix": 2,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/dataverse-chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "dataverse-chat",
"repo": "Laboratoria/curriculum",
"path": "projects/03-dataverse-chat",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:20.203Z",
"createdAt": "2024-04-12T16:40:23.543Z",
"prefix": 3,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/dataverse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "dataverse",
"repo": "Laboratoria/curriculum",
"path": "projects/02-dataverse",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:11.948Z",
"createdAt": "2024-04-12T16:40:18.402Z",
"prefix": 2,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/design-assigned.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "design-assigned",
"repo": "Laboratoria/curriculum",
"path": "projects/02-design-assigned",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:11.280Z",
"createdAt": "2024-04-12T16:40:18.192Z",
"prefix": 2,
"track": "ux",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/design-detectives.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "design-detectives",
"repo": "Laboratoria/curriculum",
"path": "projects/01-design-detectives",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:06.982Z",
"createdAt": "2024-04-12T16:40:14.569Z",
"prefix": 1,
"track": "ux",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/design-lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "design-lab",
"repo": "Laboratoria/curriculum",
"path": "projects/03-design-lab",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:20.004Z",
"createdAt": "2024-04-12T16:40:26.422Z",
"prefix": 3,
"track": "ux",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/emergency-room.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "emergency-room",
"repo": "Laboratoria/curriculum",
"path": "projects/02-emergency-room",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:16.241Z",
"createdAt": "2024-04-12T16:40:20.923Z",
"prefix": 2,
"track": "web-dev",
"tracks": [
Expand Down
13 changes: 10 additions & 3 deletions dist/projects/fleet-management-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "fleet-management-api",
"repo": "Laboratoria/curriculum",
"path": "projects/05-fleet-management-api",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:31.226Z",
"createdAt": "2024-04-12T16:40:33.987Z",
"prefix": 5,
"track": "web-dev",
"tracks": [
Expand Down Expand Up @@ -160,7 +160,14 @@
"scm/git/integration",
"scm/github/setup",
"scm/github/collaboration",
"scm/github/project-management"
"scm/github/project-management",
"typescript/basic-types/primitives",
"typescript/basic-types/arrays",
"typescript/basic-types/functions",
"typescript/basic-types/object-types/optional-properties",
"typescript/basic-types/union-types",
"typescript/basic-types/interfaces",
"typescript/basic-types/enums"
],
"intl": {
"es": {
Expand Down
5 changes: 3 additions & 2 deletions dist/projects/fleet-management-fullstack.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "fleet-management-fullstack",
"repo": "Laboratoria/curriculum",
"path": "projects/05-fleet-management-fullstack",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:34.499Z",
"createdAt": "2024-04-12T16:40:33.885Z",
"prefix": 5,
"track": "web-dev",
"tracks": [
Expand Down Expand Up @@ -46,6 +46,7 @@
"vue/routing",
"vue/classes-and-styles",
"angular/components-and-templates",
"angular/component-lifecycle",
"angular/structural-directives",
"angular/input-output",
"angular/services",
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/guess-the-number.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "guess-the-number",
"repo": "Laboratoria/curriculum",
"path": "projects/05-guess-the-number",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:34.482Z",
"createdAt": "2024-04-12T16:40:33.897Z",
"prefix": 5,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/how-might-we.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "how-might-we",
"repo": "Laboratoria/curriculum",
"path": "projects/00-how-might-we",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:02.633Z",
"createdAt": "2024-04-12T16:40:12.292Z",
"prefix": 0,
"track": "ux",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/job-application.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "job-application",
"repo": "Laboratoria/curriculum",
"path": "projects/06-job-application",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:40.699Z",
"createdAt": "2024-04-12T16:40:42.588Z",
"prefix": 6,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/md-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "md-links",
"repo": "Laboratoria/curriculum",
"path": "projects/04-md-links",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:27.557Z",
"createdAt": "2024-04-12T16:40:31.621Z",
"prefix": 4,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/memory-match.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "memory-match",
"repo": "Laboratoria/curriculum",
"path": "projects/02-memory-match",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:16.489Z",
"createdAt": "2024-04-12T16:40:21.129Z",
"prefix": 2,
"track": "web-dev",
"tracks": [
Expand Down
4 changes: 2 additions & 2 deletions dist/projects/mindset-mvp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"slug": "mindset-mvp",
"repo": "Laboratoria/curriculum",
"path": "projects/02-mindset-mvp",
"version": "8.5.0",
"version": "8.6.0",
"parserVersion": "5.3.0",
"createdAt": "2024-03-21T20:11:16.184Z",
"createdAt": "2024-04-12T16:40:20.914Z",
"prefix": 2,
"track": "ux",
"tracks": [
Expand Down
Loading

0 comments on commit 109aba4

Please sign in to comment.