diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7a23af2ce3..4cdcbeb1d04 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "20.2.0", + ".": "20.2.1", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.0", "dictionaries/bash": "4.1.2", @@ -7,7 +7,7 @@ "dictionaries/ca": "3.0.1", "dictionaries/city-names-finland": "3.0.0", "dictionaries/clojure": "2.0.2", - "dictionaries/companies": "3.0.26", + "dictionaries/companies": "3.0.27", "dictionaries/cpp": "5.0.9", "dictionaries/cryptocurrencies": "4.0.0", "dictionaries/cs_CZ": "3.0.2", @@ -28,7 +28,7 @@ "dictionaries/es_ES": "2.2.7", "dictionaries/et-EE": "3.0.0", "dictionaries/fa_IR": "3.0.0", - "dictionaries/filetypes": "3.0.1", + "dictionaries/filetypes": "3.0.2", "dictionaries/fonts": "4.0.0", "dictionaries/fr_FR": "2.2.2", "dictionaries/fr_FR_90": "2.2.2", @@ -59,7 +59,7 @@ "dictionaries/pt_BR": "2.2.1", "dictionaries/pt_PT": "3.0.1", "dictionaries/public-licenses": "2.0.5", - "dictionaries/python": "4.1.9", + "dictionaries/python": "4.1.10", "dictionaries/r": "2.0.1", "dictionaries/ru_RU": "2.1.1", "dictionaries/ruby": "5.0.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c45d38a36..728cb9476ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Release Notes +## [20.2.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@20.2.0...cspell-dicts@20.2.1) (2023-10-30) + + +### Updates and Bug Fixes + +* Add "PYTHONHOME" to python dict ([#2697](https://github.com/streetsidesoftware/cspell-dicts/issues/2697)) ([a099929](https://github.com/streetsidesoftware/cspell-dicts/commit/a0999297967fd21639c9b167c5edac5d3ea60f64)) +* Add "venvs" to the python dict ([#2695](https://github.com/streetsidesoftware/cspell-dicts/issues/2695)) ([7b9d821](https://github.com/streetsidesoftware/cspell-dicts/commit/7b9d8218f6e7c5bbfc5a6fc97cd9727e2a0489e1)) +* add CSAIL to companies ([#2681](https://github.com/streetsidesoftware/cspell-dicts/issues/2681)) ([7c5dd5a](https://github.com/streetsidesoftware/cspell-dicts/commit/7c5dd5a76640350281d791071e9ad12d5dff8e48)) +* add CSAIL to companies ([#2687](https://github.com/streetsidesoftware/cspell-dicts/issues/2687)) ([e194b0c](https://github.com/streetsidesoftware/cspell-dicts/commit/e194b0cdf3d1d7457ef708f01d1a4bf6bb49b47f)) +* Add several filetypes ([#2690](https://github.com/streetsidesoftware/cspell-dicts/issues/2690)) ([8738efe](https://github.com/streetsidesoftware/cspell-dicts/commit/8738efe8dd82ce13ac43ce00fb64562d1cb44457)) +* Workflow Bot -- Build Dictionaries ([#2684](https://github.com/streetsidesoftware/cspell-dicts/issues/2684)) ([e57b4e2](https://github.com/streetsidesoftware/cspell-dicts/commit/e57b4e20295dc7b1cc3207799711f7b4331042cc)) + ## [20.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@20.1.0...cspell-dicts@20.2.0) (2023-10-22) diff --git a/dictionaries/companies/CHANGELOG.md b/dictionaries/companies/CHANGELOG.md index 6e56f32cfab..424462c8fb3 100644 --- a/dictionaries/companies/CHANGELOG.md +++ b/dictionaries/companies/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. +## [3.0.27](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-companies@3.0.26...@cspell/dict-companies@3.0.27) (2023-10-30) + + +### Updates and Bug Fixes + +* add CSAIL to companies ([#2681](https://github.com/streetsidesoftware/cspell-dicts/issues/2681)) ([7c5dd5a](https://github.com/streetsidesoftware/cspell-dicts/commit/7c5dd5a76640350281d791071e9ad12d5dff8e48)) +* add CSAIL to companies ([#2687](https://github.com/streetsidesoftware/cspell-dicts/issues/2687)) ([e194b0c](https://github.com/streetsidesoftware/cspell-dicts/commit/e194b0cdf3d1d7457ef708f01d1a4bf6bb49b47f)) +* Workflow Bot -- Build Dictionaries ([#2684](https://github.com/streetsidesoftware/cspell-dicts/issues/2684)) ([e57b4e2](https://github.com/streetsidesoftware/cspell-dicts/commit/e57b4e20295dc7b1cc3207799711f7b4331042cc)) + ## [3.0.26](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-companies@3.0.25...@cspell/dict-companies@3.0.26) (2023-10-05) diff --git a/dictionaries/companies/package.json b/dictionaries/companies/package.json index 8e470188ffb..33e929befb6 100644 --- a/dictionaries/companies/package.json +++ b/dictionaries/companies/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-companies", - "version": "3.0.26", + "version": "3.0.27", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/filetypes/CHANGELOG.md b/dictionaries/filetypes/CHANGELOG.md index 840b2eaa107..479c31bed3b 100644 --- a/dictionaries/filetypes/CHANGELOG.md +++ b/dictionaries/filetypes/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. +## [3.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-filetypes@3.0.1...@cspell/dict-filetypes@3.0.2) (2023-10-30) + + +### Updates and Bug Fixes + +* Add several filetypes ([#2690](https://github.com/streetsidesoftware/cspell-dicts/issues/2690)) ([8738efe](https://github.com/streetsidesoftware/cspell-dicts/commit/8738efe8dd82ce13ac43ce00fb64562d1cb44457)) + ## [3.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-filetypes@3.0.0...@cspell/dict-filetypes@3.0.1) (2023-07-03) diff --git a/dictionaries/filetypes/package.json b/dictionaries/filetypes/package.json index 07ec07195f0..f0808920662 100644 --- a/dictionaries/filetypes/package.json +++ b/dictionaries/filetypes/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-filetypes", - "version": "3.0.1", + "version": "3.0.2", "description": "Filetypes dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/python/CHANGELOG.md b/dictionaries/python/CHANGELOG.md index 0f7c920b30d..8c4505cccb9 100644 --- a/dictionaries/python/CHANGELOG.md +++ b/dictionaries/python/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.10](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-python@4.1.9...@cspell/dict-python@4.1.10) (2023-10-30) + + +### Updates and Bug Fixes + +* Add "PYTHONHOME" to python dict ([#2697](https://github.com/streetsidesoftware/cspell-dicts/issues/2697)) ([a099929](https://github.com/streetsidesoftware/cspell-dicts/commit/a0999297967fd21639c9b167c5edac5d3ea60f64)) +* Add "venvs" to the python dict ([#2695](https://github.com/streetsidesoftware/cspell-dicts/issues/2695)) ([7b9d821](https://github.com/streetsidesoftware/cspell-dicts/commit/7b9d8218f6e7c5bbfc5a6fc97cd9727e2a0489e1)) + ## [4.1.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-python@4.1.8...@cspell/dict-python@4.1.9) (2023-09-27) diff --git a/dictionaries/python/package.json b/dictionaries/python/package.json index b005531b9d8..87e0dcd8b0f 100644 --- a/dictionaries/python/package.json +++ b/dictionaries/python/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-python", - "version": "4.1.9", + "version": "4.1.10", "description": "Python dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index 08f3dd93926..34ad73fb738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "20.2.0", + "version": "20.2.1", "private": true, "packageManager": "pnpm@8.7.4", "scripts": {