diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e4c7858852..6097d1dec4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "28.10.1", + ".": "28.11.0", "dictionaries/ada": "4.1.0", "dictionaries/aws": "4.0.9", "dictionaries/bash": "4.2.0", @@ -8,7 +8,7 @@ "dictionaries/city-names-finland": "3.0.4", "dictionaries/clojure": "2.0.6", "dictionaries/companies": "3.1.14", - "dictionaries/cpp": "6.0.3", + "dictionaries/cpp": "6.0.4", "dictionaries/cryptocurrencies": "5.0.4", "dictionaries/cs_CZ": "3.0.6", "dictionaries/csharp": "4.0.6", @@ -114,10 +114,11 @@ "dictionaries/google": "1.0.8", "dictionaries/people-names": "1.1.8", "dictionaries/flutter": "1.1.0", - "dictionaries/cspell": "1.0.31", + "dictionaries/cspell": "1.0.32", "dictionaries/mk": "1.0.1", "dictionaries/gis": "1.0.1", "dictionaries/pokemon": "1.0.1", "dictionaries/gl_ES": "1.1.0", - "dictionaries/hy": "1.0.0" + "dictionaries/hy": "1.0.0", + "dictionaries/mn_MN": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 048b42729da..d0668bc1237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Release Notes +## [28.11.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@28.10.1...cspell-dicts@28.11.0) (2025-02-22) + + +### Features + +* Adding Mongolian language ([#4109](https://github.com/streetsidesoftware/cspell-dicts/issues/4109)) ([ae8745d](https://github.com/streetsidesoftware/cspell-dicts/commit/ae8745deab0a57a45e59cbd32373113809710982)) + + +### Updates and Bug Fixes + +* Remove misspelling from cpp dict ([#4111](https://github.com/streetsidesoftware/cspell-dicts/issues/4111)) ([443473e](https://github.com/streetsidesoftware/cspell-dicts/commit/443473e150629d6b77c3c91a97a95dbf27ba0d67)) +* Use Mongolian dictionary from `wooorm/dictionaries` ([#4116](https://github.com/streetsidesoftware/cspell-dicts/issues/4116)) ([77932b2](https://github.com/streetsidesoftware/cspell-dicts/commit/77932b27b40283862aa04f5df7bd269492a3c46f)) +* Workflow Bot -- Build Dictionaries ([#4113](https://github.com/streetsidesoftware/cspell-dicts/issues/4113)) ([42d7438](https://github.com/streetsidesoftware/cspell-dicts/commit/42d74384a16825fd0877bd9f426f1d2133687d79)) +* Workflow Bot -- Build Dictionaries ([#4114](https://github.com/streetsidesoftware/cspell-dicts/issues/4114)) ([c37dae7](https://github.com/streetsidesoftware/cspell-dicts/commit/c37dae7d20b8448ff92361dd72f65c10701be616)) + ## [28.10.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@28.10.0...cspell-dicts@28.10.1) (2025-02-21) diff --git a/dictionaries/cpp/CHANGELOG.md b/dictionaries/cpp/CHANGELOG.md index da851a1dbad..2c580940cdb 100644 --- a/dictionaries/cpp/CHANGELOG.md +++ b/dictionaries/cpp/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. +## [6.0.4](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@6.0.3...@cspell/dict-cpp@6.0.4) (2025-02-22) + + +### Updates and Bug Fixes + +* Remove misspelling from cpp dict ([#4111](https://github.com/streetsidesoftware/cspell-dicts/issues/4111)) ([443473e](https://github.com/streetsidesoftware/cspell-dicts/commit/443473e150629d6b77c3c91a97a95dbf27ba0d67)) +* Workflow Bot -- Build Dictionaries ([#4113](https://github.com/streetsidesoftware/cspell-dicts/issues/4113)) ([42d7438](https://github.com/streetsidesoftware/cspell-dicts/commit/42d74384a16825fd0877bd9f426f1d2133687d79)) + ## [6.0.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@6.0.2...@cspell/dict-cpp@6.0.3) (2024-12-30) diff --git a/dictionaries/cpp/package.json b/dictionaries/cpp/package.json index b0e769ee59e..23df158c4a0 100644 --- a/dictionaries/cpp/package.json +++ b/dictionaries/cpp/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cpp", - "version": "6.0.3", + "version": "6.0.4", "description": "C/C++ Dictionary dictionary for cspell.", "publishConfig": { "access": "public", diff --git a/dictionaries/cspell/CHANGELOG.md b/dictionaries/cspell/CHANGELOG.md index 550461a6a85..ed57170ca67 100644 --- a/dictionaries/cspell/CHANGELOG.md +++ b/dictionaries/cspell/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.0.32](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@1.0.31...@cspell/dict-cspell-bundle@1.0.32) (2025-02-22) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cspell/dict-cpp bumped to 6.0.4 + ## [1.0.31](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@1.0.30...@cspell/dict-cspell-bundle@1.0.31) (2025-02-21) diff --git a/dictionaries/cspell/package.json b/dictionaries/cspell/package.json index e7c2adb9369..f4b70e2fd44 100644 --- a/dictionaries/cspell/package.json +++ b/dictionaries/cspell/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cspell-bundle", - "version": "1.0.31", + "version": "1.0.32", "description": "Dictionaries included with the CSpell Command Line tool.", "private": false, "publishConfig": { diff --git a/dictionaries/mn_MN/CHANGELOG.md b/dictionaries/mn_MN/CHANGELOG.md index 6762832021b..04c6ec6756c 100644 --- a/dictionaries/mn_MN/CHANGELOG.md +++ b/dictionaries/mn_MN/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 1.0.0 (2025-02-22) + + +### Features + +* Adding Mongolian language ([#4109](https://github.com/streetsidesoftware/cspell-dicts/issues/4109)) ([ae8745d](https://github.com/streetsidesoftware/cspell-dicts/commit/ae8745deab0a57a45e59cbd32373113809710982)) + + +### Updates and Bug Fixes + +* Use Mongolian dictionary from `wooorm/dictionaries` ([#4116](https://github.com/streetsidesoftware/cspell-dicts/issues/4116)) ([77932b2](https://github.com/streetsidesoftware/cspell-dicts/commit/77932b27b40283862aa04f5df7bd269492a3c46f)) +* Workflow Bot -- Build Dictionaries ([#4114](https://github.com/streetsidesoftware/cspell-dicts/issues/4114)) ([c37dae7](https://github.com/streetsidesoftware/cspell-dicts/commit/c37dae7d20b8448ff92361dd72f65c10701be616)) + ## 1.0.0 - Initial Release diff --git a/package.json b/package.json index c06b5145fb3..a8c395d8c09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "28.10.1", + "version": "28.11.0", "private": true, "packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321", "scripts": {