Skip to content

Commit 5239748

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

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-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.1",
2+
".": "31.7.2",
33
"dictionaries/ada": "4.1.1",
44
"dictionaries/aws": "4.0.16",
55
"dictionaries/bash": "4.2.2",
@@ -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.23",
55+
"dictionaries/npm": "5.2.24",
5656
"dictionaries/php": "4.1.0",
5757
"dictionaries/pl_PL": "3.0.6",
5858
"dictionaries/powershell": "5.0.15",
@@ -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.37",
117+
"dictionaries/cspell": "2.0.38",
118118
"dictionaries/mk": "1.0.3",
119119
"dictionaries/gis": "1.0.3",
120120
"dictionaries/pokemon": "1.0.3",

CHANGELOG.md

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

3+
## [31.7.2](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@31.7.1...cspell-dicts@31.7.2) (2025-11-22)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* **npm:** add shadcn to dictionary ([#4992](https://github.com/streetsidesoftware/cspell-dicts/issues/4992)) ([7f9d561](https://github.com/streetsidesoftware/cspell-dicts/commit/7f9d5614a6dcea8ed944d3f15eb5f16ea212bdda))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @cspell/dict-cspell-bundle bumped to 2.0.38
16+
317
## [31.7.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@31.7.0...cspell-dicts@31.7.1) (2025-11-19)
418

519

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.38](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.37...@cspell/dict-cspell-bundle@2.0.38) (2025-11-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cspell/dict-npm bumped to 5.2.24
11+
312
## [2.0.37](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.36...@cspell/dict-cspell-bundle@2.0.37) (2025-11-19)
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.37",
3+
"version": "2.0.38",
44
"description": "Dictionaries included with the CSpell Command Line tool.",
55
"private": false,
66
"publishConfig": {

dictionaries/npm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [5.2.24](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.2.23...@cspell/dict-npm@5.2.24) (2025-11-22)
7+
8+
9+
### Updates and Bug Fixes
10+
11+
* **npm:** add shadcn to dictionary ([#4992](https://github.com/streetsidesoftware/cspell-dicts/issues/4992)) ([7f9d561](https://github.com/streetsidesoftware/cspell-dicts/commit/7f9d5614a6dcea8ed944d3f15eb5f16ea212bdda))
12+
613
## [5.2.23](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.2.22...@cspell/dict-npm@5.2.23) (2025-11-19)
714

815

dictionaries/npm/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-npm",
3-
"version": "5.2.23",
3+
"version": "5.2.24",
44
"description": "Dictionary of common NPM packages for cspell.",
55
"publishConfig": {
66
"access": "public",

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.1",
3+
"version": "31.7.2",
44
"private": true,
55
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
66
"scripts": {

0 commit comments

Comments
 (0)