Skip to content

Commit

Permalink
v6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 26, 2022
1 parent 0d08884 commit 1f7481f
Show file tree
Hide file tree
Showing 92 changed files with 408 additions and 138 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.4.2](https://github.com/streetsidesoftware/cspell/compare/v6.4.1...v6.4.2) (2022-07-26)


### Bug Fixes

* Add SQL dictionary ([#3277](https://github.com/streetsidesoftware/cspell/issues/3277)) ([ee716b8](https://github.com/streetsidesoftware/cspell/commit/ee716b867d583c58f5f31aeb867fc3ace25a1062))
* Add SQL integration test ([#3279](https://github.com/streetsidesoftware/cspell/issues/3279)) ([da7d1ba](https://github.com/streetsidesoftware/cspell/commit/da7d1baf2a0f666061069c40b6236ddc0bb235db))
* Workflow Bot -- Update Dictionaries ([#3276](https://github.com/streetsidesoftware/cspell/issues/3276)) ([e5fdc72](https://github.com/streetsidesoftware/cspell/commit/e5fdc725a497c91a9374e88bb7e52d2e243528dd))
* Workflow Bot -- Update Dictionaries ([#3278](https://github.com/streetsidesoftware/cspell/issues/3278)) ([47afb2b](https://github.com/streetsidesoftware/cspell/commit/47afb2b1ad5a85758755639c0093364baeb7afa5))
* Workflow Bot -- Update Dictionaries ([#3282](https://github.com/streetsidesoftware/cspell/issues/3282)) ([4ade361](https://github.com/streetsidesoftware/cspell/commit/4ade36169efad728dcb7dc411c431619f9ca4e2f))





## [6.4.1](https://github.com/streetsidesoftware/cspell/compare/v6.4.0...v6.4.1) (2022-07-23)


Expand Down
14 changes: 14 additions & 0 deletions integration-tests/CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.4.2](https://github.com/streetsidesoftware/cspell/compare/v6.4.1...v6.4.2) (2022-07-26)


### Bug Fixes

* Add SQL integration test ([#3279](https://github.com/streetsidesoftware/cspell/issues/3279)) ([da7d1ba](https://github.com/streetsidesoftware/cspell/commit/da7d1baf2a0f666061069c40b6236ddc0bb235db))
* Workflow Bot -- Update Dictionaries ([#3276](https://github.com/streetsidesoftware/cspell/issues/3276)) ([e5fdc72](https://github.com/streetsidesoftware/cspell/commit/e5fdc725a497c91a9374e88bb7e52d2e243528dd))
* Workflow Bot -- Update Dictionaries ([#3278](https://github.com/streetsidesoftware/cspell/issues/3278)) ([47afb2b](https://github.com/streetsidesoftware/cspell/commit/47afb2b1ad5a85758755639c0093364baeb7afa5))
* Workflow Bot -- Update Dictionaries ([#3282](https://github.com/streetsidesoftware/cspell/issues/3282)) ([4ade361](https://github.com/streetsidesoftware/cspell/commit/4ade36169efad728dcb7dc411c431619f9ca4e2f))





## [6.4.1](https://github.com/streetsidesoftware/cspell/compare/v6.4.0...v6.4.1) (2022-07-23)

**Note:** Version bump only for package cspell-integration-tests
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions integration-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
"version": "6.4.1",
"version": "6.4.2",
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
"bin": {
"cspell-integration-tests": "tester.js"
Expand All @@ -24,7 +24,7 @@
"author": "Jason Dent",
"license": "MIT",
"dependencies": {
"@cspell/cspell-types": "^6.4.1",
"@cspell/cspell-types": "^6.4.2",
"@octokit/rest": "^19.0.3",
"chalk": "^4.1.2",
"commander": "^9.4.0",
Expand All @@ -36,13 +36,13 @@
"vscode-uri": "^3.0.3"
},
"devDependencies": {
"@cspell/cspell-bundled-dicts": "^6.4.1",
"@cspell/cspell-bundled-dicts": "^6.4.2",
"@cspell/dict-de-de": "^2.1.0",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.6.1",
"@types/rimraf": "^3.0.2",
"@types/shelljs": "^0.8.11",
"cspell": "^6.4.1",
"cspell": "^6.4.2",
"jest": "^28.1.3"
},
"main": "tester.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"test-packages/*",
"integration-tests"
],
"version": "6.4.1"
"version": "6.4.2"
}
8 changes: 8 additions & 0 deletions packages/Samples/CHANGELOG.md
Expand Up @@ -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.

## [6.4.2](https://github.com/streetsidesoftware/cspell/compare/v6.4.1...v6.4.2) (2022-07-26)

**Note:** Version bump only for package cspell-tools-samples





## [6.4.1](https://github.com/streetsidesoftware/cspell/compare/v6.4.0...v6.4.1) (2022-07-23)

**Note:** Version bump only for package cspell-tools-samples
Expand Down
4 changes: 2 additions & 2 deletions packages/Samples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/Samples/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-tools-samples",
"version": "6.4.1",
"version": "6.4.2",
"description": "Sample files used during unit tests",
"private": true,
"scripts": {
Expand All @@ -11,6 +11,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-tools": "^6.4.1"
"@cspell/cspell-tools": "^6.4.2"
}
}
14 changes: 14 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.4.2](https://github.com/streetsidesoftware/cspell/compare/v6.4.1...v6.4.2) (2022-07-26)


### Bug Fixes

* Add SQL dictionary ([#3277](https://github.com/streetsidesoftware/cspell/issues/3277)) ([ee716b8](https://github.com/streetsidesoftware/cspell/commit/ee716b867d583c58f5f31aeb867fc3ace25a1062))
* Workflow Bot -- Update Dictionaries ([#3276](https://github.com/streetsidesoftware/cspell/issues/3276)) ([e5fdc72](https://github.com/streetsidesoftware/cspell/commit/e5fdc725a497c91a9374e88bb7e52d2e243528dd))
* Workflow Bot -- Update Dictionaries ([#3278](https://github.com/streetsidesoftware/cspell/issues/3278)) ([47afb2b](https://github.com/streetsidesoftware/cspell/commit/47afb2b1ad5a85758755639c0093364baeb7afa5))
* Workflow Bot -- Update Dictionaries ([#3282](https://github.com/streetsidesoftware/cspell/issues/3282)) ([4ade361](https://github.com/streetsidesoftware/cspell/commit/4ade36169efad728dcb7dc411c431619f9ca4e2f))





## [6.4.1](https://github.com/streetsidesoftware/cspell/compare/v6.4.0...v6.4.1) (2022-07-23)

**Note:** Version bump only for package @cspell/cspell-bundled-dicts
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/cspell-bundled-dicts/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-bundled-dicts",
"version": "6.4.1",
"version": "6.4.2",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -56,8 +56,8 @@
"@cspell/dict-docker": "^1.1.1",
"@cspell/dict-dotnet": "^2.0.1",
"@cspell/dict-elixir": "^2.0.1",
"@cspell/dict-en_us": "^2.3.0",
"@cspell/dict-en-gb": "^1.1.33",
"@cspell/dict-en_us": "^2.3.0",
"@cspell/dict-filetypes": "^2.1.1",
"@cspell/dict-fonts": "^2.0.1",
"@cspell/dict-fullstack": "^2.0.6",
Expand Down Expand Up @@ -90,7 +90,7 @@
"node": ">=14"
},
"devDependencies": {
"@cspell/cspell-tools": "^6.4.1",
"@cspell/cspell-types": "^6.4.1"
"@cspell/cspell-tools": "^6.4.2",
"@cspell/cspell-types": "^6.4.2"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-config/CHANGELOG.md
Expand Up @@ -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.

## [6.4.2](https://github.com/streetsidesoftware/cspell/compare/v6.4.1...v6.4.2) (2022-07-26)

**Note:** Version bump only for package cspell-config





## [6.4.1](https://github.com/streetsidesoftware/cspell/compare/v6.4.0...v6.4.1) (2022-07-23)

**Note:** Version bump only for package cspell-config
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cspell-config/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-config",
"version": "6.4.1",
"version": "6.4.2",
"description": "CSpell config library",
"private": true,
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">=14"
},
"dependencies": {
"@cspell/cspell-types": "^6.4.1",
"@cspell/cspell-types": "^6.4.2",
"comment-json": "^4.2.2",
"vscode-uri": "^3.0.3",
"yaml": "^1.10.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-dynamic-loader/CHANGELOG.md
Expand Up @@ -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.

## [6.4.2](https://github.com/streetsidesoftware/cspell/compare/v6.4.1...v6.4.2) (2022-07-26)

**Note:** Version bump only for package @cspell/cspell-dynamic-loader





## [6.4.1](https://github.com/streetsidesoftware/cspell/compare/v6.4.0...v6.4.1) (2022-07-23)

**Note:** Version bump only for package @cspell/cspell-dynamic-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-dynamic-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cspell-dynamic-loader/package.json
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.4.1",
"version": "6.4.2",
"description": "Load cspell or cspell-lib on demand",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"node": ">=14"
},
"dependencies": {
"cspell": "^6.4.1",
"cspell-lib": "^6.4.1",
"cspell": "^6.4.2",
"cspell-lib": "^6.4.2",
"import-fresh": "^3.3.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-eslint-plugin/CHANGELOG.md
Expand Up @@ -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.

## [6.4.2](https://github.com/streetsidesoftware/cspell/compare/v6.4.1...v6.4.2) (2022-07-26)

**Note:** Version bump only for package @cspell/eslint-plugin





## [6.4.1](https://github.com/streetsidesoftware/cspell/compare/v6.4.0...v6.4.1) (2022-07-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/package.json
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.4.1",
"version": "6.4.2",
"description": "[WIP] CSpell ESLint plugin",
"keywords": [
"cspell",
Expand Down Expand Up @@ -72,6 +72,6 @@
"ts-json-schema-generator": "^1.0.0"
},
"dependencies": {
"cspell-lib": "^6.4.1"
"cspell-lib": "^6.4.2"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-gitignore/CHANGELOG.md
Expand Up @@ -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.

## [6.4.2](https://github.com/streetsidesoftware/cspell/compare/v6.4.1...v6.4.2) (2022-07-26)

**Note:** Version bump only for package cspell-gitignore





## [6.4.1](https://github.com/streetsidesoftware/cspell/compare/v6.4.0...v6.4.1) (2022-07-23)

**Note:** Version bump only for package cspell-gitignore
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-gitignore/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cspell-gitignore/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-gitignore",
"version": "6.4.1",
"version": "6.4.2",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down Expand Up @@ -47,7 +47,7 @@
"node": ">=14"
},
"dependencies": {
"cspell-glob": "^6.4.1",
"cspell-glob": "^6.4.2",
"find-up": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1f7481f

Please sign in to comment.