Skip to content

Commit 7faf914

Browse files
chore: release main (#5013)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab5dfa1 commit 7faf914

File tree

7 files changed

+38
-6
lines changed

7 files changed

+38
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "31.7.3",
2+
".": "31.7.4",
33
"dictionaries/ada": "4.1.1",
44
"dictionaries/aws": "4.0.16",
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.14",
11+
"dictionaries/cpp": "6.0.15",
1212
"dictionaries/cryptocurrencies": "5.0.5",
1313
"dictionaries/cs_CZ": "3.0.8",
1414
"dictionaries/csharp": "4.0.7",
@@ -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.39",
117+
"dictionaries/cspell": "2.0.40",
118118
"dictionaries/mk": "1.0.3",
119119
"dictionaries/gis": "1.0.3",
120120
"dictionaries/pokemon": "1.0.3",

CHANGELOG.md

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

3+
## [31.7.4](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@31.7.3...cspell-dicts@31.7.4) (2025-11-28)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Add Eigen words ([#5010](https://github.com/streetsidesoftware/cspell-dicts/issues/5010)) ([604034f](https://github.com/streetsidesoftware/cspell-dicts/commit/604034f5e5a880b3d687730bb21fe1744ae419a9))
9+
* Workflow Bot -- Build Dictionaries ([#5012](https://github.com/streetsidesoftware/cspell-dicts/issues/5012)) ([462df0a](https://github.com/streetsidesoftware/cspell-dicts/commit/462df0a66d1a63fe636596e8e69594206cd56e2e))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* devDependencies
16+
* @cspell/dict-cspell-bundle bumped to 2.0.40
17+
318
## [31.7.3](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@31.7.2...cspell-dicts@31.7.3) (2025-11-27)
419

520

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.15](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@6.0.14...@cspell/dict-cpp@6.0.15) (2025-11-28)
7+
8+
9+
### Updates and Bug Fixes
10+
11+
* Add Eigen words ([#5010](https://github.com/streetsidesoftware/cspell-dicts/issues/5010)) ([604034f](https://github.com/streetsidesoftware/cspell-dicts/commit/604034f5e5a880b3d687730bb21fe1744ae419a9))
12+
* Workflow Bot -- Build Dictionaries ([#5012](https://github.com/streetsidesoftware/cspell-dicts/issues/5012)) ([462df0a](https://github.com/streetsidesoftware/cspell-dicts/commit/462df0a66d1a63fe636596e8e69594206cd56e2e))
13+
614
## [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)
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.14",
3+
"version": "6.0.15",
44
"description": "C/C++ Dictionary dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

dictionaries/cspell/CHANGELOG.md

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

3+
## [2.0.40](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.39...@cspell/dict-cspell-bundle@2.0.40) (2025-11-28)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cspell/dict-cpp bumped to 6.0.15
11+
312
## [2.0.39](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.38...@cspell/dict-cspell-bundle@2.0.39) (2025-11-27)
413

514

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.39",
3+
"version": "2.0.40",
44
"description": "Dictionaries included with the CSpell Command Line tool.",
55
"private": false,
66
"publishConfig": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-dicts",
3-
"version": "31.7.3",
3+
"version": "31.7.4",
44
"private": true,
55
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
66
"scripts": {

0 commit comments

Comments
 (0)