From af0122521aaa2f9c507d9d6d7a3846bf52beddb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:52:48 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 12 ++++++------ CHANGELOG.md | 8 ++++++++ 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/en_GB-MIT/CHANGELOG.md | 8 ++++++++ dictionaries/en_GB-MIT/package.json | 2 +- dictionaries/en_GB/CHANGELOG.md | 8 ++++++++ dictionaries/en_GB/package.json | 2 +- dictionaries/en_US/CHANGELOG.md | 8 ++++++++ dictionaries/en_US/package.json | 2 +- package.json | 2 +- 13 files changed, 58 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb5ce22f5e8..25b25003362 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "26.4.2", + ".": "26.4.3", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.2", "dictionaries/bash": "4.1.3", @@ -8,7 +8,7 @@ "dictionaries/city-names-finland": "3.0.0", "dictionaries/clojure": "2.0.2", "dictionaries/companies": "3.1.2", - "dictionaries/cpp": "5.1.9", + "dictionaries/cpp": "5.1.10", "dictionaries/cryptocurrencies": "5.0.0", "dictionaries/cs_CZ": "3.0.2", "dictionaries/csharp": "4.0.2", @@ -21,9 +21,9 @@ "dictionaries/dotnet": "5.0.2", "dictionaries/el": "3.1.2", "dictionaries/elixir": "4.0.3", - "dictionaries/en_GB": "4.1.42", - "dictionaries/en_GB-MIT": "2.1.21", - "dictionaries/en_US": "4.3.21", + "dictionaries/en_GB": "4.1.43", + "dictionaries/en_GB-MIT": "2.1.22", + "dictionaries/en_US": "4.3.22", "dictionaries/eo": "3.0.1", "dictionaries/es_ES": "3.0.0", "dictionaries/et-EE": "3.1.0", @@ -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.1", + "dictionaries/en-common-misspellings": "2.0.2", "dictionaries/en_AU": "1.0.13", "dictionaries/en_CA": "1.0.13", "dictionaries/de_AT": "1.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c09fd0596..1739a1a0b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release Notes +## [26.4.3](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.4.2...cspell-dicts@26.4.3) (2024-06-17) + + +### Updates and Bug Fixes + +* fix some English spelling issues. ([#3296](https://github.com/streetsidesoftware/cspell-dicts/issues/3296)) ([eabb25a](https://github.com/streetsidesoftware/cspell-dicts/commit/eabb25a790c0d44b6c929cc6cc42f784c261fa11)) +* Workflow Bot -- Build Dictionaries ([#3298](https://github.com/streetsidesoftware/cspell-dicts/issues/3298)) ([8f63130](https://github.com/streetsidesoftware/cspell-dicts/commit/8f631309d312cea2fcdde4a5700d2e619fcdc584)) + ## [26.4.2](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@26.4.1...cspell-dicts@26.4.2) (2024-06-14) diff --git a/dictionaries/cpp/CHANGELOG.md b/dictionaries/cpp/CHANGELOG.md index 01a92b3a34b..93f265986d3 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.10](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@5.1.9...@cspell/dict-cpp@5.1.10) (2024-06-17) + + +### Updates and Bug Fixes + +* fix some English spelling issues. ([#3296](https://github.com/streetsidesoftware/cspell-dicts/issues/3296)) ([eabb25a](https://github.com/streetsidesoftware/cspell-dicts/commit/eabb25a790c0d44b6c929cc6cc42f784c261fa11)) + ## [5.1.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@5.1.8...@cspell/dict-cpp@5.1.9) (2024-06-08) diff --git a/dictionaries/cpp/package.json b/dictionaries/cpp/package.json index d284ff40884..1f37f80fd98 100644 --- a/dictionaries/cpp/package.json +++ b/dictionaries/cpp/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cpp", - "version": "5.1.9", + "version": "5.1.10", "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 454020f7626..d71f27ae731 100644 --- a/dictionaries/en-common-misspellings/CHANGELOG.md +++ b/dictionaries/en-common-misspellings/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-common-misspellings@2.0.1...@cspell/dict-en-common-misspellings@2.0.2) (2024-06-17) + + +### Updates and Bug Fixes + +* fix some English spelling issues. ([#3296](https://github.com/streetsidesoftware/cspell-dicts/issues/3296)) ([eabb25a](https://github.com/streetsidesoftware/cspell-dicts/commit/eabb25a790c0d44b6c929cc6cc42f784c261fa11)) + ## [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) diff --git a/dictionaries/en-common-misspellings/package.json b/dictionaries/en-common-misspellings/package.json index db3fd45d19e..d9e19bd1af2 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.1", + "version": "2.0.2", "description": "Common English misspellings dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/en_GB-MIT/CHANGELOG.md b/dictionaries/en_GB-MIT/CHANGELOG.md index 1cf62c9ada6..d80bb1f2cf2 100644 --- a/dictionaries/en_GB-MIT/CHANGELOG.md +++ b/dictionaries/en_GB-MIT/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. +## [2.1.22](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb-mit@2.1.21...@cspell/dict-en-gb-mit@2.1.22) (2024-06-17) + + +### Updates and Bug Fixes + +* fix some English spelling issues. ([#3296](https://github.com/streetsidesoftware/cspell-dicts/issues/3296)) ([eabb25a](https://github.com/streetsidesoftware/cspell-dicts/commit/eabb25a790c0d44b6c929cc6cc42f784c261fa11)) +* Workflow Bot -- Build Dictionaries ([#3298](https://github.com/streetsidesoftware/cspell-dicts/issues/3298)) ([8f63130](https://github.com/streetsidesoftware/cspell-dicts/commit/8f631309d312cea2fcdde4a5700d2e619fcdc584)) + ## [2.1.21](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb-mit@2.1.20...@cspell/dict-en-gb-mit@2.1.21) (2024-05-23) diff --git a/dictionaries/en_GB-MIT/package.json b/dictionaries/en_GB-MIT/package.json index 55eae2797c4..01485c70d7d 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.21", + "version": "2.1.22", "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 f5edcbcec5c..d0ad4f4d6ab 100644 --- a/dictionaries/en_GB/CHANGELOG.md +++ b/dictionaries/en_GB/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.43](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-gb@4.1.42...@cspell/dict-en-gb@4.1.43) (2024-06-17) + + +### Updates and Bug Fixes + +* fix some English spelling issues. ([#3296](https://github.com/streetsidesoftware/cspell-dicts/issues/3296)) ([eabb25a](https://github.com/streetsidesoftware/cspell-dicts/commit/eabb25a790c0d44b6c929cc6cc42f784c261fa11)) +* Workflow Bot -- Build Dictionaries ([#3298](https://github.com/streetsidesoftware/cspell-dicts/issues/3298)) ([8f63130](https://github.com/streetsidesoftware/cspell-dicts/commit/8f631309d312cea2fcdde4a5700d2e619fcdc584)) + ## [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) diff --git a/dictionaries/en_GB/package.json b/dictionaries/en_GB/package.json index 9a4d0ea83c2..7b1dd21f337 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.42", + "version": "4.1.43", "description": "British English dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/en_US/CHANGELOG.md b/dictionaries/en_US/CHANGELOG.md index 42312ab374b..eda8b060185 100644 --- a/dictionaries/en_US/CHANGELOG.md +++ b/dictionaries/en_US/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.3.22](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en_us@4.3.21...@cspell/dict-en_us@4.3.22) (2024-06-17) + + +### Updates and Bug Fixes + +* fix some English spelling issues. ([#3296](https://github.com/streetsidesoftware/cspell-dicts/issues/3296)) ([eabb25a](https://github.com/streetsidesoftware/cspell-dicts/commit/eabb25a790c0d44b6c929cc6cc42f784c261fa11)) +* Workflow Bot -- Build Dictionaries ([#3298](https://github.com/streetsidesoftware/cspell-dicts/issues/3298)) ([8f63130](https://github.com/streetsidesoftware/cspell-dicts/commit/8f631309d312cea2fcdde4a5700d2e619fcdc584)) + ## [4.3.21](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en_us@4.3.20...@cspell/dict-en_us@4.3.21) (2024-05-26) diff --git a/dictionaries/en_US/package.json b/dictionaries/en_US/package.json index 5333a171773..e39e0d13784 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.21", + "version": "4.3.22", "description": "English dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index cef72ea03f2..b07207d331f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "26.4.2", + "version": "26.4.3", "private": true, "packageManager": "pnpm@8.15.7", "scripts": {