diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3db847c8578..64788d19c82 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", @@ -52,7 +52,7 @@ "dictionaries/nb_NO": "2.0.4", "dictionaries/nl_NL": "2.3.3", "dictionaries/node": "5.0.6", - "dictionaries/npm": "5.1.23", + "dictionaries/npm": "5.1.24", "dictionaries/php": "4.0.14", "dictionaries/pl_PL": "3.0.4", "dictionaries/powershell": "5.0.14", @@ -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..708cf0d086b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Release Notes +## [28.8.4](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@28.8.3...cspell-dicts@28.8.4) (2025-01-26) + + +### 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)) +* Workflow Bot -- Update Dictionaries ([#4032](https://github.com/streetsidesoftware/cspell-dicts/issues/4032)) ([70d7935](https://github.com/streetsidesoftware/cspell-dicts/commit/70d793554543519965bd776fc74b29f44854b9b3)) + ## [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..004e6a7a2eb 100644 --- a/dictionaries/cspell/CHANGELOG.md +++ b/dictionaries/cspell/CHANGELOG.md @@ -1,5 +1,15 @@ # 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-26) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cspell/dict-google bumped to 1.0.8 + * @cspell/dict-npm bumped to 5.1.24 + ## [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..3455bc35ea9 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-26) + + +### 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/dictionaries/npm/CHANGELOG.md b/dictionaries/npm/CHANGELOG.md index 2bd4570c3dc..d0db8c69519 100644 --- a/dictionaries/npm/CHANGELOG.md +++ b/dictionaries/npm/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.24](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.1.23...@cspell/dict-npm@5.1.24) (2025-01-26) + + +### Updates and Bug Fixes + +* Workflow Bot -- Update Dictionaries ([#4032](https://github.com/streetsidesoftware/cspell-dicts/issues/4032)) ([70d7935](https://github.com/streetsidesoftware/cspell-dicts/commit/70d793554543519965bd776fc74b29f44854b9b3)) + ## [5.1.23](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.1.22...@cspell/dict-npm@5.1.23) (2025-01-15) diff --git a/dictionaries/npm/package.json b/dictionaries/npm/package.json index aa5f311643a..d8fbb408582 100644 --- a/dictionaries/npm/package.json +++ b/dictionaries/npm/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-npm", - "version": "5.1.23", + "version": "5.1.24", "description": "Dictionary of common NPM packages for cspell.", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 03b2c79ec0c..c16e5352b83 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": {