Skip to content

Commit fb76d33

Browse files
authored
chore: v1.18.0 (#300)
* chore: v1.18.0 * spelling update
1 parent 7dbf80f commit fb76d33

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

.github/cspell.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,26 @@
1717
"useGitignore": true,
1818
"words": [
1919
"amannn",
20-
"endtemplate",
2120
"APPDATA",
2221
"brickhub",
23-
"noopener",
24-
"typecheck",
22+
"creatordate",
23+
"creds",
2524
"clsx",
26-
"Infima",
2725
"Csvg",
28-
"clsx",
29-
"xlink",
30-
"linecap",
3126
"Contador",
27+
"endtemplate",
28+
"Infima",
29+
"linecap",
3230
"localizable",
3331
"mostrado",
32+
"noopener",
3433
"página",
35-
"Texto",
36-
"creatordate",
34+
"peaceiris",
35+
"srealmoreno",
3736
"retag",
38-
"webfactory"
37+
"Texto",
38+
"typecheck",
39+
"webfactory",
40+
"xlink"
3941
]
4042
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 1.18.0
2+
3+
- fix: update mason creds example ([#263](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/263))
4+
- feat: update publish workflows to use Setup Dart action ([#272](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/272))
5+
- chore: update Flutter version in CI ([#241](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/241))
6+
- Dependency Updates
7+
- chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 ([#179](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/179))
8+
- chore(deps): bump amannn/action-semantic-pull-request ([#180](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/180), [#181](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/181), [#218](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/218))
9+
- chore: bump srealmoreno/label-sync-action from 1 to 2 ([#255](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/255))
10+
- Documentation Updates
11+
- chore: update docs for new flutter version ([#243](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/243))
12+
- docs: update vgv dev URL ([#293](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/293))
13+
- chore: add dependabot for docs site ([#187](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/187))
14+
- chore: Update site_deploy.yaml to use Node 18 ([#193](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/193))
15+
- Repo Management
16+
- feat: add feature request template ([#239](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/239))
17+
- chore: add label sync action ([#176](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/176))
18+
- chore: update issue templates ([#247](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/247))
19+
120
# 1.17.0
221

322
- **dart_package:**

0 commit comments

Comments
 (0)