diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 465460433fe..b0ae9684be7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "26.2.1", + ".": "26.3.0", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.2", "dictionaries/bash": "4.1.3", @@ -21,7 +21,7 @@ "dictionaries/dotnet": "5.0.2", "dictionaries/el": "3.1.2", "dictionaries/elixir": "4.0.3", - "dictionaries/en_GB": "4.1.41", + "dictionaries/en_GB": "4.1.42", "dictionaries/en_GB-MIT": "2.1.21", "dictionaries/en_US": "4.3.21", "dictionaries/eo": "3.0.1", @@ -59,7 +59,7 @@ "dictionaries/pt_BR": "2.3.0", "dictionaries/pt_PT": "3.0.1", "dictionaries/public-licenses": "2.0.7", - "dictionaries/python": "4.1.11", + "dictionaries/python": "4.2.0", "dictionaries/r": "2.0.1", "dictionaries/ru_RU": "2.2.1", "dictionaries/ruby": "5.0.2", @@ -67,7 +67,7 @@ "dictionaries/scala": "5.0.2", "dictionaries/scientific_terms_US": "3.0.1", "dictionaries/sl_SI": "1.0.5", - "dictionaries/software-terms": "3.4.1", + "dictionaries/software-terms": "3.4.2", "dictionaries/sql": "2.1.3", "dictionaries/sv": "2.2.0", "dictionaries/swift": "2.0.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index d3fbf346c35..05715d9016a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Release Notes +## [26.3.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.2.1...cspell-dicts@26.3.0) (2024-06-06) + + +### Features + +* reduce the size of the python dictionary ([#3259](https://github.com/streetsidesoftware/cspell-dicts/issues/3259)) ([a9c1302](https://github.com/streetsidesoftware/cspell-dicts/commit/a9c1302ab3d27b29a8eeb2e019cbc7364ccd1192)) + + +### Updates and Bug Fixes + +* Issue [#972](https://github.com/streetsidesoftware/cspell-dicts/issues/972): Add common python package names to exception list ([#3256](https://github.com/streetsidesoftware/cspell-dicts/issues/3256)) ([0918dc3](https://github.com/streetsidesoftware/cspell-dicts/commit/0918dc3f4a6ae9b339eeab2900eb7b7df6a5c647)) +* **software-tools:** add upstash ([#3255](https://github.com/streetsidesoftware/cspell-dicts/issues/3255)) ([3d609fd](https://github.com/streetsidesoftware/cspell-dicts/commit/3d609fd2a0a2d7c899bd0c480d4393ba446aa046)) +* Workflow Bot -- Build Dictionaries ([#3252](https://github.com/streetsidesoftware/cspell-dicts/issues/3252)) ([4536860](https://github.com/streetsidesoftware/cspell-dicts/commit/4536860c8f54444794eaa0c28c57da9dbd2e65f3)) +* Workflow Bot -- Build Dictionaries ([#3258](https://github.com/streetsidesoftware/cspell-dicts/issues/3258)) ([4e49a5d](https://github.com/streetsidesoftware/cspell-dicts/commit/4e49a5daa2dd862b70cb8dc0de9bcdee9a5a85ac)) + ## [26.2.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.2.0...cspell-dicts@26.2.1) (2024-05-31) diff --git a/dictionaries/en_GB/CHANGELOG.md b/dictionaries/en_GB/CHANGELOG.md index 5e36df43876..f5edcbcec5c 100644 --- a/dictionaries/en_GB/CHANGELOG.md +++ b/dictionaries/en_GB/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. +## [4.1.42](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.41...@cspell/dict-en-gb@4.1.42) (2024-06-06) + + +### Updates and Bug Fixes + +* Workflow Bot -- Build Dictionaries ([#3252](https://github.com/streetsidesoftware/cspell-dicts/issues/3252)) ([4536860](https://github.com/streetsidesoftware/cspell-dicts/commit/4536860c8f54444794eaa0c28c57da9dbd2e65f3)) + ## [4.1.41](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.40...@cspell/dict-en-gb@4.1.41) (2024-05-23) diff --git a/dictionaries/en_GB/package.json b/dictionaries/en_GB/package.json index 7382bb802b5..9a4d0ea83c2 100644 --- a/dictionaries/en_GB/package.json +++ b/dictionaries/en_GB/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-en-gb", - "version": "4.1.41", + "version": "4.1.42", "description": "British English dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/python/CHANGELOG.md b/dictionaries/python/CHANGELOG.md index 9da39aa4406..a88112a02fe 100644 --- a/dictionaries/python/CHANGELOG.md +++ b/dictionaries/python/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-python@4.1.11...@cspell/dict-python@4.2.0) (2024-06-06) + + +### Features + +* reduce the size of the python dictionary ([#3259](https://github.com/streetsidesoftware/cspell-dicts/issues/3259)) ([a9c1302](https://github.com/streetsidesoftware/cspell-dicts/commit/a9c1302ab3d27b29a8eeb2e019cbc7364ccd1192)) + + +### Updates and Bug Fixes + +* Issue [#972](https://github.com/streetsidesoftware/cspell-dicts/issues/972): Add common python package names to exception list ([#3256](https://github.com/streetsidesoftware/cspell-dicts/issues/3256)) ([0918dc3](https://github.com/streetsidesoftware/cspell-dicts/commit/0918dc3f4a6ae9b339eeab2900eb7b7df6a5c647)) +* Workflow Bot -- Build Dictionaries ([#3258](https://github.com/streetsidesoftware/cspell-dicts/issues/3258)) ([4e49a5d](https://github.com/streetsidesoftware/cspell-dicts/commit/4e49a5daa2dd862b70cb8dc0de9bcdee9a5a85ac)) + ## [4.1.11](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-python@4.1.10...@cspell/dict-python@4.1.11) (2023-12-25) diff --git a/dictionaries/python/package.json b/dictionaries/python/package.json index f895faa0313..344327f6f79 100644 --- a/dictionaries/python/package.json +++ b/dictionaries/python/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-python", - "version": "4.1.11", + "version": "4.2.0", "description": "Python dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/software-terms/CHANGELOG.md b/dictionaries/software-terms/CHANGELOG.md index d8cb752ae5e..e44d5441d78 100644 --- a/dictionaries/software-terms/CHANGELOG.md +++ b/dictionaries/software-terms/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. +## [3.4.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.4.1...@cspell/dict-software-terms@3.4.2) (2024-06-06) + + +### Updates and Bug Fixes + +* **software-tools:** add upstash ([#3255](https://github.com/streetsidesoftware/cspell-dicts/issues/3255)) ([3d609fd](https://github.com/streetsidesoftware/cspell-dicts/commit/3d609fd2a0a2d7c899bd0c480d4393ba446aa046)) +* Workflow Bot -- Build Dictionaries ([#3258](https://github.com/streetsidesoftware/cspell-dicts/issues/3258)) ([4e49a5d](https://github.com/streetsidesoftware/cspell-dicts/commit/4e49a5daa2dd862b70cb8dc0de9bcdee9a5a85ac)) + ## [3.4.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.4.0...@cspell/dict-software-terms@3.4.1) (2024-05-31) diff --git a/dictionaries/software-terms/package.json b/dictionaries/software-terms/package.json index 28c8355578d..9a0543ea6ab 100644 --- a/dictionaries/software-terms/package.json +++ b/dictionaries/software-terms/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-software-terms", - "version": "3.4.1", + "version": "3.4.2", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index c7ebf229111..d1e3517e335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "26.2.1", + "version": "26.3.0", "private": true, "packageManager": "pnpm@8.15.7", "scripts": {