Skip to content

Commit 784cd20

Browse files
authored
chore: v1.17.0 (#205)
* chore: v1.17.0 * chore: update cspell.json
1 parent cc01ec8 commit 784cd20

File tree

2 files changed

+44
-18
lines changed

2 files changed

+44
-18
lines changed

.github/cspell.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"version": "0.2",
33
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
4-
"dictionaries": ["vgv_allowed",
5-
"vgv_forbidden"],
4+
"dictionaries": ["vgv_allowed", "vgv_forbidden"],
65
"dictionaryDefinitions": [
76
{
87
"name": "vgv_allowed",
@@ -18,23 +17,24 @@
1817
"useGitignore": true,
1918
"words": [
2019
"amannn",
21-
"endtemplate",
22-
"APPDATA",
23-
"brickhub",
24-
"noopener",
25-
"typecheck",
26-
"clsx",
27-
"Infima",
28-
"Csvg",
29-
"clsx",
30-
"xlink",
31-
"linecap",
32-
"Contador",
33-
"localizable",
34-
"mostrado",
35-
"página",
20+
"endtemplate",
21+
"APPDATA",
22+
"brickhub",
23+
"noopener",
24+
"typecheck",
25+
"clsx",
26+
"Infima",
27+
"Csvg",
28+
"clsx",
29+
"xlink",
30+
"linecap",
31+
"Contador",
32+
"localizable",
33+
"mostrado",
34+
"página",
3635
"Texto",
3736
"creatordate",
38-
"retag"
37+
"retag",
38+
"webfactory"
3939
]
4040
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 1.17.0
2+
3+
- **dart_package:**
4+
- chore(deps): bump webfactory/ssh-agent from 0.8.0 to 0.9.0 ([#175](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/175))
5+
- chore(deps): bump VeryGoodOpenSource/very_good_coverage from 2 to 3 ([#178](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/178))
6+
- feat: add "--no-example" flag in dart pub get ([#183](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/183))
7+
- fix: change skip_example to no_example ([#196](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/196))
8+
- docs: add no_example docs ([#197](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/197))
9+
- **flutter_package:**
10+
- chore(deps): bump webfactory/ssh-agent from 0.8.0 to 0.9.0 ([#175](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/175))
11+
- chore(deps): bump VeryGoodOpenSource/very_good_coverage from 2 to 3 ([#178](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/178))
12+
- **license_check:**
13+
- chore(deps): bump webfactory/ssh-agent from 0.8.0 to 0.9.0 ([#175](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/175))
14+
- docs: add ssh_key secret documentation ([#198](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/198))
15+
- docs: add an explanation to the example usage ([#199](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/199))
16+
- **spell_check:**
17+
- chore(deps): bump streetsidesoftware/cspell-action from 5 to 6 ([#177](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/177))
18+
- **dart_pub_publish:**
19+
- fix: use `secrets` for credential information ([#182](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/182))
20+
- **flutter_pub_publish:**
21+
- fix: use `secrets` for credential information ([#182](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/182))
22+
- **mason_publish:**
23+
- fix: use `secrets` for credential information ([#182](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/182))
24+
- **semantic_pull_request:**
25+
- docs: updating semantic pull request docs ([#174](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/174))
26+
127
# 1.16.1
228

329
- fix(dart_package): runnable skipped tests in Dart packages ([#168](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/168))

0 commit comments

Comments
 (0)