From 90ec73e277efc1389e33b57b5437c51d46b0ed87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 08:38:20 +0200 Subject: [PATCH] chore: release main (#3184) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 16 ++++++++-------- CHANGELOG.md | 14 ++++++++++++++ dictionaries/companies/CHANGELOG.md | 8 ++++++++ dictionaries/companies/package.json | 2 +- dictionaries/cpp/CHANGELOG.md | 7 +++++++ dictionaries/cpp/package.json | 2 +- dictionaries/en-common-misspellings/CHANGELOG.md | 7 +++++++ dictionaries/en-common-misspellings/package.json | 2 +- dictionaries/fullstack/CHANGELOG.md | 9 +++++++++ dictionaries/fullstack/package.json | 2 +- dictionaries/golang/CHANGELOG.md | 9 +++++++++ dictionaries/golang/package.json | 2 +- dictionaries/powershell/CHANGELOG.md | 7 +++++++ dictionaries/powershell/package.json | 2 +- dictionaries/software-terms/CHANGELOG.md | 9 +++++++++ dictionaries/software-terms/package.json | 2 +- package.json | 2 +- 17 files changed, 86 insertions(+), 16 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d21047f7c07..f0dbd87243f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "26.0.6", + ".": "26.0.7", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.1", "dictionaries/bash": "4.1.3", @@ -7,8 +7,8 @@ "dictionaries/ca": "3.0.1", "dictionaries/city-names-finland": "3.0.0", "dictionaries/clojure": "2.0.2", - "dictionaries/companies": "3.0.31", - "dictionaries/cpp": "5.1.5", + "dictionaries/companies": "3.0.32", + "dictionaries/cpp": "5.1.6", "dictionaries/cryptocurrencies": "5.0.0", "dictionaries/cs_CZ": "3.0.2", "dictionaries/csharp": "4.0.2", @@ -32,9 +32,9 @@ "dictionaries/fonts": "4.0.0", "dictionaries/fr_FR": "2.2.2", "dictionaries/fr_FR_90": "2.2.2", - "dictionaries/fullstack": "3.1.5", + "dictionaries/fullstack": "3.1.6", "dictionaries/git": "3.0.0", - "dictionaries/golang": "6.0.8", + "dictionaries/golang": "6.0.9", "dictionaries/haskell": "4.0.1", "dictionaries/he": "4.0.0", "dictionaries/hr_HR": "3.0.0", @@ -55,7 +55,7 @@ "dictionaries/npm": "5.0.16", "dictionaries/php": "4.0.7", "dictionaries/pl_PL": "3.0.1", - "dictionaries/powershell": "5.0.3", + "dictionaries/powershell": "5.0.4", "dictionaries/pt_BR": "2.3.0", "dictionaries/pt_PT": "3.0.1", "dictionaries/public-licenses": "2.0.6", @@ -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.3.22", + "dictionaries/software-terms": "3.3.23", "dictionaries/sql": "2.1.3", "dictionaries/sv": "2.2.0", "dictionaries/swift": "2.0.1", @@ -90,7 +90,7 @@ "dictionaries/sr_Latn": "1.0.2", "dictionaries/redis": "1.0.1", "dictionaries/sk_SK": "1.1.1", - "dictionaries/en-common-misspellings": "2.0.0", + "dictionaries/en-common-misspellings": "2.0.1", "dictionaries/en_AU": "1.0.12", "dictionaries/en_CA": "1.0.12", "dictionaries/de_AT": "1.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8096b42b2b3..3e8e4e445d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Release Notes +## [26.0.7](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.0.6...cspell-dicts@26.0.7) (2024-05-22) + + +### Updates and Bug Fixes + +* add back a few terms ([#3187](https://github.com/streetsidesoftware/cspell-dicts/issues/3187)) ([74340db](https://github.com/streetsidesoftware/cspell-dicts/commit/74340dbf3844307772cf1d58f23f6671380b7345)) +* update companies dictionary ([#3180](https://github.com/streetsidesoftware/cspell-dicts/issues/3180)) ([01d3c90](https://github.com/streetsidesoftware/cspell-dicts/commit/01d3c909f8f7c51249566d604bf9ba75620f0209)) +* update en-common-misspellings dict ([#3182](https://github.com/streetsidesoftware/cspell-dicts/issues/3182)) ([d232591](https://github.com/streetsidesoftware/cspell-dicts/commit/d23259196f44cebe9f2039e94fe10fc38972afb4)) +* update fullstack dict ([#3181](https://github.com/streetsidesoftware/cspell-dicts/issues/3181)) ([2bfcba9](https://github.com/streetsidesoftware/cspell-dicts/commit/2bfcba952e9d2aac1c7141ab6caef61abdd479d2)) +* update golang dictionary ([#3179](https://github.com/streetsidesoftware/cspell-dicts/issues/3179)) ([5b9887a](https://github.com/streetsidesoftware/cspell-dicts/commit/5b9887a309984a88d03e36a14d7e60fdc3aea7a6)) +* update software-terms dict ([#3183](https://github.com/streetsidesoftware/cspell-dicts/issues/3183)) ([0d235ca](https://github.com/streetsidesoftware/cspell-dicts/commit/0d235ca3b04c242edc132c9b113442354c4b314e)) +* Use fullstack dictionary with `typescriptreact` and `javascriptreact`. ([#3188](https://github.com/streetsidesoftware/cspell-dicts/issues/3188)) ([7d2f94f](https://github.com/streetsidesoftware/cspell-dicts/commit/7d2f94f2765235ccb1f677878ccd239f0756fffd)) +* Workflow Bot -- Build Dictionaries ([#3185](https://github.com/streetsidesoftware/cspell-dicts/issues/3185)) ([4db7ac2](https://github.com/streetsidesoftware/cspell-dicts/commit/4db7ac294d819233196226cf692e6438fc59462c)) + ## [26.0.6](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.0.5...cspell-dicts@26.0.6) (2024-05-19) diff --git a/dictionaries/companies/CHANGELOG.md b/dictionaries/companies/CHANGELOG.md index ad0a81fbdf4..7632d24d4ee 100644 --- a/dictionaries/companies/CHANGELOG.md +++ b/dictionaries/companies/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.0.32](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-companies@3.0.31...@cspell/dict-companies@3.0.32) (2024-05-22) + + +### Updates and Bug Fixes + +* add back a few terms ([#3187](https://github.com/streetsidesoftware/cspell-dicts/issues/3187)) ([74340db](https://github.com/streetsidesoftware/cspell-dicts/commit/74340dbf3844307772cf1d58f23f6671380b7345)) +* update companies dictionary ([#3180](https://github.com/streetsidesoftware/cspell-dicts/issues/3180)) ([01d3c90](https://github.com/streetsidesoftware/cspell-dicts/commit/01d3c909f8f7c51249566d604bf9ba75620f0209)) + ## [3.0.31](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-companies@3.0.30...@cspell/dict-companies@3.0.31) (2024-01-18) diff --git a/dictionaries/companies/package.json b/dictionaries/companies/package.json index a5a530d6107..ae237193194 100644 --- a/dictionaries/companies/package.json +++ b/dictionaries/companies/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-companies", - "version": "3.0.31", + "version": "3.0.32", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/cpp/CHANGELOG.md b/dictionaries/cpp/CHANGELOG.md index f09653f8049..47662fc5fce 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.1.6](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@5.1.5...@cspell/dict-cpp@5.1.6) (2024-05-22) + + +### Updates and Bug Fixes + +* Workflow Bot -- Build Dictionaries ([#3185](https://github.com/streetsidesoftware/cspell-dicts/issues/3185)) ([4db7ac2](https://github.com/streetsidesoftware/cspell-dicts/commit/4db7ac294d819233196226cf692e6438fc59462c)) + ## [5.1.5](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@5.1.4...@cspell/dict-cpp@5.1.5) (2024-05-19) diff --git a/dictionaries/cpp/package.json b/dictionaries/cpp/package.json index c9e3e382240..c352d701016 100644 --- a/dictionaries/cpp/package.json +++ b/dictionaries/cpp/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cpp", - "version": "5.1.5", + "version": "5.1.6", "description": "C/C++ Dictionary dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/en-common-misspellings/CHANGELOG.md b/dictionaries/en-common-misspellings/CHANGELOG.md index 3c1eaacbe20..454020f7626 100644 --- a/dictionaries/en-common-misspellings/CHANGELOG.md +++ b/dictionaries/en-common-misspellings/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-common-misspellings@2.0.0...@cspell/dict-en-common-misspellings@2.0.1) (2024-05-22) + + +### Updates and Bug Fixes + +* update en-common-misspellings dict ([#3182](https://github.com/streetsidesoftware/cspell-dicts/issues/3182)) ([d232591](https://github.com/streetsidesoftware/cspell-dicts/commit/d23259196f44cebe9f2039e94fe10fc38972afb4)) + ## [2.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-common-misspellings@1.0.2...@cspell/dict-en-common-misspellings@2.0.0) (2023-12-29) diff --git a/dictionaries/en-common-misspellings/package.json b/dictionaries/en-common-misspellings/package.json index 861b5f3c60f..db3fd45d19e 100644 --- a/dictionaries/en-common-misspellings/package.json +++ b/dictionaries/en-common-misspellings/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-en-common-misspellings", - "version": "2.0.0", + "version": "2.0.1", "description": "Common English misspellings dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/fullstack/CHANGELOG.md b/dictionaries/fullstack/CHANGELOG.md index 83a95a308ef..20a67adb0c6 100644 --- a/dictionaries/fullstack/CHANGELOG.md +++ b/dictionaries/fullstack/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.1.6](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-fullstack@3.1.5...@cspell/dict-fullstack@3.1.6) (2024-05-22) + + +### Updates and Bug Fixes + +* add back a few terms ([#3187](https://github.com/streetsidesoftware/cspell-dicts/issues/3187)) ([74340db](https://github.com/streetsidesoftware/cspell-dicts/commit/74340dbf3844307772cf1d58f23f6671380b7345)) +* update fullstack dict ([#3181](https://github.com/streetsidesoftware/cspell-dicts/issues/3181)) ([2bfcba9](https://github.com/streetsidesoftware/cspell-dicts/commit/2bfcba952e9d2aac1c7141ab6caef61abdd479d2)) +* Use fullstack dictionary with `typescriptreact` and `javascriptreact`. ([#3188](https://github.com/streetsidesoftware/cspell-dicts/issues/3188)) ([7d2f94f](https://github.com/streetsidesoftware/cspell-dicts/commit/7d2f94f2765235ccb1f677878ccd239f0756fffd)) + ## [3.1.5](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-fullstack@3.1.4...@cspell/dict-fullstack@3.1.5) (2023-03-23) diff --git a/dictionaries/fullstack/package.json b/dictionaries/fullstack/package.json index c4ebe640111..f803b44da6a 100644 --- a/dictionaries/fullstack/package.json +++ b/dictionaries/fullstack/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-fullstack", - "version": "3.1.5", + "version": "3.1.6", "description": "Dictionary of terms used in Fullstack development.", "publishConfig": { "access": "public" diff --git a/dictionaries/golang/CHANGELOG.md b/dictionaries/golang/CHANGELOG.md index 48b1028d882..acabd38ceb8 100644 --- a/dictionaries/golang/CHANGELOG.md +++ b/dictionaries/golang/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. +## [6.0.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-golang@6.0.8...@cspell/dict-golang@6.0.9) (2024-05-22) + + +### Updates and Bug Fixes + +* add back a few terms ([#3187](https://github.com/streetsidesoftware/cspell-dicts/issues/3187)) ([74340db](https://github.com/streetsidesoftware/cspell-dicts/commit/74340dbf3844307772cf1d58f23f6671380b7345)) +* update golang dictionary ([#3179](https://github.com/streetsidesoftware/cspell-dicts/issues/3179)) ([5b9887a](https://github.com/streetsidesoftware/cspell-dicts/commit/5b9887a309984a88d03e36a14d7e60fdc3aea7a6)) +* Workflow Bot -- Build Dictionaries ([#3185](https://github.com/streetsidesoftware/cspell-dicts/issues/3185)) ([4db7ac2](https://github.com/streetsidesoftware/cspell-dicts/commit/4db7ac294d819233196226cf692e6438fc59462c)) + ## [6.0.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-golang@6.0.7...@cspell/dict-golang@6.0.8) (2024-05-19) diff --git a/dictionaries/golang/package.json b/dictionaries/golang/package.json index 300fac85b31..924ea75a235 100644 --- a/dictionaries/golang/package.json +++ b/dictionaries/golang/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-golang", - "version": "6.0.8", + "version": "6.0.9", "description": "Go Language dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/powershell/CHANGELOG.md b/dictionaries/powershell/CHANGELOG.md index 69e6651ea5b..1bd15c472a4 100644 --- a/dictionaries/powershell/CHANGELOG.md +++ b/dictionaries/powershell/CHANGELOG.md @@ -27,6 +27,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [5.0.4](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-powershell@5.0.3...@cspell/dict-powershell@5.0.4) (2024-05-22) + + +### Updates and Bug Fixes + +* Workflow Bot -- Build Dictionaries ([#3185](https://github.com/streetsidesoftware/cspell-dicts/issues/3185)) ([4db7ac2](https://github.com/streetsidesoftware/cspell-dicts/commit/4db7ac294d819233196226cf692e6438fc59462c)) + ## [5.0.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-powershell@5.0.2...@cspell/dict-powershell@5.0.3) (2023-12-11) diff --git a/dictionaries/powershell/package.json b/dictionaries/powershell/package.json index 2c8b3459d0e..821754dbc2e 100644 --- a/dictionaries/powershell/package.json +++ b/dictionaries/powershell/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-powershell", - "version": "5.0.3", + "version": "5.0.4", "description": "PowerShell Keyword Dictionary", "publishConfig": { "access": "public" diff --git a/dictionaries/software-terms/CHANGELOG.md b/dictionaries/software-terms/CHANGELOG.md index bc80a53063f..271123de070 100644 --- a/dictionaries/software-terms/CHANGELOG.md +++ b/dictionaries/software-terms/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.3.23](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.22...@cspell/dict-software-terms@3.3.23) (2024-05-22) + + +### Updates and Bug Fixes + +* add back a few terms ([#3187](https://github.com/streetsidesoftware/cspell-dicts/issues/3187)) ([74340db](https://github.com/streetsidesoftware/cspell-dicts/commit/74340dbf3844307772cf1d58f23f6671380b7345)) +* update software-terms dict ([#3183](https://github.com/streetsidesoftware/cspell-dicts/issues/3183)) ([0d235ca](https://github.com/streetsidesoftware/cspell-dicts/commit/0d235ca3b04c242edc132c9b113442354c4b314e)) +* Workflow Bot -- Build Dictionaries ([#3185](https://github.com/streetsidesoftware/cspell-dicts/issues/3185)) ([4db7ac2](https://github.com/streetsidesoftware/cspell-dicts/commit/4db7ac294d819233196226cf692e6438fc59462c)) + ## [3.3.22](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.21...@cspell/dict-software-terms@3.3.22) (2024-05-19) diff --git a/dictionaries/software-terms/package.json b/dictionaries/software-terms/package.json index 6110aa77a73..2dc757ed6b8 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.22", + "version": "3.3.23", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index 6dbb867dc7d..ee95c551f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "26.0.6", + "version": "26.0.7", "private": true, "packageManager": "pnpm@8.15.7", "scripts": {