Skip to content

Commit b9fb9df

Browse files
committed
chore(release): Bumps version to v9.2.0 and updates dist files
1 parent 3d915f0 commit b9fb9df

Some content is hidden

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

54 files changed

+2683
-8691
lines changed

dist/projects.json

+1,311-4,316
Large diffs are not rendered by default.

dist/projects/artist-launch.json

+7-17
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,19 @@
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/05-artist-launch",
55
"version": "9.2.0",
6-
"parserVersion": "6.0.0",
7-
"createdAt": "2024-06-28T20:56:08.735Z",
6+
"parserVersion": "5.3.0",
7+
"createdAt": "2024-07-03T17:36:34.894Z",
88
"prefix": 5,
99
"track": "web-dev",
1010
"tracks": [
1111
"web-dev"
1212
],
1313
"learningObjectives": [
14-
{
15-
"id": "data-analytics/data-preparation"
16-
},
17-
{
18-
"id": "data-analytics/data-exploration"
19-
},
20-
{
21-
"id": "data-analytics/data-analysis"
22-
},
23-
{
24-
"id": "data-analytics/analysis-report"
25-
},
26-
{
27-
"id": "data-analytics/analysis-presentation"
28-
}
14+
"data-analytics/data-preparation",
15+
"data-analytics/data-exploration",
16+
"data-analytics/data-analysis",
17+
"data-analytics/analysis-report",
18+
"data-analytics/analysis-presentation"
2919
],
3020
"intl": {
3121
"es": {

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

+67-197
Original file line numberDiff line numberDiff line change
@@ -3,209 +3,79 @@
33
"repo": "Laboratoria/curriculum",
44
"path": "projects/04-burger-queen-api-client",
55
"version": "9.2.0",
6-
"parserVersion": "6.0.0",
7-
"createdAt": "2024-06-28T20:56:07.112Z",
6+
"parserVersion": "5.3.0",
7+
"createdAt": "2024-07-03T17:36:30.575Z",
88
"prefix": 4,
99
"track": "web-dev",
1010
"tracks": [
1111
"web-dev"
1212
],
1313
"learningObjectives": [
14-
{
15-
"id": "html/semantics"
16-
},
17-
{
18-
"id": "css/selectors"
19-
},
20-
{
21-
"id": "css/box-model"
22-
},
23-
{
24-
"id": "css/flexbox"
25-
},
26-
{
27-
"id": "css/grid"
28-
},
29-
{
30-
"id": "css/media-queries"
31-
},
32-
{
33-
"id": "js/testing/unit"
34-
},
35-
{
36-
"id": "js/testing/async"
37-
},
38-
{
39-
"id": "js/testing/mocks"
40-
},
41-
{
42-
"id": "js/modules/es-modules"
43-
},
44-
{
45-
"id": "js/linting"
46-
},
47-
{
48-
"id": "js/semantics"
49-
},
50-
{
51-
"id": "scm/git/setup"
52-
},
53-
{
54-
"id": "scm/git/intro"
55-
},
56-
{
57-
"id": "scm/git/integration"
58-
},
59-
{
60-
"id": "scm/github/setup"
61-
},
62-
{
63-
"id": "scm/github/gh-pages"
64-
},
65-
{
66-
"id": "scm/github/collaboration"
67-
},
68-
{
69-
"id": "scm/github/project-management"
70-
},
71-
{
72-
"id": "http/request-response"
73-
},
74-
{
75-
"id": "http/headers"
76-
},
77-
{
78-
"id": "http/body"
79-
},
80-
{
81-
"id": "http/verbs"
82-
},
83-
{
84-
"id": "http/status-codes"
85-
},
86-
{
87-
"id": "http/json"
88-
},
89-
{
90-
"id": "http/cors"
91-
},
92-
{
93-
"id": "angular/components-and-templates"
94-
},
95-
{
96-
"id": "angular/component-lifecycle"
97-
},
98-
{
99-
"id": "angular/structural-directives"
100-
},
101-
{
102-
"id": "angular/input-output"
103-
},
104-
{
105-
"id": "angular/services"
106-
},
107-
{
108-
"id": "angular/routing"
109-
},
110-
{
111-
"id": "angular/observables"
112-
},
113-
{
114-
"id": "angular/http-client"
115-
},
116-
{
117-
"id": "angular/styles"
118-
},
119-
{
120-
"id": "react/jsx"
121-
},
122-
{
123-
"id": "react/components"
124-
},
125-
{
126-
"id": "react/events"
127-
},
128-
{
129-
"id": "react/lists-and-keys"
130-
},
131-
{
132-
"id": "react/conditional-rendering"
133-
},
134-
{
135-
"id": "react/lifting-up-state"
136-
},
137-
{
138-
"id": "react/hooks"
139-
},
140-
{
141-
"id": "react/css-modules"
142-
},
143-
{
144-
"id": "react/routing"
145-
},
146-
{
147-
"id": "vue/instance"
148-
},
149-
{
150-
"id": "vue/data-and-methods"
151-
},
152-
{
153-
"id": "vue/components"
154-
},
155-
{
156-
"id": "vue/props"
157-
},
158-
{
159-
"id": "vue/directives"
160-
},
161-
{
162-
"id": "vue/iteration"
163-
},
164-
{
165-
"id": "vue/events"
166-
},
167-
{
168-
"id": "vue/computed-props-and-observers"
169-
},
170-
{
171-
"id": "vue/routing"
172-
},
173-
{
174-
"id": "vue/classes-and-styles"
175-
},
176-
{
177-
"id": "typescript/basic-types/primitives"
178-
},
179-
{
180-
"id": "typescript/basic-types/arrays"
181-
},
182-
{
183-
"id": "typescript/basic-types/functions"
184-
},
185-
{
186-
"id": "typescript/basic-types/object-types/optional-properties"
187-
},
188-
{
189-
"id": "typescript/basic-types/union-types"
190-
},
191-
{
192-
"id": "typescript/basic-types/interfaces"
193-
},
194-
{
195-
"id": "typescript/basic-types/enums"
196-
},
197-
{
198-
"id": "user-centricity/centricity"
199-
},
200-
{
201-
"id": "product-design/interactivity"
202-
},
203-
{
204-
"id": "product-design/visual-design"
205-
},
206-
{
207-
"id": "research/test"
208-
}
14+
"html/semantics",
15+
"css/selectors",
16+
"css/box-model",
17+
"css/flexbox",
18+
"css/grid",
19+
"css/media-queries",
20+
"js/testing/unit",
21+
"js/testing/async",
22+
"js/testing/mocks",
23+
"js/modules/es-modules",
24+
"js/linting",
25+
"js/semantics",
26+
"scm/git/setup",
27+
"scm/git/intro",
28+
"scm/git/integration",
29+
"scm/github/setup",
30+
"scm/github/gh-pages",
31+
"scm/github/collaboration",
32+
"scm/github/project-management",
33+
"http/request-response",
34+
"http/headers",
35+
"http/body",
36+
"http/verbs",
37+
"http/status-codes",
38+
"http/json",
39+
"http/cors",
40+
"angular/components-and-templates",
41+
"angular/component-lifecycle",
42+
"angular/structural-directives",
43+
"angular/input-output",
44+
"angular/services",
45+
"angular/routing",
46+
"angular/observables",
47+
"angular/http-client",
48+
"angular/styles",
49+
"react/jsx",
50+
"react/components",
51+
"react/events",
52+
"react/lists-and-keys",
53+
"react/conditional-rendering",
54+
"react/lifting-up-state",
55+
"react/hooks",
56+
"react/css-modules",
57+
"react/routing",
58+
"vue/instance",
59+
"vue/data-and-methods",
60+
"vue/components",
61+
"vue/props",
62+
"vue/directives",
63+
"vue/iteration",
64+
"vue/events",
65+
"vue/computed-props-and-observers",
66+
"vue/routing",
67+
"vue/classes-and-styles",
68+
"typescript/basic-types/primitives",
69+
"typescript/basic-types/arrays",
70+
"typescript/basic-types/functions",
71+
"typescript/basic-types/object-types/optional-properties",
72+
"typescript/basic-types/union-types",
73+
"typescript/basic-types/interfaces",
74+
"typescript/basic-types/enums",
75+
"user-centricity/centricity",
76+
"product-design/interactivity",
77+
"product-design/visual-design",
78+
"research/test"
20979
],
21080
"intl": {
21181
"es": {

0 commit comments

Comments
 (0)