diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d6e45e4e61..7fb4719dc5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "28.3.0", + ".": "28.3.1", "dictionaries/ada": "4.0.5", "dictionaries/aws": "4.0.7", "dictionaries/bash": "4.1.8", @@ -7,7 +7,7 @@ "dictionaries/ca": "3.0.4", "dictionaries/city-names-finland": "3.0.3", "dictionaries/clojure": "2.0.5", - "dictionaries/companies": "3.1.8", + "dictionaries/companies": "3.1.9", "dictionaries/cpp": "6.0.2", "dictionaries/cryptocurrencies": "5.0.3", "dictionaries/cs_CZ": "3.0.5", @@ -52,7 +52,7 @@ "dictionaries/nb_NO": "2.0.3", "dictionaries/nl_NL": "2.3.3", "dictionaries/node": "5.0.5", - "dictionaries/npm": "5.1.17", + "dictionaries/npm": "5.1.18", "dictionaries/php": "4.0.13", "dictionaries/pl_PL": "3.0.4", "dictionaries/powershell": "5.0.13", @@ -67,7 +67,7 @@ "dictionaries/scala": "5.0.6", "dictionaries/scientific_terms_US": "3.0.5", "dictionaries/sl_SI": "1.0.8", - "dictionaries/software-terms": "4.1.19", + "dictionaries/software-terms": "4.1.20", "dictionaries/sql": "2.1.8", "dictionaries/sv": "2.2.3", "dictionaries/swift": "2.0.4", @@ -114,7 +114,7 @@ "dictionaries/google": "1.0.4", "dictionaries/people-names": "1.1.4", "dictionaries/flutter": "1.0.3", - "dictionaries/cspell": "1.0.15", + "dictionaries/cspell": "1.0.16", "dictionaries/mk": "1.0.0", "dictionaries/gis": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab7401140d..fbd13850a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Release Notes +## [28.3.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@28.3.0...cspell-dicts@28.3.1) (2024-12-16) + + +### Updates and Bug Fixes + +* Add words to companies, npm and software-terms dictionnaries ([#3864](https://github.com/streetsidesoftware/cspell-dicts/issues/3864)) ([26faf0e](https://github.com/streetsidesoftware/cspell-dicts/commit/26faf0eadee55c3ee704aed949d424fae1c82373)) +* Adjust the NPM Scripts Patterns ([#3906](https://github.com/streetsidesoftware/cspell-dicts/issues/3906)) ([4f73e93](https://github.com/streetsidesoftware/cspell-dicts/commit/4f73e93a845d55e766136d1daa237296f35be50a)) +* Workflow Bot -- Build Dictionaries ([#3905](https://github.com/streetsidesoftware/cspell-dicts/issues/3905)) ([be13370](https://github.com/streetsidesoftware/cspell-dicts/commit/be133706cc0ce07c27f5b7c649d9623a61c0cbea)) +* Workflow Bot -- Update Dictionaries ([#3899](https://github.com/streetsidesoftware/cspell-dicts/issues/3899)) ([ef8d7f6](https://github.com/streetsidesoftware/cspell-dicts/commit/ef8d7f64d12e111b196567fdfc36231617b08ad6)) + ## [28.3.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@28.2.5...cspell-dicts@28.3.0) (2024-12-14) diff --git a/dictionaries/companies/CHANGELOG.md b/dictionaries/companies/CHANGELOG.md index ac1ef7025bd..973e3739b44 100644 --- a/dictionaries/companies/CHANGELOG.md +++ b/dictionaries/companies/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-companies@3.1.8...@cspell/dict-companies@3.1.9) (2024-12-16) + + +### Updates and Bug Fixes + +* Add words to companies, npm and software-terms dictionnaries ([#3864](https://github.com/streetsidesoftware/cspell-dicts/issues/3864)) ([26faf0e](https://github.com/streetsidesoftware/cspell-dicts/commit/26faf0eadee55c3ee704aed949d424fae1c82373)) +* Workflow Bot -- Build Dictionaries ([#3905](https://github.com/streetsidesoftware/cspell-dicts/issues/3905)) ([be13370](https://github.com/streetsidesoftware/cspell-dicts/commit/be133706cc0ce07c27f5b7c649d9623a61c0cbea)) + ## [3.1.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-companies@3.1.7...@cspell/dict-companies@3.1.8) (2024-12-14) diff --git a/dictionaries/companies/package.json b/dictionaries/companies/package.json index 5e1b1d925bc..2f71e5bae96 100644 --- a/dictionaries/companies/package.json +++ b/dictionaries/companies/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-companies", - "version": "3.1.8", + "version": "3.1.9", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public", diff --git a/dictionaries/cspell/CHANGELOG.md b/dictionaries/cspell/CHANGELOG.md index a6202d3e19d..10b848ff009 100644 --- a/dictionaries/cspell/CHANGELOG.md +++ b/dictionaries/cspell/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.0.16](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@1.0.15...@cspell/dict-cspell-bundle@1.0.16) (2024-12-16) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cspell/dict-companies bumped to 3.1.9 + * @cspell/dict-npm bumped to 5.1.18 + * @cspell/dict-software-terms bumped to 4.1.20 + ## [1.0.15](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@1.0.14...@cspell/dict-cspell-bundle@1.0.15) (2024-12-14) diff --git a/dictionaries/cspell/package.json b/dictionaries/cspell/package.json index a4af0b40b0e..0083d4b6ecb 100644 --- a/dictionaries/cspell/package.json +++ b/dictionaries/cspell/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cspell-bundle", - "version": "1.0.15", + "version": "1.0.16", "description": "Dictionaries included with the CSpell Command Line tool.", "private": false, "publishConfig": { diff --git a/dictionaries/npm/CHANGELOG.md b/dictionaries/npm/CHANGELOG.md index fb6d9870a2e..adf4272be31 100644 --- a/dictionaries/npm/CHANGELOG.md +++ b/dictionaries/npm/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.18](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.1.17...@cspell/dict-npm@5.1.18) (2024-12-16) + + +### Updates and Bug Fixes + +* Add words to companies, npm and software-terms dictionnaries ([#3864](https://github.com/streetsidesoftware/cspell-dicts/issues/3864)) ([26faf0e](https://github.com/streetsidesoftware/cspell-dicts/commit/26faf0eadee55c3ee704aed949d424fae1c82373)) +* Adjust the NPM Scripts Patterns ([#3906](https://github.com/streetsidesoftware/cspell-dicts/issues/3906)) ([4f73e93](https://github.com/streetsidesoftware/cspell-dicts/commit/4f73e93a845d55e766136d1daa237296f35be50a)) +* Workflow Bot -- Update Dictionaries ([#3899](https://github.com/streetsidesoftware/cspell-dicts/issues/3899)) ([ef8d7f6](https://github.com/streetsidesoftware/cspell-dicts/commit/ef8d7f64d12e111b196567fdfc36231617b08ad6)) + ## [5.1.17](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.1.16...@cspell/dict-npm@5.1.17) (2024-12-14) diff --git a/dictionaries/npm/package.json b/dictionaries/npm/package.json index 8c3abf14ac8..665c972175c 100644 --- a/dictionaries/npm/package.json +++ b/dictionaries/npm/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-npm", - "version": "5.1.17", + "version": "5.1.18", "description": "Dictionary of common NPM packages for cspell.", "publishConfig": { "access": "public", diff --git a/dictionaries/software-terms/CHANGELOG.md b/dictionaries/software-terms/CHANGELOG.md index 0bec8e35689..418a2895002 100644 --- a/dictionaries/software-terms/CHANGELOG.md +++ b/dictionaries/software-terms/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.20](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@4.1.19...@cspell/dict-software-terms@4.1.20) (2024-12-16) + + +### Updates and Bug Fixes + +* Add words to companies, npm and software-terms dictionnaries ([#3864](https://github.com/streetsidesoftware/cspell-dicts/issues/3864)) ([26faf0e](https://github.com/streetsidesoftware/cspell-dicts/commit/26faf0eadee55c3ee704aed949d424fae1c82373)) +* Workflow Bot -- Build Dictionaries ([#3905](https://github.com/streetsidesoftware/cspell-dicts/issues/3905)) ([be13370](https://github.com/streetsidesoftware/cspell-dicts/commit/be133706cc0ce07c27f5b7c649d9623a61c0cbea)) + ## [4.1.19](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@4.1.18...@cspell/dict-software-terms@4.1.19) (2024-12-14) diff --git a/dictionaries/software-terms/package.json b/dictionaries/software-terms/package.json index eaf4c02eba2..374ac689af4 100644 --- a/dictionaries/software-terms/package.json +++ b/dictionaries/software-terms/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-software-terms", - "version": "4.1.19", + "version": "4.1.20", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 6f7754a122f..2b736693b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "28.3.0", + "version": "28.3.1", "private": true, "packageManager": "pnpm@9.4.0", "scripts": {