feat(common): Release 2.0.0 (#189)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-10-02 13:21:17 +02:00 committed by GitHub
parent 8a42d212af
commit 98677d85b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 1192 additions and 1804 deletions

22
.vscode/settings.json vendored
View file

@ -1,3 +1,23 @@
{
"prettier.configPath": ".ci/prettier/.prettierrc.yaml"
"prettier.configPath": ".ci/prettier/.prettierrc.yaml",
"prettier.ignorePath": ".ci/prettier/.prettierignore",
"yaml.schemas": {
"https://json.schemastore.org/taskfile.json": [
"Taskfile.yaml",
".taskfiles/*.yaml"
],
"http://json.schemastore.org/github-workflow.json": [
".github/workflows/*.yaml"
],
"https://squidfunk.github.io/mkdocs-material/schema.json": [
"mkdocs.yml"
]
},
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
]
}