diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d726d5b2ba4..fea1228ee50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "27.5.16", + ".": "28.0.0", "dictionaries/ada": "4.0.5", "dictionaries/aws": "4.0.7", "dictionaries/bash": "4.1.8", @@ -8,7 +8,7 @@ "dictionaries/city-names-finland": "3.0.3", "dictionaries/clojure": "2.0.5", "dictionaries/companies": "3.1.7", - "dictionaries/cpp": "5.1.23", + "dictionaries/cpp": "6.0.0", "dictionaries/cryptocurrencies": "5.0.3", "dictionaries/cs_CZ": "3.0.5", "dictionaries/csharp": "4.0.5", @@ -52,7 +52,7 @@ "dictionaries/nb_NO": "2.0.3", "dictionaries/nl_NL": "2.3.3", "dictionaries/node": "5.0.4", - "dictionaries/npm": "5.1.8", + "dictionaries/npm": "5.1.9", "dictionaries/php": "4.0.13", "dictionaries/pl_PL": "3.0.4", "dictionaries/powershell": "5.0.13", @@ -108,11 +108,11 @@ "dictionaries/fi_FI": "1.0.3", "dictionaries/la": "1.0.3", "dictionaries/julia": "1.0.4", - "dictionaries/terraform": "1.0.5", + "dictionaries/terraform": "1.0.6", "dictionaries/grc_GR": "1.0.4", "dictionaries/elisp": "1.0.3", "dictionaries/google": "1.0.4", "dictionaries/people-names": "1.1.4", "dictionaries/flutter": "1.0.3", - "dictionaries/cspell": "1.0.2" + "dictionaries/cspell": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab56dcbd08..155f2d16aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Release Notes +## [28.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@27.5.16...cspell-dicts@28.0.0) (2024-11-02) + + +### ⚠ BREAKING CHANGES + +* Add common compound words to cpp dict ([#3761](https://github.com/streetsidesoftware/cspell-dicts/issues/3761)) + +### Features + +* Add common compound words to cpp dict ([#3761](https://github.com/streetsidesoftware/cspell-dicts/issues/3761)) ([dbfbcae](https://github.com/streetsidesoftware/cspell-dicts/commit/dbfbcaef810f4607fb44bddf3f1733d5d1be99e4)) + + +### Updates and Bug Fixes + +* Add synckit to npm dictionary ([#3762](https://github.com/streetsidesoftware/cspell-dicts/issues/3762)) ([42c9912](https://github.com/streetsidesoftware/cspell-dicts/commit/42c99120e32005d59edf4e95a9d7e25eccfdab93)) +* Add tinyglobby to npm ([#3756](https://github.com/streetsidesoftware/cspell-dicts/issues/3756)) ([2f01404](https://github.com/streetsidesoftware/cspell-dicts/commit/2f014048fec2f3fcaafadf5e42b22d12c661688b)) +* **terraform:** add alltrue to allowed words ([#3750](https://github.com/streetsidesoftware/cspell-dicts/issues/3750)) ([0ca5e8e](https://github.com/streetsidesoftware/cspell-dicts/commit/0ca5e8ea0c949f566393c03ba13d28d7eb81c308)) +* Workflow Bot -- Build Dictionaries ([#3739](https://github.com/streetsidesoftware/cspell-dicts/issues/3739)) ([12e1ea8](https://github.com/streetsidesoftware/cspell-dicts/commit/12e1ea8e2016d9f67f573bc795e5f9e482e36d3b)) +* Workflow Bot -- Build Dictionaries ([#3755](https://github.com/streetsidesoftware/cspell-dicts/issues/3755)) ([5afa596](https://github.com/streetsidesoftware/cspell-dicts/commit/5afa5963fe556b65acf4f8f5682266d1d5208e1d)) +* Workflow Bot -- Build Dictionaries ([#3757](https://github.com/streetsidesoftware/cspell-dicts/issues/3757)) ([6083d27](https://github.com/streetsidesoftware/cspell-dicts/commit/6083d278c3b092dbf06fc4938fb1b59e835a1e8e)) +* Workflow Bot -- Build Dictionaries ([#3759](https://github.com/streetsidesoftware/cspell-dicts/issues/3759)) ([3ea113f](https://github.com/streetsidesoftware/cspell-dicts/commit/3ea113fa887be043b65774c94fd643b3948545dc)) +* Workflow Bot -- Build Dictionaries ([#3763](https://github.com/streetsidesoftware/cspell-dicts/issues/3763)) ([126bad7](https://github.com/streetsidesoftware/cspell-dicts/commit/126bad7f32730fcdb30a876119d691708cc2a133)) + ## [27.5.16](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@27.5.15...cspell-dicts@27.5.16) (2024-10-27) diff --git a/dictionaries/cpp/CHANGELOG.md b/dictionaries/cpp/CHANGELOG.md index 184aa16a788..36fde21fc49 100644 --- a/dictionaries/cpp/CHANGELOG.md +++ b/dictionaries/cpp/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@5.1.23...@cspell/dict-cpp@6.0.0) (2024-11-02) + + +### ⚠ BREAKING CHANGES + +* Add common compound words to cpp dict ([#3761](https://github.com/streetsidesoftware/cspell-dicts/issues/3761)) + +### Features + +* Add common compound words to cpp dict ([#3761](https://github.com/streetsidesoftware/cspell-dicts/issues/3761)) ([dbfbcae](https://github.com/streetsidesoftware/cspell-dicts/commit/dbfbcaef810f4607fb44bddf3f1733d5d1be99e4)) + + +### Updates and Bug Fixes + +* Workflow Bot -- Build Dictionaries ([#3759](https://github.com/streetsidesoftware/cspell-dicts/issues/3759)) ([3ea113f](https://github.com/streetsidesoftware/cspell-dicts/commit/3ea113fa887be043b65774c94fd643b3948545dc)) + ## [5.1.23](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@5.1.22...@cspell/dict-cpp@5.1.23) (2024-10-27) diff --git a/dictionaries/cpp/package.json b/dictionaries/cpp/package.json index 560b5eb6941..6fae9a4c217 100644 --- a/dictionaries/cpp/package.json +++ b/dictionaries/cpp/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cpp", - "version": "5.1.23", + "version": "6.0.0", "description": "C/C++ Dictionary dictionary for cspell.", "publishConfig": { "access": "public", diff --git a/dictionaries/cspell/CHANGELOG.md b/dictionaries/cspell/CHANGELOG.md index c659b66493c..94b120aa1fe 100644 --- a/dictionaries/cspell/CHANGELOG.md +++ b/dictionaries/cspell/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.0.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@1.0.2...@cspell/dict-cspell-bundle@1.0.3) (2024-11-02) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cspell/dict-cpp bumped to 6.0.0 + * @cspell/dict-npm bumped to 5.1.9 + * @cspell/dict-terraform bumped to 1.0.6 + ## [1.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@1.0.1...@cspell/dict-cspell-bundle@1.0.2) (2024-10-27) diff --git a/dictionaries/cspell/package.json b/dictionaries/cspell/package.json index 26f7e2230f3..07c4643b71e 100644 --- a/dictionaries/cspell/package.json +++ b/dictionaries/cspell/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cspell-bundle", - "version": "1.0.2", + "version": "1.0.3", "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 1cfc4ffa53c..72ce4d7e4aa 100644 --- a/dictionaries/npm/CHANGELOG.md +++ b/dictionaries/npm/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.1.8...@cspell/dict-npm@5.1.9) (2024-11-02) + + +### Updates and Bug Fixes + +* Add synckit to npm dictionary ([#3762](https://github.com/streetsidesoftware/cspell-dicts/issues/3762)) ([42c9912](https://github.com/streetsidesoftware/cspell-dicts/commit/42c99120e32005d59edf4e95a9d7e25eccfdab93)) +* Add tinyglobby to npm ([#3756](https://github.com/streetsidesoftware/cspell-dicts/issues/3756)) ([2f01404](https://github.com/streetsidesoftware/cspell-dicts/commit/2f014048fec2f3fcaafadf5e42b22d12c661688b)) +* Workflow Bot -- Build Dictionaries ([#3757](https://github.com/streetsidesoftware/cspell-dicts/issues/3757)) ([6083d27](https://github.com/streetsidesoftware/cspell-dicts/commit/6083d278c3b092dbf06fc4938fb1b59e835a1e8e)) +* Workflow Bot -- Build Dictionaries ([#3763](https://github.com/streetsidesoftware/cspell-dicts/issues/3763)) ([126bad7](https://github.com/streetsidesoftware/cspell-dicts/commit/126bad7f32730fcdb30a876119d691708cc2a133)) + ## [5.1.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.1.7...@cspell/dict-npm@5.1.8) (2024-10-11) diff --git a/dictionaries/npm/package.json b/dictionaries/npm/package.json index cc2082b0489..be29f40f130 100644 --- a/dictionaries/npm/package.json +++ b/dictionaries/npm/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-npm", - "version": "5.1.8", + "version": "5.1.9", "description": "Dictionary of common NPM packages for cspell.", "publishConfig": { "access": "public", diff --git a/dictionaries/terraform/CHANGELOG.md b/dictionaries/terraform/CHANGELOG.md index 3a18fe60e3e..be3b7c4c01c 100644 --- a/dictionaries/terraform/CHANGELOG.md +++ b/dictionaries/terraform/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.0.6](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-terraform@1.0.5...@cspell/dict-terraform@1.0.6) (2024-11-02) + + +### Updates and Bug Fixes + +* **terraform:** add alltrue to allowed words ([#3750](https://github.com/streetsidesoftware/cspell-dicts/issues/3750)) ([0ca5e8e](https://github.com/streetsidesoftware/cspell-dicts/commit/0ca5e8ea0c949f566393c03ba13d28d7eb81c308)) +* Workflow Bot -- Build Dictionaries ([#3739](https://github.com/streetsidesoftware/cspell-dicts/issues/3739)) ([12e1ea8](https://github.com/streetsidesoftware/cspell-dicts/commit/12e1ea8e2016d9f67f573bc795e5f9e482e36d3b)) + ## [1.0.5](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-terraform@1.0.4...@cspell/dict-terraform@1.0.5) (2024-10-11) diff --git a/dictionaries/terraform/package-lock.json b/dictionaries/terraform/package-lock.json index 073cefc9f15..8976a4d3582 100644 --- a/dictionaries/terraform/package-lock.json +++ b/dictionaries/terraform/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cspell/dict-terraform", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cspell/dict-terraform", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT" } } diff --git a/dictionaries/terraform/package.json b/dictionaries/terraform/package.json index 2d48bfe8a25..a76fdb736f1 100644 --- a/dictionaries/terraform/package.json +++ b/dictionaries/terraform/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-terraform", - "version": "1.0.5", + "version": "1.0.6", "description": "Terraform dictionary for cspell.", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 498aa92d150..19103cf2626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "27.5.16", + "version": "28.0.0", "private": true, "packageManager": "pnpm@9.4.0", "scripts": {