diff --git a/.release-please-manifest.json b/.release-please-manifest.json index faf9d901b53..13ee5c33700 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "22.0.0", + ".": "23.0.0", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.1", "dictionaries/bash": "4.1.3", @@ -9,7 +9,7 @@ "dictionaries/clojure": "2.0.2", "dictionaries/companies": "3.0.29", "dictionaries/cpp": "5.0.10", - "dictionaries/cryptocurrencies": "4.0.0", + "dictionaries/cryptocurrencies": "5.0.0", "dictionaries/cs_CZ": "3.0.2", "dictionaries/csharp": "4.0.2", "dictionaries/css": "4.0.12", @@ -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": "1.0.2", + "dictionaries/en-common-misspellings": "2.0.0", "dictionaries/en_AU": "1.0.7", "dictionaries/en_CA": "1.0.7", "dictionaries/de_AT": "1.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbaec32946..7808c36595b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Release Notes +## [23.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@22.0.0...cspell-dicts@23.0.0) (2023-12-29) + + +### ⚠ BREAKING CHANGES + +* Update en-common-misspellings license to CC BY-SA 4.0 ([#2716](https://github.com/streetsidesoftware/cspell-dicts/issues/2716)) +* [cryptocurrencies] organize + modernize the crypto wordlists ([#2846](https://github.com/streetsidesoftware/cspell-dicts/issues/2846)) + +### Features + +* [cryptocurrencies] organize + modernize the crypto wordlists ([#2846](https://github.com/streetsidesoftware/cspell-dicts/issues/2846)) ([1d18683](https://github.com/streetsidesoftware/cspell-dicts/commit/1d186837e92a1d3eee2265c6980bda0d8e490b59)) +* Update en-common-misspellings license to CC BY-SA 4.0 ([#2716](https://github.com/streetsidesoftware/cspell-dicts/issues/2716)) ([7a68a11](https://github.com/streetsidesoftware/cspell-dicts/commit/7a68a11f07864660d109caa8af4d55dc18738a58)) + + +### Updates and Bug Fixes + +* Crypto make sure dict files are packaged. ([#2860](https://github.com/streetsidesoftware/cspell-dicts/issues/2860)) ([f7dbbdf](https://github.com/streetsidesoftware/cspell-dicts/commit/f7dbbdfd8c8d9f29b7b616b87461844d0a054c58)) +* Workflow Bot -- Build Dictionaries ([#2853](https://github.com/streetsidesoftware/cspell-dicts/issues/2853)) ([0a43965](https://github.com/streetsidesoftware/cspell-dicts/commit/0a43965f5c1be88c834b175a657155dd4a35a095)) + ## [22.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@21.0.7...cspell-dicts@22.0.0) (2023-12-25) diff --git a/dictionaries/cryptocurrencies/CHANGELOG.md b/dictionaries/cryptocurrencies/CHANGELOG.md index 50aa1f323dd..872d11b582d 100644 --- a/dictionaries/cryptocurrencies/CHANGELOG.md +++ b/dictionaries/cryptocurrencies/CHANGELOG.md @@ -22,6 +22,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [5.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cryptocurrencies@4.0.0...@cspell/dict-cryptocurrencies@5.0.0) (2023-12-29) + + +### ⚠ BREAKING CHANGES + +* [cryptocurrencies] organize + modernize the crypto wordlists ([#2846](https://github.com/streetsidesoftware/cspell-dicts/issues/2846)) + +### Features + +* [cryptocurrencies] organize + modernize the crypto wordlists ([#2846](https://github.com/streetsidesoftware/cspell-dicts/issues/2846)) ([1d18683](https://github.com/streetsidesoftware/cspell-dicts/commit/1d186837e92a1d3eee2265c6980bda0d8e490b59)) + + +### Updates and Bug Fixes + +* Crypto make sure dict files are packaged. ([#2860](https://github.com/streetsidesoftware/cspell-dicts/issues/2860)) ([f7dbbdf](https://github.com/streetsidesoftware/cspell-dicts/commit/f7dbbdfd8c8d9f29b7b616b87461844d0a054c58)) + ## [4.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cryptocurrencies@3.0.1...@cspell/dict-cryptocurrencies@4.0.0) (2023-08-31) diff --git a/dictionaries/cryptocurrencies/package.json b/dictionaries/cryptocurrencies/package.json index 203b053aa9a..7245e95ae84 100644 --- a/dictionaries/cryptocurrencies/package.json +++ b/dictionaries/cryptocurrencies/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cryptocurrencies", - "version": "4.0.0", + "version": "5.0.0", "description": "Cryptocurrencies dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/en-common-misspellings/CHANGELOG.md b/dictionaries/en-common-misspellings/CHANGELOG.md index 8901826835a..3c1eaacbe20 100644 --- a/dictionaries/en-common-misspellings/CHANGELOG.md +++ b/dictionaries/en-common-misspellings/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [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) + + +### ⚠ BREAKING CHANGES + +* Update en-common-misspellings license to CC BY-SA 4.0 ([#2716](https://github.com/streetsidesoftware/cspell-dicts/issues/2716)) + +### Features + +* Update en-common-misspellings license to CC BY-SA 4.0 ([#2716](https://github.com/streetsidesoftware/cspell-dicts/issues/2716)) ([7a68a11](https://github.com/streetsidesoftware/cspell-dicts/commit/7a68a11f07864660d109caa8af4d55dc18738a58)) + ## [1.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-en-common-misspellings@1.0.1...@cspell/dict-en-common-misspellings@1.0.2) (2023-02-15) diff --git a/dictionaries/en-common-misspellings/package.json b/dictionaries/en-common-misspellings/package.json index 9d31ee84fcf..2ddc781329a 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": "1.0.2", + "version": "2.0.0", "description": "Common English misspellings dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index 52b1c47e2c8..d7b13d2a961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "22.0.0", + "version": "23.0.0", "private": true, "packageManager": "pnpm@8.7.4", "scripts": {