diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 36811d18b8e..7db467d9497 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "19.4.0", + ".": "20.0.0", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.0", "dictionaries/bash": "4.1.2", @@ -8,25 +8,25 @@ "dictionaries/city-names-finland": "3.0.0", "dictionaries/clojure": "2.0.2", "dictionaries/companies": "3.0.26", - "dictionaries/cpp": "5.0.7", + "dictionaries/cpp": "5.0.8", "dictionaries/cryptocurrencies": "4.0.0", - "dictionaries/cs_CZ": "3.0.1", + "dictionaries/cs_CZ": "3.0.2", "dictionaries/csharp": "4.0.2", "dictionaries/css": "4.0.12", "dictionaries/da_DK": "3.0.0", "dictionaries/dart": "2.0.3", - "dictionaries/de_DE": "3.1.0", + "dictionaries/de_DE": "3.1.1", "dictionaries/django": "4.1.0", "dictionaries/docker": "1.1.7", "dictionaries/dotnet": "5.0.0", "dictionaries/el": "3.0.0", "dictionaries/elixir": "4.0.3", - "dictionaries/en_GB": "4.1.22", - "dictionaries/en_GB-MIT": "2.1.11", - "dictionaries/en_US": "4.3.8", + "dictionaries/en_GB": "4.1.23", + "dictionaries/en_GB-MIT": "2.1.12", + "dictionaries/en_US": "4.3.9", "dictionaries/eo": "3.0.1", - "dictionaries/es_ES": "2.2.6", - "dictionaries/et-EE": "2.0.9", + "dictionaries/es_ES": "2.2.7", + "dictionaries/et-EE": "3.0.0", "dictionaries/fa_IR": "3.0.0", "dictionaries/filetypes": "3.0.1", "dictionaries/fonts": "4.0.0", @@ -50,25 +50,25 @@ "dictionaries/mnemonics": "3.0.1", "dictionaries/monkeyc": "1.0.5", "dictionaries/nb_NO": "2.0.0", - "dictionaries/nl_NL": "2.2.9", + "dictionaries/nl_NL": "2.2.10", "dictionaries/node": "4.0.3", "dictionaries/npm": "5.0.12", "dictionaries/php": "4.0.3", - "dictionaries/pl_PL": "3.0.0", + "dictionaries/pl_PL": "3.0.1", "dictionaries/powershell": "5.0.2", - "dictionaries/pt_BR": "2.2.0", - "dictionaries/pt_PT": "3.0.0", + "dictionaries/pt_BR": "2.2.1", + "dictionaries/pt_PT": "3.0.1", "dictionaries/public-licenses": "2.0.5", "dictionaries/python": "4.1.9", "dictionaries/r": "2.0.1", - "dictionaries/ru_RU": "2.1.0", + "dictionaries/ru_RU": "2.1.1", "dictionaries/ruby": "5.0.1", "dictionaries/rust": "4.0.1", "dictionaries/scala": "5.0.0", "dictionaries/scientific_terms_US": "3.0.0", - "dictionaries/sl_SI": "1.0.4", - "dictionaries/software-terms": "3.3.5", - "dictionaries/sql": "2.1.1", + "dictionaries/sl_SI": "1.0.5", + "dictionaries/software-terms": "3.3.6", + "dictionaries/sql": "2.1.2", "dictionaries/sv": "2.1.0", "dictionaries/swift": "2.0.1", "dictionaries/tr_TR": "3.0.0", @@ -89,10 +89,10 @@ "dictionaries/sr_Cyrl": "1.1.0", "dictionaries/sr_Latn": "1.0.2", "dictionaries/redis": "1.0.1", - "dictionaries/sk_SK": "1.1.0", + "dictionaries/sk_SK": "1.1.1", "dictionaries/en-common-misspellings": "1.0.2", - "dictionaries/en_AU": "1.0.3", - "dictionaries/en_CA": "1.0.3", + "dictionaries/en_AU": "1.0.4", + "dictionaries/en_CA": "1.0.4", "dictionaries/de_AT": "1.0.0", "dictionaries/al": "1.0.0", "dictionaries/ro_RO": "1.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f68b712da..6530d413be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Release Notes +## [20.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@19.4.0...cspell-dicts@20.0.0) (2023-10-11) + + +### ⚠ BREAKING CHANGES + +* Convert et-EE license to LGPL 3.0 ([#2624](https://github.com/streetsidesoftware/cspell-dicts/issues/2624)) + +### Features + +* Convert et-EE license to LGPL 3.0 ([#2624](https://github.com/streetsidesoftware/cspell-dicts/issues/2624)) ([ca1974b](https://github.com/streetsidesoftware/cspell-dicts/commit/ca1974b547648e7c85ce4aba22a1f008bd23c8f9)) + + +### Updates and Bug Fixes + +* Add `comms` to en_us ([#2633](https://github.com/streetsidesoftware/cspell-dicts/issues/2633)) ([fcd6096](https://github.com/streetsidesoftware/cspell-dicts/commit/fcd60969d4d77c6cb466e3258abc9c8c8ace2c71)) +* add foreignkey to sql dictionary ([#2631](https://github.com/streetsidesoftware/cspell-dicts/issues/2631)) ([8d8f5a6](https://github.com/streetsidesoftware/cspell-dicts/commit/8d8f5a6242f58050da7192ec19370ba146f56046)) +* Add software terms from [#1430](https://github.com/streetsidesoftware/cspell-dicts/issues/1430) ([#2635](https://github.com/streetsidesoftware/cspell-dicts/issues/2635)) ([133f81d](https://github.com/streetsidesoftware/cspell-dicts/commit/133f81d15fb58d22a49e91fc0671b63cd240937c)) +* Add terms from [#556](https://github.com/streetsidesoftware/cspell-dicts/issues/556) ([#2634](https://github.com/streetsidesoftware/cspell-dicts/issues/2634)) ([3187e70](https://github.com/streetsidesoftware/cspell-dicts/commit/3187e7009bb9b7f31cf6aac64b346139414b392e)) +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) +* Workflow Bot -- Build Dictionaries ([#2632](https://github.com/streetsidesoftware/cspell-dicts/issues/2632)) ([c1217dd](https://github.com/streetsidesoftware/cspell-dicts/commit/c1217dd30ce2c5865931257e6f1aa78b4e34460d)) + ## [19.4.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@19.3.4...cspell-dicts@19.4.0) (2023-10-07) diff --git a/dictionaries/cpp/CHANGELOG.md b/dictionaries/cpp/CHANGELOG.md index 91795e25b05..18f629d6bfa 100644 --- a/dictionaries/cpp/CHANGELOG.md +++ b/dictionaries/cpp/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.0.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@5.0.7...@cspell/dict-cpp@5.0.8) (2023-10-11) + + +### Updates and Bug Fixes + +* Add terms from [#556](https://github.com/streetsidesoftware/cspell-dicts/issues/556) ([#2634](https://github.com/streetsidesoftware/cspell-dicts/issues/2634)) ([3187e70](https://github.com/streetsidesoftware/cspell-dicts/commit/3187e7009bb9b7f31cf6aac64b346139414b392e)) + ## [5.0.7](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@5.0.6...@cspell/dict-cpp@5.0.7) (2023-10-07) diff --git a/dictionaries/cpp/package.json b/dictionaries/cpp/package.json index a61d7d8ab40..e8bdea7c597 100644 --- a/dictionaries/cpp/package.json +++ b/dictionaries/cpp/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cpp", - "version": "5.0.7", + "version": "5.0.8", "description": "C/C++ Dictionary dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/cs_CZ/CHANGELOG.md b/dictionaries/cs_CZ/CHANGELOG.md index 1070a7e8a52..96c802111cf 100644 --- a/dictionaries/cs_CZ/CHANGELOG.md +++ b/dictionaries/cs_CZ/CHANGELOG.md @@ -22,6 +22,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cs-cz@3.0.1...@cspell/dict-cs-cz@3.0.2) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [3.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cs-cz@3.0.0...@cspell/dict-cs-cz@3.0.1) (2022-12-17) diff --git a/dictionaries/cs_CZ/package.json b/dictionaries/cs_CZ/package.json index c475fa5870e..1e5993cb61e 100644 --- a/dictionaries/cs_CZ/package.json +++ b/dictionaries/cs_CZ/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cs-cz", - "version": "3.0.1", + "version": "3.0.2", "description": "Czech dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/de_DE/CHANGELOG.md b/dictionaries/de_DE/CHANGELOG.md index 9e998ca9423..582ccc57b5e 100644 --- a/dictionaries/de_DE/CHANGELOG.md +++ b/dictionaries/de_DE/CHANGELOG.md @@ -14,6 +14,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-de-de@3.1.0...@cspell/dict-de-de@3.1.1) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [3.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-de-de@3.0.2...@cspell/dict-de-de@3.1.0) (2023-03-04) diff --git a/dictionaries/de_DE/package.json b/dictionaries/de_DE/package.json index 3a31107df60..8e2afe7850f 100644 --- a/dictionaries/de_DE/package.json +++ b/dictionaries/de_DE/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-de-de", - "version": "3.1.0", + "version": "3.1.1", "description": "German dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/en_AU/CHANGELOG.md b/dictionaries/en_AU/CHANGELOG.md index a2d6e6ba0ec..9a87137fa26 100644 --- a/dictionaries/en_AU/CHANGELOG.md +++ b/dictionaries/en_AU/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-au@1.0.3...@cspell/dict-en-au@1.0.4) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [1.0.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-au@1.0.2...@cspell/dict-en-au@1.0.3) (2023-08-31) diff --git a/dictionaries/en_AU/package.json b/dictionaries/en_AU/package.json index 82556d10495..de5d993c634 100644 --- a/dictionaries/en_AU/package.json +++ b/dictionaries/en_AU/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-en-au", - "version": "1.0.3", + "version": "1.0.4", "description": "Australian English dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/en_CA/CHANGELOG.md b/dictionaries/en_CA/CHANGELOG.md index 5a6886dbab6..041ade156e7 100644 --- a/dictionaries/en_CA/CHANGELOG.md +++ b/dictionaries/en_CA/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-ca@1.0.3...@cspell/dict-en-ca@1.0.4) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [1.0.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-ca@1.0.2...@cspell/dict-en-ca@1.0.3) (2023-08-31) diff --git a/dictionaries/en_CA/package.json b/dictionaries/en_CA/package.json index c07b3b8174f..5b9aa779c2b 100644 --- a/dictionaries/en_CA/package.json +++ b/dictionaries/en_CA/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-en-ca", - "version": "1.0.3", + "version": "1.0.4", "description": "Canadian English dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/en_GB-MIT/CHANGELOG.md b/dictionaries/en_GB-MIT/CHANGELOG.md index 7699073775c..1e10f50969f 100644 --- a/dictionaries/en_GB-MIT/CHANGELOG.md +++ b/dictionaries/en_GB-MIT/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. +## [2.1.12](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb-mit@2.1.11...@cspell/dict-en-gb-mit@2.1.12) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [2.1.11](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb-mit@2.1.10...@cspell/dict-en-gb-mit@2.1.11) (2023-08-31) diff --git a/dictionaries/en_GB-MIT/package.json b/dictionaries/en_GB-MIT/package.json index 8d9d4070a4e..c18b95897ec 100644 --- a/dictionaries/en_GB-MIT/package.json +++ b/dictionaries/en_GB-MIT/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-en-gb-mit", - "version": "2.1.11", + "version": "2.1.12", "description": "British English dictionary for cspell with MIT License.", "publishConfig": { "access": "public" diff --git a/dictionaries/en_GB/CHANGELOG.md b/dictionaries/en_GB/CHANGELOG.md index 31d0542d3d0..257d68d17e0 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.23](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.22...@cspell/dict-en-gb@4.1.23) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [4.1.22](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.21...@cspell/dict-en-gb@4.1.22) (2023-10-07) diff --git a/dictionaries/en_GB/package.json b/dictionaries/en_GB/package.json index c702d1f31e7..d1b13b6e8ab 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.22", + "version": "4.1.23", "description": "British English dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/en_US/CHANGELOG.md b/dictionaries/en_US/CHANGELOG.md index 2c319c52f82..027bd3c3586 100644 --- a/dictionaries/en_US/CHANGELOG.md +++ b/dictionaries/en_US/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. +## [4.3.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en_us@4.3.8...@cspell/dict-en_us@4.3.9) (2023-10-11) + + +### Updates and Bug Fixes + +* Add `comms` to en_us ([#2633](https://github.com/streetsidesoftware/cspell-dicts/issues/2633)) ([fcd6096](https://github.com/streetsidesoftware/cspell-dicts/commit/fcd60969d4d77c6cb466e3258abc9c8c8ace2c71)) +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) +* Workflow Bot -- Build Dictionaries ([#2632](https://github.com/streetsidesoftware/cspell-dicts/issues/2632)) ([c1217dd](https://github.com/streetsidesoftware/cspell-dicts/commit/c1217dd30ce2c5865931257e6f1aa78b4e34460d)) + ## [4.3.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en_us@4.3.7...@cspell/dict-en_us@4.3.8) (2023-09-21) diff --git a/dictionaries/en_US/package.json b/dictionaries/en_US/package.json index 269909b7f1a..7484dad6cd1 100644 --- a/dictionaries/en_US/package.json +++ b/dictionaries/en_US/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-en_us", - "version": "4.3.8", + "version": "4.3.9", "description": "English dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/es_ES/CHANGELOG.md b/dictionaries/es_ES/CHANGELOG.md index 85415117ba3..943e3980828 100644 --- a/dictionaries/es_ES/CHANGELOG.md +++ b/dictionaries/es_ES/CHANGELOG.md @@ -30,6 +30,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [2.2.7](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-es-es@2.2.6...@cspell/dict-es-es@2.2.7) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [2.2.6](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-es-es@2.2.5...@cspell/dict-es-es@2.2.6) (2023-07-19) diff --git a/dictionaries/es_ES/package.json b/dictionaries/es_ES/package.json index a0cd026949e..c7bcf490fe3 100644 --- a/dictionaries/es_ES/package.json +++ b/dictionaries/es_ES/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-es-es", - "version": "2.2.6", + "version": "2.2.7", "description": "Spanish dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/et-EE/CHANGELOG.md b/dictionaries/et-EE/CHANGELOG.md index 32e1d75622b..eb64e580224 100644 --- a/dictionaries/et-EE/CHANGELOG.md +++ b/dictionaries/et-EE/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-et-ee@2.0.9...@cspell/dict-et-ee@3.0.0) (2023-10-11) + + +### ⚠ BREAKING CHANGES + +* Convert et-EE license to LGPL 3.0 ([#2624](https://github.com/streetsidesoftware/cspell-dicts/issues/2624)) + +### Features + +* Convert et-EE license to LGPL 3.0 ([#2624](https://github.com/streetsidesoftware/cspell-dicts/issues/2624)) ([ca1974b](https://github.com/streetsidesoftware/cspell-dicts/commit/ca1974b547648e7c85ce4aba22a1f008bd23c8f9)) + ## [2.0.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-et-ee@2.0.8...@cspell/dict-et-ee@2.0.9) (2023-07-19) diff --git a/dictionaries/et-EE/package.json b/dictionaries/et-EE/package.json index 167cfc07515..66ad4a3e0d7 100644 --- a/dictionaries/et-EE/package.json +++ b/dictionaries/et-EE/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-et-ee", - "version": "2.0.9", + "version": "3.0.0", "description": "Estonian dictionary for cspell.", "private": false, "publishConfig": { diff --git a/dictionaries/nl_NL/CHANGELOG.md b/dictionaries/nl_NL/CHANGELOG.md index e0e4851d4fe..7dd2ff20e3f 100644 --- a/dictionaries/nl_NL/CHANGELOG.md +++ b/dictionaries/nl_NL/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. +## [2.2.10](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-nl-nl@2.2.9...@cspell/dict-nl-nl@2.2.10) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [2.2.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-nl-nl@2.2.8...@cspell/dict-nl-nl@2.2.9) (2023-07-19) diff --git a/dictionaries/nl_NL/package.json b/dictionaries/nl_NL/package.json index f5d1586df65..a33b9cb7372 100644 --- a/dictionaries/nl_NL/package.json +++ b/dictionaries/nl_NL/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-nl-nl", - "version": "2.2.9", + "version": "2.2.10", "description": "Dutch dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/pl_PL/CHANGELOG.md b/dictionaries/pl_PL/CHANGELOG.md index 2a0978df664..d6efd8dee23 100644 --- a/dictionaries/pl_PL/CHANGELOG.md +++ b/dictionaries/pl_PL/CHANGELOG.md @@ -22,6 +22,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-pl_pl@3.0.0...@cspell/dict-pl_pl@3.0.1) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [3.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-pl_pl@2.0.1...@cspell/dict-pl_pl@3.0.0) (2023-07-19) diff --git a/dictionaries/pl_PL/package.json b/dictionaries/pl_PL/package.json index facbf4e9479..3977138e0c5 100644 --- a/dictionaries/pl_PL/package.json +++ b/dictionaries/pl_PL/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-pl_pl", - "version": "3.0.0", + "version": "3.0.1", "description": "Polish dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/pt_BR/CHANGELOG.md b/dictionaries/pt_BR/CHANGELOG.md index 2cabb060b1b..be213b0ca00 100644 --- a/dictionaries/pt_BR/CHANGELOG.md +++ b/dictionaries/pt_BR/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. +## [2.2.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-pt-br@2.2.0...@cspell/dict-pt-br@2.2.1) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [2.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-pt-br@2.1.4...@cspell/dict-pt-br@2.2.0) (2023-07-19) diff --git a/dictionaries/pt_BR/package.json b/dictionaries/pt_BR/package.json index a0444f4e98b..0f1d06e52fa 100644 --- a/dictionaries/pt_BR/package.json +++ b/dictionaries/pt_BR/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-pt-br", - "version": "2.2.0", + "version": "2.2.1", "description": "Brazilian Portuguese dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/pt_PT/CHANGELOG.md b/dictionaries/pt_PT/CHANGELOG.md index c900beafb95..e61db10f2a0 100644 --- a/dictionaries/pt_PT/CHANGELOG.md +++ b/dictionaries/pt_PT/CHANGELOG.md @@ -22,6 +22,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-pt-pt@3.0.0...@cspell/dict-pt-pt@3.0.1) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [3.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-pt-pt@2.0.0...@cspell/dict-pt-pt@3.0.0) (2023-08-31) diff --git a/dictionaries/pt_PT/package.json b/dictionaries/pt_PT/package.json index e8112c822b4..0fca8391394 100644 --- a/dictionaries/pt_PT/package.json +++ b/dictionaries/pt_PT/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-pt-pt", - "version": "3.0.0", + "version": "3.0.1", "description": "Portuguese dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/ru_RU/CHANGELOG.md b/dictionaries/ru_RU/CHANGELOG.md index 36b85fd2700..282c4471b6a 100644 --- a/dictionaries/ru_RU/CHANGELOG.md +++ b/dictionaries/ru_RU/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. +## [2.1.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-ru_ru@2.1.0...@cspell/dict-ru_ru@2.1.1) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [2.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-ru_ru@2.0.5...@cspell/dict-ru_ru@2.1.0) (2023-07-19) diff --git a/dictionaries/ru_RU/package.json b/dictionaries/ru_RU/package.json index abe0cf281a6..e42c13c7953 100644 --- a/dictionaries/ru_RU/package.json +++ b/dictionaries/ru_RU/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-ru_ru", - "version": "2.1.0", + "version": "2.1.1", "description": "Russian dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/sk_SK/CHANGELOG.md b/dictionaries/sk_SK/CHANGELOG.md index 0513aed2444..227d0a6d6b3 100644 --- a/dictionaries/sk_SK/CHANGELOG.md +++ b/dictionaries/sk_SK/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. +## [1.1.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-sk-sk@1.1.0...@cspell/dict-sk-sk@1.1.1) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [1.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-sk-sk@1.0.1...@cspell/dict-sk-sk@1.1.0) (2023-07-19) diff --git a/dictionaries/sk_SK/package.json b/dictionaries/sk_SK/package.json index 22205da5d6e..2ed15da083c 100644 --- a/dictionaries/sk_SK/package.json +++ b/dictionaries/sk_SK/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-sk-sk", - "version": "1.1.0", + "version": "1.1.1", "description": "Slovak dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/sl_SI/CHANGELOG.md b/dictionaries/sl_SI/CHANGELOG.md index fc4217ce2ec..a808396838b 100644 --- a/dictionaries/sl_SI/CHANGELOG.md +++ b/dictionaries/sl_SI/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. +## [1.0.5](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-sl-si@1.0.4...@cspell/dict-sl-si@1.0.5) (2023-10-11) + + +### Updates and Bug Fixes + +* Make license documentation consistent ([#2628](https://github.com/streetsidesoftware/cspell-dicts/issues/2628)) ([0dfc5e9](https://github.com/streetsidesoftware/cspell-dicts/commit/0dfc5e918d475a9694ce64bdc74c473d6097af62)) + ## [1.0.4](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-sl-si@1.0.3...@cspell/dict-sl-si@1.0.4) (2023-07-19) diff --git a/dictionaries/sl_SI/package.json b/dictionaries/sl_SI/package.json index 736fb82a2cb..f7e8bc16e7c 100644 --- a/dictionaries/sl_SI/package.json +++ b/dictionaries/sl_SI/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-sl-si", - "version": "1.0.4", + "version": "1.0.5", "description": "Slovenian dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/software-terms/CHANGELOG.md b/dictionaries/software-terms/CHANGELOG.md index 23043822036..5bf84686191 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.3.6](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.5...@cspell/dict-software-terms@3.3.6) (2023-10-11) + + +### Updates and Bug Fixes + +* Add software terms from [#1430](https://github.com/streetsidesoftware/cspell-dicts/issues/1430) ([#2635](https://github.com/streetsidesoftware/cspell-dicts/issues/2635)) ([133f81d](https://github.com/streetsidesoftware/cspell-dicts/commit/133f81d15fb58d22a49e91fc0671b63cd240937c)) +* Add terms from [#556](https://github.com/streetsidesoftware/cspell-dicts/issues/556) ([#2634](https://github.com/streetsidesoftware/cspell-dicts/issues/2634)) ([3187e70](https://github.com/streetsidesoftware/cspell-dicts/commit/3187e7009bb9b7f31cf6aac64b346139414b392e)) + ## [3.3.5](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.4...@cspell/dict-software-terms@3.3.5) (2023-10-07) diff --git a/dictionaries/software-terms/package.json b/dictionaries/software-terms/package.json index 7aa6767af5c..8d6d022ac5a 100644 --- a/dictionaries/software-terms/package.json +++ b/dictionaries/software-terms/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-software-terms", - "version": "3.3.5", + "version": "3.3.6", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/sql/CHANGELOG.md b/dictionaries/sql/CHANGELOG.md index 8d9e8285846..ef377d8e7ef 100644 --- a/dictionaries/sql/CHANGELOG.md +++ b/dictionaries/sql/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. +## [2.1.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-sql@2.1.1...@cspell/dict-sql@2.1.2) (2023-10-11) + + +### Updates and Bug Fixes + +* add foreignkey to sql dictionary ([#2631](https://github.com/streetsidesoftware/cspell-dicts/issues/2631)) ([8d8f5a6](https://github.com/streetsidesoftware/cspell-dicts/commit/8d8f5a6242f58050da7192ec19370ba146f56046)) + ## [2.1.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-sql@2.1.0...@cspell/dict-sql@2.1.1) (2023-07-19) diff --git a/dictionaries/sql/package.json b/dictionaries/sql/package.json index 943b43f5e95..d3be4967810 100644 --- a/dictionaries/sql/package.json +++ b/dictionaries/sql/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-sql", - "version": "2.1.1", + "version": "2.1.2", "description": "SQL dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index ac73a65c35f..873b4d1eb1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "19.4.0", + "version": "20.0.0", "private": true, "packageManager": "pnpm@8.7.4", "scripts": {