Skip to content

Commit

Permalink
v6.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 16, 2023
1 parent c51613e commit aa78fdb
Show file tree
Hide file tree
Showing 54 changed files with 142 additions and 27 deletions.
7 changes: 7 additions & 0 deletions 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.

## [6.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

### Bug Fixes

* fixes [#4639](https://github.com/streetsidesoftware/cspell/issues/4639) ([#4642](https://github.com/streetsidesoftware/cspell/issues/4642)) ([7c4d28e](https://github.com/streetsidesoftware/cspell/commit/7c4d28e263e4a3c77aa513be31fd44c16d8e7e98))
* Workflow Bot -- Update Dictionaries (main) ([#4362](https://github.com/streetsidesoftware/cspell/issues/4362)) ([d554d50](https://github.com/streetsidesoftware/cspell/commit/d554d50d1253cd88b1c5249c95c922ed561d000b))

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package cspell-monorepo
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package cspell-integration-tests
Expand Down
2 changes: 1 addition & 1 deletion 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.31.1",
"version": "6.31.2",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"./test-packages/*/*",
"./integration-tests"
],
"version": "6.31.1",
"version": "6.31.2",
"command": {
"version": {
"allowBranch": "cspell6",
Expand Down
4 changes: 4 additions & 0 deletions packages/Samples/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

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

## [6.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

### Bug Fixes

* Workflow Bot -- Update Dictionaries (main) ([#4362](https://github.com/streetsidesoftware/cspell/issues/4362)) ([d554d50](https://github.com/streetsidesoftware/cspell/commit/d554d50d1253cd88b1c5249c95c922ed561d000b))

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package @cspell/cspell-bundled-dicts
Expand Down
2 changes: 1 addition & 1 deletion 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.31.1",
"version": "6.31.2",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package @cspell/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion 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.31.1",
"version": "6.31.2",
"description": "CSpell ESLint plugin",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-gitignore/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package cspell-gitignore
Expand Down
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.31.1",
"version": "6.31.2",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package cspell-glob
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-glob",
"version": "6.31.1",
"version": "6.31.2",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-io/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package cspell-io
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-io",
"version": "6.31.1",
"version": "6.31.2",
"description": "A library of useful I/O functions used across various cspell tools.",
"type": "commonjs",
"module": "dist/esm/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package cspell-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "6.31.1",
"version": "6.31.2",
"description": "A library of useful functions used across various cspell tools.",
"type": "commonjs",
"main": "dist/cjs/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

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

## [6.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

### Bug Fixes

* fixes [#4639](https://github.com/streetsidesoftware/cspell/issues/4639) ([#4642](https://github.com/streetsidesoftware/cspell/issues/4642)) ([7c4d28e](https://github.com/streetsidesoftware/cspell/commit/7c4d28e263e4a3c77aa513be31fd44c16d8e7e98))

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package cspell
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell",
"version": "6.31.1",
"version": "6.31.2",
"description": "A Spelling Checker for Code!",
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions packages/hunspell-reader/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

**Note:** Version bump only for package hunspell-reader

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package hunspell-reader
Expand Down
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hunspell-reader",
"version": "6.31.1",
"version": "6.31.2",
"description": "A library for reading Hunspell Dictionary Files",
"bin": "bin.js",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package test-cspell-eslint-plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin",
"version": "6.31.1",
"version": "6.31.2",
"description": "Pure testing package for @cspell/eslint-plugin-cspell.",
"private": true,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package test-cspell-gitignore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-gitignore",
"version": "6.31.1",
"version": "6.31.2",
"description": "Pure testing package for cspell-gitignore. Its purpose is to verify cspell-gitignore dependencies.",
"private": true,
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package test-cspell-glob
Expand Down
2 changes: 1 addition & 1 deletion test-packages/cspell-glob/test-cspell-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-glob",
"version": "6.31.1",
"version": "6.31.2",
"description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.",
"private": true,
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions test-packages/cspell-io/test-cspell-io/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package test-cspell-io
Expand Down
2 changes: 1 addition & 1 deletion test-packages/cspell-io/test-cspell-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-io",
"version": "6.31.1",
"version": "6.31.2",
"description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.",
"private": true,
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package test-cspell-lib-esm
Expand Down
2 changes: 1 addition & 1 deletion test-packages/cspell-lib/test-cspell-lib-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-esm",
"version": "6.31.1",
"version": "6.31.2",
"description": "Pure testing package for cspell-lib.",
"bin": "bin.mjs",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package test-cspell-lib-rollup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-rollup",
"version": "6.31.1",
"version": "6.31.2",
"description": "Pure testing package for cspell-lib.",
"bin": {
"mjs": "bin.mjs",
Expand Down
4 changes: 4 additions & 0 deletions test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package test-cspell-lib-webpack
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-webpack",
"version": "6.31.1",
"version": "6.31.2",
"description": "Pure testing package for cspell-lib",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions test-packages/cspell-lib/test-cspell-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
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.31.2](https://github.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2) (2023-07-16)

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

## 6.31.1 (2023-03-24)

**Note:** Version bump only for package test-cspell-lib
Expand Down
2 changes: 1 addition & 1 deletion test-packages/cspell-lib/test-cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib",
"version": "6.31.1",
"version": "6.31.2",
"description": "Pure testing package for cspell-lib.",
"bin": "bin.js",
"type": "commonjs",
Expand Down

0 comments on commit aa78fdb

Please sign in to comment.