Skip to content

Commit

Permalink
v6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
streetsidesoftware[bot] committed Sep 20, 2022
1 parent 2e46ca6 commit 03625a3
Show file tree
Hide file tree
Showing 66 changed files with 165 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-monorepo
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-integration-tests
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
"version": "6.10.0",
"version": "6.10.1",
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
"bin": {
"cspell-integration-tests": "tester.js"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -6,7 +6,7 @@
"./test-packages/*",
"./integration-tests"
],
"version": "6.10.0",
"version": "6.10.1",
"command": {
"version": {
"allowBranch": "main",
Expand Down
4 changes: 4 additions & 0 deletions packages/Samples/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-tools-samples
Expand Down
2 changes: 1 addition & 1 deletion packages/Samples/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-tools-samples",
"version": "6.10.0",
"version": "6.10.1",
"description": "Sample files used during unit tests",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

**Note:** Version bump only for package @cspell/cspell-bundled-dicts

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package @cspell/cspell-bundled-dicts
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-bundled-dicts",
"version": "6.10.0",
"version": "6.10.1",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-config-lib/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-config-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-config-lib",
"version": "6.10.0",
"version": "6.10.1",
"description": "CSpell Config library",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-dictionary/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-dictionary
2 changes: 1 addition & 1 deletion packages/cspell-dictionary/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-dictionary",
"version": "6.10.0",
"version": "6.10.1",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-dynamic-loader/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package @cspell/cspell-dynamic-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-dynamic-loader/package.json
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.10.0",
"version": "6.10.1",
"description": "Load cspell or cspell-lib on demand",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-eslint-plugin/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package @cspell/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.10.0",
"version": "6.10.1",
"description": "CSpell ESLint plugin",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-gitignore/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-gitignore
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-gitignore/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-gitignore",
"version": "6.10.0",
"version": "6.10.1",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-glob/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-glob
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-glob/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-glob",
"version": "6.10.0",
"version": "6.10.1",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-grammar/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-grammar
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-grammar/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-grammar",
"version": "6.10.0",
"version": "6.10.1",
"description": "Grammar parsing support for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-io/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-io
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-io",
"version": "6.10.0",
"version": "6.10.1",
"description": "A library of useful I/O functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-json-reporter/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

**Note:** Version bump only for package @cspell/cspell-json-reporter

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package @cspell/cspell-json-reporter
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-json-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-json-reporter",
"version": "6.10.0",
"version": "6.10.1",
"description": "JSON reporter for CSpell",
"author": "Jason Dent",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-lib/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "6.10.0",
"version": "6.10.1",
"description": "A library of useful functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-pipe/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package @cspell/cspell-pipe
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-pipe/package.json
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.10.0",
"version": "6.10.1",
"description": "Library to make working with Iterators/AsyncIterators easier.",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-service-bus/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

**Note:** Version bump only for package @cspell/cspell-service-bus

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package @cspell/cspell-service-bus
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-service-bus/package.json
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.10.0",
"version": "6.10.1",
"description": "A Library for connecting requests to services that can fulfill them.",
"keywords": [
"cspell"
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-tools/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package @cspell/cspell-tools
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-tools",
"version": "6.10.0",
"version": "6.10.1",
"description": "Tools to assist with the development of cSpell",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-trie-lib/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

**Note:** Version bump only for package cspell-trie-lib

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-trie-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-trie-lib",
"version": "6.10.0",
"version": "6.10.1",
"description": "Trie Data Structure to support cspell.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-trie/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-trie
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-trie",
"version": "6.10.0",
"version": "6.10.1",
"description": "Trie Data Structure reader for cspell",
"bin": {
"cspell-trie": "bin.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-trie2-lib/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

**Note:** Version bump only for package cspell-trie2-lib

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package cspell-trie2-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie2-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-trie2-lib",
"version": "6.10.0",
"version": "6.10.1",
"description": "Trie Data Structure to support cspell.",
"private": true,
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-types/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.10.1 (2022-09-20)

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

# 6.10.0 (2022-09-19)

**Note:** Version bump only for package @cspell/cspell-types
Expand Down

0 comments on commit 03625a3

Please sign in to comment.