Skip to content

Commit 109aba4

Browse files
committed
chore(release): Bumps version to v8.6.0 and updates dist files
1 parent 329a767 commit 109aba4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+437
-351
lines changed

dist/learning-objectives.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
],
9595
"angular": [
9696
"components-and-templates",
97+
"component-lifecycle",
9798
"structural-directives",
9899
"input-output",
99100
"services",
@@ -693,6 +694,7 @@
693694
"firebase/firestore",
694695
"angular",
695696
"angular/components-and-templates",
697+
"angular/component-lifecycle",
696698
"angular/structural-directives",
697699
"angular/input-output",
698700
"angular/services",
@@ -3051,6 +3053,15 @@
30513053
}
30523054
]
30533055
},
3056+
"angular/component-lifecycle": {
3057+
"title": "Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)",
3058+
"links": [
3059+
{
3060+
"title": "Component Lifecycle - Documentación oficial (en inglés)",
3061+
"url": "https://angular.io/guide/lifecycle-hooks"
3062+
}
3063+
]
3064+
},
30543065
"angular/structural-directives": {
30553066
"title": "Directivas estructurales (ngIf / ngFor)",
30563067
"links": [
@@ -6404,6 +6415,15 @@
64046415
}
64056416
]
64066417
},
6418+
"angular/component-lifecycle": {
6419+
"title": "Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)",
6420+
"links": [
6421+
{
6422+
"title": "Component Lifecycle - Documentação oficial (em inglês)",
6423+
"url": "https://angular.io/guide/lifecycle-hooks"
6424+
}
6425+
]
6426+
},
64076427
"angular/structural-directives": {
64086428
"title": "Diretivas estruturais (ngIf / ngFor)",
64096429
"links": [
@@ -7757,6 +7777,11 @@
77577777
"es": "Components & templates",
77587778
"pt": "Components & templates"
77597779
},
7780+
{
7781+
"key": "angular/component-lifecycle",
7782+
"es": "Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)",
7783+
"pt": "Component Lifecycle (ej. ngOnInit, ngOnChanges, ...)"
7784+
},
77607785
{
77617786
"key": "angular/structural-directives",
77627787
"es": "Directivas estructurales (ngIf / ngFor)",

dist/projects.json

Lines changed: 135 additions & 105 deletions
Large diffs are not rendered by default.

dist/projects/burger-queen-api-client.json

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"slug": "burger-queen-api-client",
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/04-burger-queen-api-client",
5-
"version": "8.5.0",
5+
"version": "8.6.0",
66
"parserVersion": "5.3.0",
7-
"createdAt": "2024-03-21T20:11:27.489Z",
7+
"createdAt": "2024-04-12T16:40:29.400Z",
88
"prefix": 4,
99
"track": "web-dev",
1010
"tracks": [
@@ -38,6 +38,7 @@
3838
"http/json",
3939
"http/cors",
4040
"angular/components-and-templates",
41+
"angular/component-lifecycle",
4142
"angular/structural-directives",
4243
"angular/input-output",
4344
"angular/services",
@@ -64,32 +65,13 @@
6465
"vue/computed-props-and-observers",
6566
"vue/routing",
6667
"vue/classes-and-styles",
67-
"typescript/basic-types/static-type-checking",
68-
"typescript/basic-types/strictness",
6968
"typescript/basic-types/primitives",
7069
"typescript/basic-types/arrays",
71-
"typescript/basic-types/any",
7270
"typescript/basic-types/functions",
7371
"typescript/basic-types/object-types/optional-properties",
7472
"typescript/basic-types/union-types",
75-
"typescript/basic-types/type-aliases",
7673
"typescript/basic-types/interfaces",
77-
"typescript/basic-types/type-assertions",
78-
"typescript/basic-types/literal-types",
79-
"typescript/basic-types/null-and-undefined",
8074
"typescript/basic-types/enums",
81-
"typescript/narrowing",
82-
"typescript/classes/members/fields",
83-
"typescript/classes/members/constructors",
84-
"typescript/classes/members/methods",
85-
"typescript/classes/members/getter-setters",
86-
"typescript/classes/class-heritage/implements",
87-
"typescript/classes/class-heritage/extends",
88-
"typescript/classes/member-visibility",
89-
"typescript/classes/static-members",
90-
"typescript/classes/this",
91-
"typescript/classes/abstract-classes",
92-
"typescript/decorators",
9375
"user-centricity/centricity",
9476
"product-design/interactivity",
9577
"product-design/visual-design",

dist/projects/burger-queen-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"slug": "burger-queen-api",
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/04-burger-queen-api",
5-
"version": "8.5.0",
5+
"version": "8.6.0",
66
"parserVersion": "5.3.0",
7-
"createdAt": "2024-03-21T20:11:27.633Z",
7+
"createdAt": "2024-04-12T16:40:29.376Z",
88
"prefix": 4,
99
"track": "web-dev",
1010
"tracks": [

dist/projects/card-validation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"slug": "card-validation",
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/01-card-validation",
5-
"version": "8.5.0",
5+
"version": "8.6.0",
66
"parserVersion": "5.3.0",
7-
"createdAt": "2024-03-21T20:11:02.850Z",
7+
"createdAt": "2024-04-12T16:40:12.560Z",
88
"prefix": 1,
99
"track": "web-dev",
1010
"tracks": [

dist/projects/chat-app.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"slug": "chat-app",
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/05-chat-app",
5-
"version": "8.5.0",
5+
"version": "8.6.0",
66
"parserVersion": "5.3.0",
7-
"createdAt": "2024-03-21T20:11:31.280Z",
7+
"createdAt": "2024-04-12T16:40:31.618Z",
88
"prefix": 5,
99
"track": "web-dev",
1010
"tracks": [
@@ -44,6 +44,7 @@
4444
"vue/routing",
4545
"vue/classes-and-styles",
4646
"angular/components-and-templates",
47+
"angular/component-lifecycle",
4748
"angular/structural-directives",
4849
"angular/input-output",
4950
"angular/services",

dist/projects/cipher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"slug": "cipher",
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/01-cipher",
5-
"version": "8.5.0",
5+
"version": "8.6.0",
66
"parserVersion": "5.3.0",
7-
"createdAt": "2024-03-21T20:11:07.424Z",
7+
"createdAt": "2024-04-12T16:40:14.696Z",
88
"prefix": 1,
99
"track": "web-dev",
1010
"tracks": [

dist/projects/data-lovers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"slug": "data-lovers",
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/02-data-lovers",
5-
"version": "8.5.0",
5+
"version": "8.6.0",
66
"parserVersion": "5.3.0",
7-
"createdAt": "2024-03-21T20:11:11.705Z",
7+
"createdAt": "2024-04-12T16:40:17.939Z",
88
"prefix": 2,
99
"track": "web-dev",
1010
"tracks": [

dist/projects/dataverse-chat.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"slug": "dataverse-chat",
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/03-dataverse-chat",
5-
"version": "8.5.0",
5+
"version": "8.6.0",
66
"parserVersion": "5.3.0",
7-
"createdAt": "2024-03-21T20:11:20.203Z",
7+
"createdAt": "2024-04-12T16:40:23.543Z",
88
"prefix": 3,
99
"track": "web-dev",
1010
"tracks": [

dist/projects/dataverse.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"slug": "dataverse",
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/02-dataverse",
5-
"version": "8.5.0",
5+
"version": "8.6.0",
66
"parserVersion": "5.3.0",
7-
"createdAt": "2024-03-21T20:11:11.948Z",
7+
"createdAt": "2024-04-12T16:40:18.402Z",
88
"prefix": 2,
99
"track": "web-dev",
1010
"tracks": [

0 commit comments

Comments
 (0)