Skip to content

Commit

Permalink
chore(release): Bumps version to v8.3.0 and updates dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Feb 19, 2024
1 parent 8489382 commit bd8a1a7
Show file tree
Hide file tree
Showing 51 changed files with 399 additions and 285 deletions.
36 changes: 24 additions & 12 deletions dist/learning-objectives.json
Original file line number Diff line number Diff line change
Expand Up @@ -2309,16 +2309,16 @@
"links": [
{
"title": "Request - Flask Docs (en inglés)",
"url": "https://flask.palletsprojects.com/en/2.0.x/quickstart/#accessing-request-data"
"url": "https://flask.palletsprojects.com/en/3.0.x/quickstart/#accessing-request-data"
}
]
},
"python/flask/request/headers": {
"title": "Cabeceras",
"title": "Headers (cabeceras)",
"links": [
{
"title": "Request - Flask Docs (en inglés)",
"url": "https://flask.palletsprojects.com/en/2.0.x/quickstart/#accessing-request-data"
"url": "https://flask.palletsprojects.com/en/3.0.x/quickstart/#accessing-request-data"
}
]
},
Expand All @@ -2330,7 +2330,7 @@
"links": [
{
"title": "Response - Flask Docs (en inglés)",
"url": "https://flask.palletsprojects.com/en/2.0.x/quickstart/#about-responses"
"url": "https://flask.palletsprojects.com/en/3.0.x/quickstart/#about-responses"
}
]
},
Expand All @@ -2339,19 +2339,25 @@
"links": [
{
"title": "jsonify - Flask Docs (en inglés)",
"url": "https://flask.palletsprojects.com/en/2.0.x/api/#flask.json.jsonify"
"url": "https://flask.palletsprojects.com/en/3.0.x/api/#flask.json.jsonify"
}
]
},
"python/flask/testing": {
"title": "Testing en Flask"
"title": "Testing en Flask",
"links": [
{
"title": "Testing - Flask Docs (en inglés)",
"url": "https://flask.palletsprojects.com/en/3.0.x/testing/"
}
]
},
"python/flask/testing/fixture-setup": {
"title": "Configuración de fixtures",
"links": [
{
"title": "Testing - Flask Docs (en inglés)",
"url": "https://flask.palletsprojects.com/en/2.0.x/testing/"
"url": "https://flask.palletsprojects.com/en/3.0.x/testing/#fixtures"
}
]
},
Expand All @@ -2360,7 +2366,7 @@
"links": [
{
"title": "Testing - Flask Docs (en inglés)",
"url": "https://flask.palletsprojects.com/en/2.0.x/testing/"
"url": "https://flask.palletsprojects.com/en/3.0.x/testing/#sending-requests-with-the-test-client"
}
]
},
Expand Down Expand Up @@ -5299,14 +5305,20 @@
]
},
"python/flask/testing": {
"title": "Testando no Flask"
"title": "Testando no Flask",
"links": [
{
"title": "Testing - Flask Docs (en inglés)",
"url": "https://flask.palletsprojects.com/en/3.0.x/testing/"
}
]
},
"python/flask/testing/fixture-setup": {
"title": "Configuração de fixtures",
"links": [
{
"title": "Testando - Flask Docs (em inglês)",
"url": "https://flask.palletsprojects.com/en/3.0.x/testing/"
"url": "https://flask.palletsprojects.com/en/3.0.x/testing/#fixtures"
}
]
},
Expand All @@ -5315,7 +5327,7 @@
"links": [
{
"title": "Testando - Flask Docs (em inglês)",
"url": "https://flask.palletsprojects.com/en/3.0.x/testing/"
"url": "https://flask.palletsprojects.com/en/3.0.x/testing/#sending-requests-with-the-test-client"
}
]
},
Expand Down Expand Up @@ -7571,7 +7583,7 @@
},
{
"key": "python/flask/request/headers",
"es": "Cabeceras",
"es": "Headers (cabeceras)",
"pt": "Cabeçalhos"
},
{
Expand Down
Loading

0 comments on commit bd8a1a7

Please sign in to comment.