Skip to content

Commit c8fc2bf

Browse files
chore: release main (#4909)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9518d29 commit c8fc2bf

27 files changed

+191
-26
lines changed

.release-please-manifest.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "31.6.1",
2+
".": "31.6.2",
33
"dictionaries/ada": "4.1.1",
44
"dictionaries/aws": "4.0.15",
55
"dictionaries/bash": "4.2.2",
@@ -8,7 +8,7 @@
88
"dictionaries/city-names-finland": "3.0.6",
99
"dictionaries/clojure": "2.0.8",
1010
"dictionaries/companies": "3.2.7",
11-
"dictionaries/cpp": "6.0.13",
11+
"dictionaries/cpp": "6.0.14",
1212
"dictionaries/cryptocurrencies": "5.0.5",
1313
"dictionaries/cs_CZ": "3.0.8",
1414
"dictionaries/csharp": "4.0.7",
@@ -21,9 +21,9 @@
2121
"dictionaries/dotnet": "5.0.10",
2222
"dictionaries/el": "3.1.8",
2323
"dictionaries/elixir": "4.0.8",
24-
"dictionaries/en_GB": "5.0.17",
25-
"dictionaries/en_GB-MIT": "3.1.12",
26-
"dictionaries/en_US": "4.4.22",
24+
"dictionaries/en_GB": "5.0.18",
25+
"dictionaries/en_GB-MIT": "3.1.13",
26+
"dictionaries/en_US": "4.4.23",
2727
"dictionaries/eo": "3.0.7",
2828
"dictionaries/es_ES": "3.0.8",
2929
"dictionaries/et-EE": "3.1.6",
@@ -52,7 +52,7 @@
5252
"dictionaries/nb_NO": "2.0.6",
5353
"dictionaries/nl_NL": "2.4.2",
5454
"dictionaries/node": "5.0.8",
55-
"dictionaries/npm": "5.2.19",
55+
"dictionaries/npm": "5.2.20",
5656
"dictionaries/php": "4.1.0",
5757
"dictionaries/pl_PL": "3.0.6",
5858
"dictionaries/powershell": "5.0.15",
@@ -67,7 +67,7 @@
6767
"dictionaries/scala": "5.0.8",
6868
"dictionaries/scientific_terms_US": "3.0.8",
6969
"dictionaries/sl_SI": "1.0.11",
70-
"dictionaries/software-terms": "5.1.10",
70+
"dictionaries/software-terms": "5.1.11",
7171
"dictionaries/sql": "2.2.1",
7272
"dictionaries/sv": "2.3.2",
7373
"dictionaries/swift": "2.0.6",
@@ -84,15 +84,15 @@
8484
"dictionaries/shell": "1.1.2",
8585
"dictionaries/svelte": "1.0.7",
8686
"dictionaries/k8s": "1.0.12",
87-
"dictionaries/en_shared": "1.0.45",
87+
"dictionaries/en_shared": "1.0.46",
8888
"dictionaries/eu": "1.0.6",
8989
"dictionaries/sr_Cyrl": "1.1.6",
9090
"dictionaries/sr_Latn": "1.0.8",
9191
"dictionaries/redis": "1.0.7",
9292
"dictionaries/sk_SK": "1.1.7",
9393
"dictionaries/en-common-misspellings": "2.1.7",
94-
"dictionaries/en_AU": "1.1.10",
95-
"dictionaries/en_CA": "1.0.48",
94+
"dictionaries/en_AU": "1.1.11",
95+
"dictionaries/en_CA": "1.0.49",
9696
"dictionaries/de_AT": "1.2.2",
9797
"dictionaries/al": "1.1.1",
9898
"dictionaries/ro_RO": "2.0.6",
@@ -114,7 +114,7 @@
114114
"dictionaries/google": "1.0.9",
115115
"dictionaries/people-names": "1.1.15",
116116
"dictionaries/flutter": "1.1.1",
117-
"dictionaries/cspell": "2.0.32",
117+
"dictionaries/cspell": "2.0.33",
118118
"dictionaries/mk": "1.0.3",
119119
"dictionaries/gis": "1.0.3",
120120
"dictionaries/pokemon": "1.0.3",
@@ -124,8 +124,8 @@
124124
"dictionaries/bn": "1.0.4",
125125
"dictionaries/gd": "1.0.3",
126126
"dictionaries/aoo-mozilla-en-dict": "1.0.5",
127-
"dictionaries/en_GB-ise": "1.0.17",
128-
"dictionaries/en_GB-legacy": "1.0.17",
127+
"dictionaries/en_GB-ise": "1.0.18",
128+
"dictionaries/en_GB-legacy": "1.0.18",
129129
"packages/en-freq": "1.0.0",
130130
"dictionaries/en-slang": "1.0.2"
131131
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Release Notes
22

3+
## [31.6.2](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@31.6.1...cspell-dicts@31.6.2) (2025-10-30)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Add C++ words ([#4886](https://github.com/streetsidesoftware/cspell-dicts/issues/4886)) ([8c91d34](https://github.com/streetsidesoftware/cspell-dicts/commit/8c91d34f9adf5f104ec14602cb952858d7dcfe54))
9+
* add coding terms ([#4915](https://github.com/streetsidesoftware/cspell-dicts/issues/4915)) ([1bc19a3](https://github.com/streetsidesoftware/cspell-dicts/commit/1bc19a3fb7bdda10b1ab319caad1c31cf8defc41))
10+
* add passband ([#4916](https://github.com/streetsidesoftware/cspell-dicts/issues/4916)) ([a63b785](https://github.com/streetsidesoftware/cspell-dicts/commit/a63b78555d4558bf25541e83b8d2c8a1b7f92b44))
11+
* add signal-processing acronyms ([#4917](https://github.com/streetsidesoftware/cspell-dicts/issues/4917)) ([ae60acd](https://github.com/streetsidesoftware/cspell-dicts/commit/ae60acd243812465eeeafcc986bc6229e1eb1843))
12+
* Workflow Bot -- Build Dictionaries ([#4910](https://github.com/streetsidesoftware/cspell-dicts/issues/4910)) ([a309e28](https://github.com/streetsidesoftware/cspell-dicts/commit/a309e282de74321ee21e8591b25d8da2267b3e5e))
13+
* Workflow Bot -- Build Dictionaries ([#4918](https://github.com/streetsidesoftware/cspell-dicts/issues/4918)) ([9cb387f](https://github.com/streetsidesoftware/cspell-dicts/commit/9cb387f110cb7dd1691397507c6f40ade8c6e63b))
14+
* Workflow Bot -- Build Dictionaries ([#4920](https://github.com/streetsidesoftware/cspell-dicts/issues/4920)) ([625f1ff](https://github.com/streetsidesoftware/cspell-dicts/commit/625f1ff41cc6369a540b1ce81f7c4bc3372efca6))
15+
* Workflow Bot -- Update Dictionaries ([#4906](https://github.com/streetsidesoftware/cspell-dicts/issues/4906)) ([ed64602](https://github.com/streetsidesoftware/cspell-dicts/commit/ed646022efd26c75b9c0263396b5ae88c6b8db89))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* devDependencies
22+
* @cspell/dict-cspell-bundle bumped to 2.0.33
23+
324
## [31.6.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@31.6.0...cspell-dicts@31.6.1) (2025-10-26)
425

526

dictionaries/cpp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.14](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@6.0.13...@cspell/dict-cpp@6.0.14) (2025-10-30)
7+
8+
9+
### Updates and Bug Fixes
10+
11+
* Add C++ words ([#4886](https://github.com/streetsidesoftware/cspell-dicts/issues/4886)) ([8c91d34](https://github.com/streetsidesoftware/cspell-dicts/commit/8c91d34f9adf5f104ec14602cb952858d7dcfe54))
12+
* Workflow Bot -- Build Dictionaries ([#4910](https://github.com/streetsidesoftware/cspell-dicts/issues/4910)) ([a309e28](https://github.com/streetsidesoftware/cspell-dicts/commit/a309e282de74321ee21e8591b25d8da2267b3e5e))
13+
614
## [6.0.13](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@6.0.12...@cspell/dict-cpp@6.0.13) (2025-10-26)
715

816

dictionaries/cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-cpp",
3-
"version": "6.0.13",
3+
"version": "6.0.14",
44
"description": "C/C++ Dictionary dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

dictionaries/cspell/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [2.0.33](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.32...@cspell/dict-cspell-bundle@2.0.33) (2025-10-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cspell/dict-cpp bumped to 6.0.14
11+
* @cspell/dict-en_us bumped to 4.4.23
12+
* @cspell/dict-en-gb-mit bumped to 3.1.13
13+
* @cspell/dict-npm bumped to 5.2.20
14+
* @cspell/dict-software-terms bumped to 5.1.11
15+
316
## [2.0.32](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.31...@cspell/dict-cspell-bundle@2.0.32) (2025-10-26)
417

518

dictionaries/cspell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-cspell-bundle",
3-
"version": "2.0.32",
3+
"version": "2.0.33",
44
"description": "Dictionaries included with the CSpell Command Line tool.",
55
"private": false,
66
"publishConfig": {

dictionaries/en_AU/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.11](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-au@1.1.10...@cspell/dict-en-au@1.1.11) (2025-10-30)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Workflow Bot -- Build Dictionaries ([#4920](https://github.com/streetsidesoftware/cspell-dicts/issues/4920)) ([625f1ff](https://github.com/streetsidesoftware/cspell-dicts/commit/625f1ff41cc6369a540b1ce81f7c4bc3372efca6))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @cspell/dict-en-shared bumped to 1.0.46
16+
317
## [1.1.10](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-au@1.1.9...@cspell/dict-en-au@1.1.10) (2025-10-26)
418

519

dictionaries/en_AU/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-en-au",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "Australian English dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

dictionaries/en_CA/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.49](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-ca@1.0.48...@cspell/dict-en-ca@1.0.49) (2025-10-30)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Workflow Bot -- Build Dictionaries ([#4920](https://github.com/streetsidesoftware/cspell-dicts/issues/4920)) ([625f1ff](https://github.com/streetsidesoftware/cspell-dicts/commit/625f1ff41cc6369a540b1ce81f7c4bc3372efca6))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @cspell/dict-en-shared bumped to 1.0.46
16+
317
## [1.0.48](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-ca@1.0.47...@cspell/dict-en-ca@1.0.48) (2025-10-26)
418

519

dictionaries/en_CA/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-en-ca",
3-
"version": "1.0.48",
3+
"version": "1.0.49",
44
"description": "Canadian English dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)