Skip to content

Commit

Permalink
v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 29, 2022
1 parent d3fbe6c commit 65c80b0
Show file tree
Hide file tree
Showing 80 changed files with 350 additions and 117 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)


### Bug Fixes

* Workflow Bot -- Update Dictionaries ([#3307](https://github.com/streetsidesoftware/cspell/issues/3307)) ([252c738](https://github.com/streetsidesoftware/cspell/commit/252c7384e6b8aa68d4f75c24b95fe4bbde2edb0c))


### Features

* Support Ignoring characters before checking ([#3311](https://github.com/streetsidesoftware/cspell/issues/3311)) ([d3fbe6c](https://github.com/streetsidesoftware/cspell/commit/d3fbe6cea5307c72dd9b2b94564b5f93e5560b1e))





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


Expand Down
8 changes: 8 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)

**Note:** Version bump only for package cspell-integration-tests





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


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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
"version": "6.4.2",
"version": "6.5.0",
"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.2",
"@cspell/cspell-types": "^6.5.0",
"@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.2",
"@cspell/cspell-bundled-dicts": "^6.5.0",
"@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.2",
"cspell": "^6.5.0",
"jest": "^28.1.3"
},
"main": "tester.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"test-packages/*",
"integration-tests"
],
"version": "6.4.2"
"version": "6.5.0"
}
8 changes: 8 additions & 0 deletions packages/Samples/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)

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





## [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-tools-samples",
"version": "6.4.2",
"version": "6.5.0",
"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.2"
"@cspell/cspell-tools": "^6.5.0"
}
}
11 changes: 11 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)


### Bug Fixes

* Workflow Bot -- Update Dictionaries ([#3307](https://github.com/streetsidesoftware/cspell/issues/3307)) ([252c738](https://github.com/streetsidesoftware/cspell/commit/252c7384e6b8aa68d4f75c24b95fe4bbde2edb0c))





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


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.

6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-bundled-dicts",
"version": "6.4.2",
"version": "6.5.0",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -90,7 +90,7 @@
"node": ">=14"
},
"devDependencies": {
"@cspell/cspell-tools": "^6.4.2",
"@cspell/cspell-types": "^6.4.2"
"@cspell/cspell-tools": "^6.5.0",
"@cspell/cspell-types": "^6.5.0"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-config/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)

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





## [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
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-config",
"version": "6.4.2",
"version": "6.5.0",
"description": "CSpell config library",
"private": true,
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">=14"
},
"dependencies": {
"@cspell/cspell-types": "^6.4.2",
"@cspell/cspell-types": "^6.5.0",
"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
Original file line number Diff line number Diff line change
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.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)

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





## [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
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.4.2",
"version": "6.5.0",
"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.2",
"cspell-lib": "^6.4.2",
"cspell": "^6.5.0",
"cspell-lib": "^6.5.0",
"import-fresh": "^3.3.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)

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





## [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
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.4.2",
"version": "6.5.0",
"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.2"
"cspell-lib": "^6.5.0"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-gitignore/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)

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





## [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
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.

2 changes: 1 addition & 1 deletion packages/cspell-gitignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-gitignore",
"version": "6.4.2",
"version": "6.5.0",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/streetsidesoftware/cspell/compare/v6.4.2...v6.5.0) (2022-07-29)

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





## [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-grammar
Expand Down
Loading

0 comments on commit 65c80b0

Please sign in to comment.