Skip to content

Commit

Permalink
chore: release main (#1289)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 24, 2022
1 parent 8ea308c commit 6befdb7
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 7 additions & 0 deletions dictionaries/cpp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/cpp/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 7 additions & 0 deletions dictionaries/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-sql",
"version": "1.0.1",
"version": "1.0.2",
"description": "SQL dictionary for cspell.",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-dicts",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"scripts": {
"test": "lerna run test",
Expand Down

0 comments on commit 6befdb7

Please sign in to comment.