diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3db847c8578..92b801298c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "28.8.3", + ".": "28.8.4", "dictionaries/ada": "4.1.0", "dictionaries/aws": "4.0.9", "dictionaries/bash": "4.2.0", @@ -111,10 +111,10 @@ "dictionaries/terraform": "1.1.0", "dictionaries/grc_GR": "1.0.5", "dictionaries/elisp": "1.1.0", - "dictionaries/google": "1.0.7", + "dictionaries/google": "1.0.8", "dictionaries/people-names": "1.1.8", "dictionaries/flutter": "1.1.0", - "dictionaries/cspell": "1.0.27", + "dictionaries/cspell": "1.0.28", "dictionaries/mk": "1.0.1", "dictionaries/gis": "1.0.1", "dictionaries/pokemon": "1.0.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 765134f1f3f..b0bae283f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release Notes +## [28.8.4](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@28.8.3...cspell-dicts@28.8.4) (2025-01-23) + + +### Updates and Bug Fixes + +* Add back legacy terms to the google dictionary ([#4023](https://github.com/streetsidesoftware/cspell-dicts/issues/4023)) ([fdec8a4](https://github.com/streetsidesoftware/cspell-dicts/commit/fdec8a43d8b8ad1106da25bd7863d46cefc59074)) +* Workflow Bot -- Build Dictionaries ([#4024](https://github.com/streetsidesoftware/cspell-dicts/issues/4024)) ([e8327c0](https://github.com/streetsidesoftware/cspell-dicts/commit/e8327c07f632a05e32afb99d055ad460420aac39)) + ## [28.8.3](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@28.8.2...cspell-dicts@28.8.3) (2025-01-18) diff --git a/dictionaries/cspell/CHANGELOG.md b/dictionaries/cspell/CHANGELOG.md index e30af5f5bd9..0475208d716 100644 --- a/dictionaries/cspell/CHANGELOG.md +++ b/dictionaries/cspell/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.0.28](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@1.0.27...@cspell/dict-cspell-bundle@1.0.28) (2025-01-23) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cspell/dict-google bumped to 1.0.8 + ## [1.0.27](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@1.0.26...@cspell/dict-cspell-bundle@1.0.27) (2025-01-18) diff --git a/dictionaries/cspell/package.json b/dictionaries/cspell/package.json index c908d7eccd2..5196f362725 100644 --- a/dictionaries/cspell/package.json +++ b/dictionaries/cspell/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cspell-bundle", - "version": "1.0.27", + "version": "1.0.28", "description": "Dictionaries included with the CSpell Command Line tool.", "private": false, "publishConfig": { diff --git a/dictionaries/google/CHANGELOG.md b/dictionaries/google/CHANGELOG.md index 2f6888b76c7..aff8ff2c619 100644 --- a/dictionaries/google/CHANGELOG.md +++ b/dictionaries/google/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.0.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-google@1.0.7...@cspell/dict-google@1.0.8) (2025-01-23) + + +### Updates and Bug Fixes + +* Add back legacy terms to the google dictionary ([#4023](https://github.com/streetsidesoftware/cspell-dicts/issues/4023)) ([fdec8a4](https://github.com/streetsidesoftware/cspell-dicts/commit/fdec8a43d8b8ad1106da25bd7863d46cefc59074)) +* Workflow Bot -- Build Dictionaries ([#4024](https://github.com/streetsidesoftware/cspell-dicts/issues/4024)) ([e8327c0](https://github.com/streetsidesoftware/cspell-dicts/commit/e8327c07f632a05e32afb99d055ad460420aac39)) + ## [1.0.7](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-google@1.0.6...@cspell/dict-google@1.0.7) (2025-01-18) diff --git a/dictionaries/google/package.json b/dictionaries/google/package.json index 88ed4d0ed46..ec32e43aaf5 100644 --- a/dictionaries/google/package.json +++ b/dictionaries/google/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-google", - "version": "1.0.7", + "version": "1.0.8", "description": "Google Cloud Development dictionary for cspell.", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index e4a52d4c5ae..27a1192e63c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "28.8.3", + "version": "28.8.4", "private": true, "packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321", "scripts": {