diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d22cb0bfed6..92d2936019d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.1.3", + ".": "1.1.4", "dictionaries/ada": "2.0.1", "dictionaries/aws": "2.0.0", "dictionaries/bash": "2.0.4", @@ -8,7 +8,7 @@ "dictionaries/city-names-finland": "2.0.0", "dictionaries/clojure": "1.0.3", "dictionaries/companies": "2.0.7", - "dictionaries/cpp": "3.2.0", + "dictionaries/cpp": "3.2.1", "dictionaries/cryptocurrencies": "2.0.0", "dictionaries/cs_CZ": "2.0.0", "dictionaries/csharp": "3.0.1", @@ -68,7 +68,7 @@ "dictionaries/scientific_terms_US": "2.0.0", "dictionaries/sl_SI": "1.0.1", "dictionaries/software-terms": "2.2.0", - "dictionaries/sql": "1.0.1", + "dictionaries/sql": "1.0.2", "dictionaries/sv": "2.0.3", "dictionaries/swift": "1.0.3", "dictionaries/tr_TR": "2.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index e9dceed0f6c..b57ee15fd4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release Notes +## [1.1.4](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@1.1.3...cspell-dicts@1.1.4) (2022-07-24) + + +### Updates and Bug Fixes + +* [cpp-refined] updates ([#1290](https://github.com/streetsidesoftware/cspell-dicts/issues/1290)) ([8ea308c](https://github.com/streetsidesoftware/cspell-dicts/commit/8ea308ca73e883ea518cb3624a53955ccb96db3a)) +* Add SQL sample ([#1288](https://github.com/streetsidesoftware/cspell-dicts/issues/1288)) ([dc8851f](https://github.com/streetsidesoftware/cspell-dicts/commit/dc8851fc9c91b873d9fbede88db92bed221d2c42)) + ## [1.1.3](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@1.1.2...cspell-dicts@1.1.3) (2022-07-23) diff --git a/dictionaries/cpp/CHANGELOG.md b/dictionaries/cpp/CHANGELOG.md index 4646a1aee16..cc7429b7326 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. +## [3.2.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@3.2.0...@cspell/dict-cpp@3.2.1) (2022-07-24) + + +### Updates and Bug Fixes + +* [cpp-refined] updates ([#1290](https://github.com/streetsidesoftware/cspell-dicts/issues/1290)) ([8ea308c](https://github.com/streetsidesoftware/cspell-dicts/commit/8ea308ca73e883ea518cb3624a53955ccb96db3a)) + ## [3.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cpp@3.1.1...@cspell/dict-cpp@3.2.0) (2022-07-05) diff --git a/dictionaries/cpp/package.json b/dictionaries/cpp/package.json index 88367beba50..3f6db127149 100644 --- a/dictionaries/cpp/package.json +++ b/dictionaries/cpp/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cpp", - "version": "3.2.0", + "version": "3.2.1", "description": "C/C++ Dictionary dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/sql/CHANGELOG.md b/dictionaries/sql/CHANGELOG.md index b18138ad15b..8a80bdd5249 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. +## [1.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-sql@1.0.1...@cspell/dict-sql@1.0.2) (2022-07-24) + + +### Updates and Bug Fixes + +* Add SQL sample ([#1288](https://github.com/streetsidesoftware/cspell-dicts/issues/1288)) ([dc8851f](https://github.com/streetsidesoftware/cspell-dicts/commit/dc8851fc9c91b873d9fbede88db92bed221d2c42)) + ## 1.0.1 (2022-07-23) **Note:** Version bump only for package @cspell/dict-sql diff --git a/dictionaries/sql/package.json b/dictionaries/sql/package.json index eb4f79c67e1..e98c4c577a8 100644 --- a/dictionaries/sql/package.json +++ b/dictionaries/sql/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-sql", - "version": "1.0.1", + "version": "1.0.2", "description": "SQL dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index 80d0dcaa5f7..6df5bf6151f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "1.1.3", + "version": "1.1.4", "private": true, "scripts": { "test": "lerna run test",