Skip to content

Commit 2959c76

Browse files
author
streetsidesoftware[bot]
committed
v8.10.1
1 parent b2e014f commit 2959c76

File tree

120 files changed

+300
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+300
-60
lines changed

CHANGELOG.md

+4

integration-tests/CHANGELOG.md

+4

integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cspell-integration-tests",
33
"private": true,
4-
"version": "8.10.0",
4+
"version": "8.10.1",
55
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
66
"bin": {
77
"cspell-integration-tests": "tester.js",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"./test-packages/*/*",
77
"./integration-tests"
88
],
9-
"version": "8.10.0",
9+
"version": "8.10.1",
1010
"command": {
1111
"version": {
1212
"allowBranch": "main",

packages/Samples/CHANGELOG.md

+4

packages/Samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-tools-samples",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Sample files used during unit tests",
55
"private": true,
66
"scripts": {

packages/cspell-bundled-dicts/CHANGELOG.md

+4

packages/cspell-bundled-dicts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-bundled-dicts",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Dictionaries bundled with cspell",
55
"publishConfig": {
66
"access": "public"

packages/cspell-code-snippets/CHANGELOG.md

+4

packages/cspell-code-snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-code-snippets",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Code snippets and data structures.",
55
"private": true,
66
"files": [],

packages/cspell-config-lib/CHANGELOG.md

+4

packages/cspell-config-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-config-lib",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "CSpell Config library",
55
"keywords": [
66
"cspell",

packages/cspell-dictionary/CHANGELOG.md

+4

packages/cspell-dictionary/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-dictionary",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
55
"type": "module",
66
"sideEffects": false,

packages/cspell-eslint-plugin/CHANGELOG.md

+4

packages/cspell-eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "8.10.0",
6+
"version": "8.10.1",
77
"description": "CSpell ESLint plugin",
88
"keywords": [
99
"cspell",

packages/cspell-gitignore/CHANGELOG.md

+4

packages/cspell-gitignore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-gitignore",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Gitignore Glob matcher for cspell",
55
"keywords": [
66
"cspell",

packages/cspell-glob/CHANGELOG.md

+4

packages/cspell-glob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-glob",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Glob matcher for cspell",
55
"keywords": [
66
"cspell",

packages/cspell-grammar/CHANGELOG.md

+4

packages/cspell-grammar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-grammar",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Grammar parsing support for cspell",
55
"keywords": [
66
"cspell",

packages/cspell-io/CHANGELOG.md

+4

packages/cspell-io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-io",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "A library of useful I/O functions used across various cspell tools.",
55
"type": "module",
66
"sideEffects": false,

packages/cspell-json-reporter/CHANGELOG.md

+4

packages/cspell-json-reporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-json-reporter",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "JSON reporter for CSpell",
55
"author": "Jason Dent",
66
"license": "MIT",

packages/cspell-lib/CHANGELOG.md

+4

packages/cspell-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-lib",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "A library of useful functions used across various cspell tools.",
55
"type": "module",
66
"sideEffects": false,

packages/cspell-pipe/CHANGELOG.md

+4

packages/cspell-pipe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "8.10.0",
6+
"version": "8.10.1",
77
"description": "Library to make working with Iterators/AsyncIterators easier.",
88
"keywords": [
99
"cspell",

packages/cspell-resolver/CHANGELOG.md

+4

packages/cspell-resolver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "8.10.0",
6+
"version": "8.10.1",
77
"description": "Library to help resolve module locations.",
88
"keywords": [
99
"cspell",

packages/cspell-service-bus/CHANGELOG.md

+4

packages/cspell-service-bus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "8.10.0",
6+
"version": "8.10.1",
77
"description": "A Library for connecting requests to services that can fulfill them.",
88
"keywords": [
99
"cspell"

packages/cspell-strong-weak-map/CHANGELOG.md

+4

packages/cspell-strong-weak-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "8.10.0",
6+
"version": "8.10.1",
77
"description": "A Map with weakly referenced values.",
88
"keywords": [
99
"Map",

packages/cspell-tools/CHANGELOG.md

+4

packages/cspell-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-tools",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Tools to assist with the development of cSpell",
55
"publishConfig": {
66
"access": "public"

packages/cspell-trie-lib/CHANGELOG.md

+4

packages/cspell-trie-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-trie-lib",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Trie Data Structure to support cspell.",
55
"type": "module",
66
"sideEffects": false,

packages/cspell-trie/CHANGELOG.md

+4

0 commit comments

Comments
 (0)