diff --git a/CHANGELOG.md b/CHANGELOG.md index f10994803df3..42d8f7f614f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md index f35d0b50077d..575ac75379e2 100644 --- a/integration-tests/CHANGELOG.md +++ b/integration-tests/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/integration-tests/package.json b/integration-tests/package.json index ce2d00e17376..dc4e3429283c 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "cspell-integration-tests", "private": true, - "version": "8.13.1", + "version": "8.13.2", "description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.", "bin": { "cspell-integration-tests": "tester.js", diff --git a/lerna.json b/lerna.json index 3e6eb846ab4e..6d5b9aace9da 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ "./test-packages/*/*", "./integration-tests" ], - "version": "8.13.1", + "version": "8.13.2", "command": { "version": { "allowBranch": "main", diff --git a/packages/Samples/CHANGELOG.md b/packages/Samples/CHANGELOG.md index 3bd8126bff9a..c663e0cebee5 100644 --- a/packages/Samples/CHANGELOG.md +++ b/packages/Samples/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/Samples/package.json b/packages/Samples/package.json index 093b38588e61..d17c45101fa1 100644 --- a/packages/Samples/package.json +++ b/packages/Samples/package.json @@ -1,6 +1,6 @@ { "name": "cspell-tools-samples", - "version": "8.13.1", + "version": "8.13.2", "description": "Sample files used during unit tests", "private": true, "scripts": { diff --git a/packages/cspell-bundled-dicts/CHANGELOG.md b/packages/cspell-bundled-dicts/CHANGELOG.md index a50e54673be7..3371a5a6533b 100644 --- a/packages/cspell-bundled-dicts/CHANGELOG.md +++ b/packages/cspell-bundled-dicts/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index 10b421e4d546..e4f93420b9e9 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-bundled-dicts", - "version": "8.13.1", + "version": "8.13.2", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" diff --git a/packages/cspell-code-snippets/CHANGELOG.md b/packages/cspell-code-snippets/CHANGELOG.md index 82cee3410a5b..1cb6e56c90f3 100644 --- a/packages/cspell-code-snippets/CHANGELOG.md +++ b/packages/cspell-code-snippets/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json index 2a6676e87c67..3cc755a5cfc1 100644 --- a/packages/cspell-code-snippets/package.json +++ b/packages/cspell-code-snippets/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-code-snippets", - "version": "8.13.1", + "version": "8.13.2", "description": "Code snippets and data structures.", "private": true, "files": [], diff --git a/packages/cspell-config-lib/CHANGELOG.md b/packages/cspell-config-lib/CHANGELOG.md index 80f4c9483e42..c26c49aa3d3b 100644 --- a/packages/cspell-config-lib/CHANGELOG.md +++ b/packages/cspell-config-lib/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json index 8fdc5ae8f697..294094be4339 100644 --- a/packages/cspell-config-lib/package.json +++ b/packages/cspell-config-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-config-lib", - "version": "8.13.1", + "version": "8.13.2", "description": "CSpell Config library", "keywords": [ "cspell", diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md index 1f7e92812b52..8bea130e9038 100644 --- a/packages/cspell-dictionary/CHANGELOG.md +++ b/packages/cspell-dictionary/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json index a33066b18ac8..e6b60cf982d6 100644 --- a/packages/cspell-dictionary/package.json +++ b/packages/cspell-dictionary/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dictionary", - "version": "8.13.1", + "version": "8.13.2", "description": "A spelling dictionary library useful for checking words and getting suggestions.", "type": "module", "sideEffects": false, diff --git a/packages/cspell-eslint-plugin/CHANGELOG.md b/packages/cspell-eslint-plugin/CHANGELOG.md index 574386c217e8..854d5a815f6e 100644 --- a/packages/cspell-eslint-plugin/CHANGELOG.md +++ b/packages/cspell-eslint-plugin/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json index 79953ee02831..4d3a303c3236 100644 --- a/packages/cspell-eslint-plugin/package.json +++ b/packages/cspell-eslint-plugin/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.1", + "version": "8.13.2", "description": "CSpell ESLint plugin", "keywords": [ "cspell", diff --git a/packages/cspell-gitignore/CHANGELOG.md b/packages/cspell-gitignore/CHANGELOG.md index 1ea76b92d85d..e460190f20c9 100644 --- a/packages/cspell-gitignore/CHANGELOG.md +++ b/packages/cspell-gitignore/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json index 16cbd2edede0..da5004452295 100644 --- a/packages/cspell-gitignore/package.json +++ b/packages/cspell-gitignore/package.json @@ -1,6 +1,6 @@ { "name": "cspell-gitignore", - "version": "8.13.1", + "version": "8.13.2", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md index 20a0e0b4fb46..fd999417265e 100644 --- a/packages/cspell-glob/CHANGELOG.md +++ b/packages/cspell-glob/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json index 8fa91bdc8ba2..8974b834201f 100644 --- a/packages/cspell-glob/package.json +++ b/packages/cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "cspell-glob", - "version": "8.13.1", + "version": "8.13.2", "description": "Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md index 42362978ed62..7c03016747c2 100644 --- a/packages/cspell-grammar/CHANGELOG.md +++ b/packages/cspell-grammar/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json index a43bdff90ddd..5f1b2c80820b 100644 --- a/packages/cspell-grammar/package.json +++ b/packages/cspell-grammar/package.json @@ -1,6 +1,6 @@ { "name": "cspell-grammar", - "version": "8.13.1", + "version": "8.13.2", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md index f35037662261..6b4bdd3d624c 100644 --- a/packages/cspell-io/CHANGELOG.md +++ b/packages/cspell-io/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json index 11ca6f9296fc..eaca1677d85d 100644 --- a/packages/cspell-io/package.json +++ b/packages/cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "cspell-io", - "version": "8.13.1", + "version": "8.13.2", "description": "A library of useful I/O functions used across various cspell tools.", "type": "module", "sideEffects": false, diff --git a/packages/cspell-json-reporter/CHANGELOG.md b/packages/cspell-json-reporter/CHANGELOG.md index 0ef7bdbd329d..55a551d6560e 100644 --- a/packages/cspell-json-reporter/CHANGELOG.md +++ b/packages/cspell-json-reporter/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json index b7af1616fc3a..3251faa32d0f 100644 --- a/packages/cspell-json-reporter/package.json +++ b/packages/cspell-json-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-json-reporter", - "version": "8.13.1", + "version": "8.13.2", "description": "JSON reporter for CSpell", "author": "Jason Dent", "license": "MIT", diff --git a/packages/cspell-lib/CHANGELOG.md b/packages/cspell-lib/CHANGELOG.md index af05abaa7ed8..e5c2df4423b1 100644 --- a/packages/cspell-lib/CHANGELOG.md +++ b/packages/cspell-lib/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json index 3a2bfd0ff58a..0319cbe74383 100644 --- a/packages/cspell-lib/package.json +++ b/packages/cspell-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-lib", - "version": "8.13.1", + "version": "8.13.2", "description": "A library of useful functions used across various cspell tools.", "type": "module", "sideEffects": false, diff --git a/packages/cspell-pipe/CHANGELOG.md b/packages/cspell-pipe/CHANGELOG.md index a0ed9d666c6d..ec73550c2b26 100644 --- a/packages/cspell-pipe/CHANGELOG.md +++ b/packages/cspell-pipe/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json index e290e6a675f3..c1216990a777 100644 --- a/packages/cspell-pipe/package.json +++ b/packages/cspell-pipe/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.1", + "version": "8.13.2", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", diff --git a/packages/cspell-resolver/CHANGELOG.md b/packages/cspell-resolver/CHANGELOG.md index ad68a5f8d201..f9f67d925338 100644 --- a/packages/cspell-resolver/CHANGELOG.md +++ b/packages/cspell-resolver/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json index 61e43e871104..89a5a2e0bbbc 100644 --- a/packages/cspell-resolver/package.json +++ b/packages/cspell-resolver/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.1", + "version": "8.13.2", "description": "Library to help resolve module locations.", "keywords": [ "cspell", diff --git a/packages/cspell-service-bus/CHANGELOG.md b/packages/cspell-service-bus/CHANGELOG.md index a30037cd94c3..958b7816d45f 100644 --- a/packages/cspell-service-bus/CHANGELOG.md +++ b/packages/cspell-service-bus/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json index cfb7071bca7b..86838c21c729 100644 --- a/packages/cspell-service-bus/package.json +++ b/packages/cspell-service-bus/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.1", + "version": "8.13.2", "description": "A Library for connecting requests to services that can fulfill them.", "keywords": [ "cspell" diff --git a/packages/cspell-strong-weak-map/CHANGELOG.md b/packages/cspell-strong-weak-map/CHANGELOG.md index 671b12092998..041a662384b8 100644 --- a/packages/cspell-strong-weak-map/CHANGELOG.md +++ b/packages/cspell-strong-weak-map/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json index b9ab0862a3de..eddcb4c6a13a 100644 --- a/packages/cspell-strong-weak-map/package.json +++ b/packages/cspell-strong-weak-map/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.1", + "version": "8.13.2", "description": "A Map with weakly referenced values.", "keywords": [ "Map", diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md index 045cc1744650..a5284bf3d862 100644 --- a/packages/cspell-tools/CHANGELOG.md +++ b/packages/cspell-tools/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json index c3a28ba2f1a8..609e3a488e15 100644 --- a/packages/cspell-tools/package.json +++ b/packages/cspell-tools/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-tools", - "version": "8.13.1", + "version": "8.13.2", "description": "Tools to assist with the development of cSpell", "publishConfig": { "access": "public" diff --git a/packages/cspell-trie-lib/CHANGELOG.md b/packages/cspell-trie-lib/CHANGELOG.md index 52768ee71528..d760c2ce5b3b 100644 --- a/packages/cspell-trie-lib/CHANGELOG.md +++ b/packages/cspell-trie-lib/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json index 5469debe2759..bbdb468a69ad 100644 --- a/packages/cspell-trie-lib/package.json +++ b/packages/cspell-trie-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie-lib", - "version": "8.13.1", + "version": "8.13.2", "description": "Trie Data Structure to support cspell.", "type": "module", "sideEffects": false, diff --git a/packages/cspell-trie/CHANGELOG.md b/packages/cspell-trie/CHANGELOG.md index 1db90cd14549..3db889514a83 100644 --- a/packages/cspell-trie/CHANGELOG.md +++ b/packages/cspell-trie/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json index 6514a4307049..e2e874a35f28 100644 --- a/packages/cspell-trie/package.json +++ b/packages/cspell-trie/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie", - "version": "8.13.1", + "version": "8.13.2", "description": "Trie Data Structure reader for cspell", "type": "module", "sideEffects": false, diff --git a/packages/cspell-types/CHANGELOG.md b/packages/cspell-types/CHANGELOG.md index d49efa278089..d81ff7b9831a 100644 --- a/packages/cspell-types/CHANGELOG.md +++ b/packages/cspell-types/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json index 8f60a678923d..8430b6a8beb3 100644 --- a/packages/cspell-types/package.json +++ b/packages/cspell-types/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.1", + "version": "8.13.2", "description": "Types for cspell and cspell-lib", "type": "commonjs", "sideEffects": false, diff --git a/packages/cspell-url/CHANGELOG.md b/packages/cspell-url/CHANGELOG.md index 1706aec970f9..73089efdd490 100644 --- a/packages/cspell-url/CHANGELOG.md +++ b/packages/cspell-url/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell-url/package.json b/packages/cspell-url/package.json index 54da239ccbc5..512ffd544bf7 100644 --- a/packages/cspell-url/package.json +++ b/packages/cspell-url/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.1", + "version": "8.13.2", "description": "URL parsing and manipulation utilities for cspell", "keywords": [ "cspell", diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md index 5376bc541184..06ab06d5c451 100644 --- a/packages/cspell/CHANGELOG.md +++ b/packages/cspell/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/cspell/package.json b/packages/cspell/package.json index 580f36219732..656803ba87e6 100644 --- a/packages/cspell/package.json +++ b/packages/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "8.13.1", + "version": "8.13.2", "description": "A Spelling Checker for Code!", "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1", "bin": { diff --git a/packages/cspell/src/app/pkgInfo.ts b/packages/cspell/src/app/pkgInfo.ts index 5e91be509ea7..70d372551c85 100644 --- a/packages/cspell/src/app/pkgInfo.ts +++ b/packages/cspell/src/app/pkgInfo.ts @@ -3,7 +3,7 @@ export { pkgDir } from './dirname.js'; export const name = 'cspell'; -export const version = '8.13.1'; +export const version = '8.13.2'; export const engines = { node: '>=18' }; export const npmPackage = { name, version, engines }; diff --git a/packages/dynamic-import/CHANGELOG.md b/packages/dynamic-import/CHANGELOG.md index dff26fd11b38..8038f35bea0e 100644 --- a/packages/dynamic-import/CHANGELOG.md +++ b/packages/dynamic-import/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json index ff1085e2035d..46a6a7e1b30b 100644 --- a/packages/dynamic-import/package.json +++ b/packages/dynamic-import/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "8.13.1", + "version": "8.13.2", "description": "Dynamic Module Loader", "keywords": [ "module", diff --git a/packages/hunspell-reader/CHANGELOG.md b/packages/hunspell-reader/CHANGELOG.md index 7e6fa017abf3..4f910111ef34 100644 --- a/packages/hunspell-reader/CHANGELOG.md +++ b/packages/hunspell-reader/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json index fd0d141aea08..0eeb789821ac 100644 --- a/packages/hunspell-reader/package.json +++ b/packages/hunspell-reader/package.json @@ -1,6 +1,6 @@ { "name": "hunspell-reader", - "version": "8.13.1", + "version": "8.13.2", "description": "A library for reading Hunspell Dictionary Files", "bin": "bin.js", "type": "module", diff --git a/rfc/rfc-0001 suggestions/CHANGELOG.md b/rfc/rfc-0001 suggestions/CHANGELOG.md index 3bc74dad8d82..6636c0b5cb68 100644 --- a/rfc/rfc-0001 suggestions/CHANGELOG.md +++ b/rfc/rfc-0001 suggestions/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/rfc/rfc-0001 suggestions/package.json b/rfc/rfc-0001 suggestions/package.json index 3c560e7caad1..4b23251e4d1a 100644 --- a/rfc/rfc-0001 suggestions/package.json +++ b/rfc/rfc-0001 suggestions/package.json @@ -1,6 +1,6 @@ { "name": "rfc-0001-suggestions", - "version": "8.13.1", + "version": "8.13.2", "description": "Possible ways to support suggestion lists", "private": true, "scripts": { diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md b/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md index f83292bf06cf..cbdd8a5ad2c8 100644 --- a/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md +++ b/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json index 2b58c8a4c80f..54c2760a79cf 100644 --- a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json +++ b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-dictionary", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-dictionary. Its purpose is to verify cspell-dictionary dependencies.", "private": true, "bin": { diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md index 1c35a364d262..b036f30777e2 100644 --- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md +++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json index c9302f50da43..254e4db6ce49 100644 --- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json +++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-eslint-plugin-v7", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/eslint-plugin-cspell and eslint v7.", "private": true, "scripts": { diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md index 85c9a0d099db..1e59aeb65396 100644 --- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md +++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json index d960fd7d4454..8dc0f68a693d 100644 --- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json +++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-eslint-plugin-v8", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/eslint-plugin-cspell.", "private": true, "type": "commonjs", diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md index 85c9a0d099db..1e59aeb65396 100644 --- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md +++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json index fcd9378bd704..cc56ddd96295 100644 --- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json +++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-eslint-plugin-v9-basic", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/eslint-plugin-cspell.", "private": true, "type": "commonjs", diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md index 6d79a653d95d..7c84f9c14c1a 100644 --- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md +++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json index 4084e5355b0a..8e04a60f7ed6 100644 --- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json +++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-eslint-plugin-v9", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/eslint-plugin-cspell and eslint v9", "private": true, "scripts": { diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md b/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md index 81cdd3a15437..96164b578755 100644 --- a/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md +++ b/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json index f95ec999300c..cf7ef69cd8c0 100644 --- a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json +++ b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-gitignore", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-gitignore. Its purpose is to verify cspell-gitignore dependencies.", "private": true, "bin": { diff --git a/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md b/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md index d80e95f4edad..775ea5b09226 100644 --- a/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md +++ b/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-glob/test-cspell-glob/package.json b/test-packages/cspell-glob/test-cspell-glob/package.json index e8676774090a..c4694b124c97 100644 --- a/test-packages/cspell-glob/test-cspell-glob/package.json +++ b/test-packages/cspell-glob/test-cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-glob", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.", "private": true, "bin": { diff --git a/test-packages/cspell-io/test-cspell-io/CHANGELOG.md b/test-packages/cspell-io/test-cspell-io/CHANGELOG.md index 2b33d75b4ccc..348394840432 100644 --- a/test-packages/cspell-io/test-cspell-io/CHANGELOG.md +++ b/test-packages/cspell-io/test-cspell-io/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-io/test-cspell-io/package.json b/test-packages/cspell-io/test-cspell-io/package.json index 88edbef71213..a50dd298d0d5 100644 --- a/test-packages/cspell-io/test-cspell-io/package.json +++ b/test-packages/cspell-io/test-cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-io", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.", "private": true, "bin": { diff --git a/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md index 50628370b1c0..badd088d5b1c 100644 --- a/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md +++ b/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json b/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json index b709b540cffa..bb0d8725c046 100644 --- a/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json +++ b/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib-esbuild-cjs", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-lib.", "bin": { "build": "build.mjs", diff --git a/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md index 1f293aadc9c8..a72c59a223fb 100644 --- a/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md +++ b/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-lib/test-cspell-lib-esm/package.json b/test-packages/cspell-lib/test-cspell-lib-esm/package.json index 424983fd038a..4f240d5c9c4b 100644 --- a/test-packages/cspell-lib/test-cspell-lib-esm/package.json +++ b/test-packages/cspell-lib/test-cspell-lib-esm/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib-esm", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-lib.", "bin": "bin.mjs", "type": "module", diff --git a/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md index 6c0896bcacb0..20a3950072bf 100644 --- a/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md +++ b/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-lib/test-cspell-lib-rollup/package.json b/test-packages/cspell-lib/test-cspell-lib-rollup/package.json index 835cb9c47cf2..e08a67d1d417 100644 --- a/test-packages/cspell-lib/test-cspell-lib-rollup/package.json +++ b/test-packages/cspell-lib/test-cspell-lib-rollup/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib-rollup", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-lib.", "bin": { "mjs": "bin.mjs", diff --git a/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md index b59f493c3700..6f4f76e8f5a6 100644 --- a/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md +++ b/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-lib/test-cspell-lib-webpack/package.json b/test-packages/cspell-lib/test-cspell-lib-webpack/package.json index 3c97aae955eb..a4272aa32a47 100644 --- a/test-packages/cspell-lib/test-cspell-lib-webpack/package.json +++ b/test-packages/cspell-lib/test-cspell-lib-webpack/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib-webpack", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-lib", "private": true, "scripts": { diff --git a/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md b/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md index 0eaec2a6dd42..51f4f6a626e3 100644 --- a/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md +++ b/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json b/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json index 78d4708e4bc7..774315de26bd 100644 --- a/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json +++ b/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-pipe-esm", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.", "private": true, "bin": "./bin.mjs", diff --git a/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md b/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md index 4a38fca90b3a..0adb72f81d02 100644 --- a/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md +++ b/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json b/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json index 7b44b000919e..763e023abbf0 100644 --- a/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json +++ b/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-pipe-rollup", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.", "private": true, "bin": { diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md index ca2b725a85ab..e5f919cc8e47 100644 --- a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md +++ b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json index caee1403c07d..393cf487203f 100644 --- a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json +++ b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-service-bus-esm", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/cspell-service-bus.", "private": true, "bin": "./bin.mjs", diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md index 44ad1baf1077..8a007564e768 100644 --- a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md +++ b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json index 0a76bb242c6f..3ccbfee73276 100644 --- a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json +++ b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-service-bus-rollup", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/cspell-service-bus.", "private": true, "bin": { diff --git a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md index 99f835ed4b7f..b9582140ee4c 100644 --- a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md +++ b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json index 269bfd0bcf12..da8aa158dce6 100644 --- a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json +++ b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-strong-weak-map", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package", "private": true, "bin": { diff --git a/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md b/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md index 5323a644dd3f..c3cc8570f2a7 100644 --- a/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md +++ b/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-tools/test-cspell-tools/package.json b/test-packages/cspell-tools/test-cspell-tools/package.json index 70f782b31f4f..69f0bac6e5a2 100644 --- a/test-packages/cspell-tools/test-cspell-tools/package.json +++ b/test-packages/cspell-tools/test-cspell-tools/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-tools", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/cspell-tools.", "private": true, "scripts": { diff --git a/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md b/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md index 22267e693dd6..a2267e8729b9 100644 --- a/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md +++ b/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json b/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json index 918e6d4490fa..cd8af7f60e55 100644 --- a/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json +++ b/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-trie-lib", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package", "private": true, "bin": { diff --git a/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md index b4dfd2fd62d3..7f29dbe90c6a 100644 --- a/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md +++ b/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-types/test-cspell-types-cjs/package.json b/test-packages/cspell-types/test-cspell-types-cjs/package.json index e34770eea565..17a6fa9b304c 100644 --- a/test-packages/cspell-types/test-cspell-types-cjs/package.json +++ b/test-packages/cspell-types/test-cspell-types-cjs/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-types-cjs", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.", "private": true, "type": "commonjs", diff --git a/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md index 2e6114c8b337..e84c437395da 100644 --- a/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md +++ b/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-types/test-cspell-types-esm/package.json b/test-packages/cspell-types/test-cspell-types-esm/package.json index 7f1fbca4c92c..c239bb58c861 100644 --- a/test-packages/cspell-types/test-cspell-types-esm/package.json +++ b/test-packages/cspell-types/test-cspell-types-esm/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-types-esm", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.", "private": true, "bin": "./bin.mjs", diff --git a/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md index 15564fccf6ad..b6ab1ee8e8a7 100644 --- a/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md +++ b/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-types/test-cspell-types-rollup/package.json b/test-packages/cspell-types/test-cspell-types-rollup/package.json index b42b5c6f7670..0d492a38bfea 100644 --- a/test-packages/cspell-types/test-cspell-types-rollup/package.json +++ b/test-packages/cspell-types/test-cspell-types-rollup/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-types-rollup", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.", "private": true, "bin": { diff --git a/test-packages/cspell-types/validate-schema/CHANGELOG.md b/test-packages/cspell-types/validate-schema/CHANGELOG.md index cff3a3229fb1..2210e08f68c9 100644 --- a/test-packages/cspell-types/validate-schema/CHANGELOG.md +++ b/test-packages/cspell-types/validate-schema/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell-types/validate-schema/package.json b/test-packages/cspell-types/validate-schema/package.json index bc151c8b3d5b..8f0c24223343 100644 --- a/test-packages/cspell-types/validate-schema/package.json +++ b/test-packages/cspell-types/validate-schema/package.json @@ -1,6 +1,6 @@ { "name": "@test-packages/validate-schema", - "version": "8.13.1", + "version": "8.13.2", "private": true, "description": "Test Schema", "type": "module", diff --git a/test-packages/cspell/test-cspell-cli/CHANGELOG.md b/test-packages/cspell/test-cspell-cli/CHANGELOG.md index 884ac5b27d2f..4cdd588327bc 100644 --- a/test-packages/cspell/test-cspell-cli/CHANGELOG.md +++ b/test-packages/cspell/test-cspell-cli/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell-cli/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell-cli/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell-cli/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell-cli/issues/6028) diff --git a/test-packages/cspell/test-cspell-cli/package.json b/test-packages/cspell/test-cspell-cli/package.json index b7ee096627c9..36f0ae72d69f 100644 --- a/test-packages/cspell/test-cspell-cli/package.json +++ b/test-packages/cspell/test-cspell-cli/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-cli", - "version": "8.13.1", + "version": "8.13.2", "description": "cli for cspell", "private": "true", "type": "module", diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md b/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md index 3db9fc1aca15..fd0e7724f2c8 100644 --- a/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md +++ b/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/package.json b/test-packages/cspell/test-cspell-esbuild-cjs/package.json index 5e83d48281e4..07c0b5386bdf 100644 --- a/test-packages/cspell/test-cspell-esbuild-cjs/package.json +++ b/test-packages/cspell/test-cspell-esbuild-cjs/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-esbuild-cjs", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-lib.", "bin": { "build": "build.mjs", diff --git a/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md b/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md index e353c3bacdb5..f273fe6cfb29 100644 --- a/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md +++ b/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell-cli/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell-cli/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell-cli/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell-cli/issues/6028) diff --git a/test-packages/cspell/test-cspell-esm-reporter/package.json b/test-packages/cspell/test-cspell-esm-reporter/package.json index e111f83c1275..7c30b7c5a197 100644 --- a/test-packages/cspell/test-cspell-esm-reporter/package.json +++ b/test-packages/cspell/test-cspell-esm-reporter/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-esm-reporter", - "version": "8.13.1", + "version": "8.13.2", "description": "cli for cspell", "private": "true", "type": "module", diff --git a/test-packages/cspell/test-cspell/CHANGELOG.md b/test-packages/cspell/test-cspell/CHANGELOG.md index 59500bcc25f4..7cd6ce59658b 100644 --- a/test-packages/cspell/test-cspell/CHANGELOG.md +++ b/test-packages/cspell/test-cspell/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/cspell/test-cspell/package.json b/test-packages/cspell/test-cspell/package.json index df53bee0c163..1a7586162a0f 100644 --- a/test-packages/cspell/test-cspell/package.json +++ b/test-packages/cspell/test-cspell/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell.", "private": true, "type": "module", diff --git a/test-packages/dictionaries/companies/CHANGELOG.md b/test-packages/dictionaries/companies/CHANGELOG.md index 0ad26b411f8a..5e29e18526ae 100644 --- a/test-packages/dictionaries/companies/CHANGELOG.md +++ b/test-packages/dictionaries/companies/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell-dicts/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell-dicts/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell-dicts/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell-dicts/issues/6028) diff --git a/test-packages/dictionaries/companies/package.json b/test-packages/dictionaries/companies/package.json index 1f751029dd1a..68672279c718 100644 --- a/test-packages/dictionaries/companies/package.json +++ b/test-packages/dictionaries/companies/package.json @@ -1,6 +1,6 @@ { "name": "test-dict-companies", - "version": "8.13.1", + "version": "8.13.2", "private": true, "description": "Company names dictionary for cspell.", "publishConfig": { diff --git a/test-packages/dictionaries/software-terms/CHANGELOG.md b/test-packages/dictionaries/software-terms/CHANGELOG.md index 497c1cd0f5c3..d34651c3e41a 100644 --- a/test-packages/dictionaries/software-terms/CHANGELOG.md +++ b/test-packages/dictionaries/software-terms/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell-dicts/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell-dicts/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell-dicts/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell-dicts/issues/6028) diff --git a/test-packages/dictionaries/software-terms/package.json b/test-packages/dictionaries/software-terms/package.json index a6047f396662..e5adb5ae2137 100644 --- a/test-packages/dictionaries/software-terms/package.json +++ b/test-packages/dictionaries/software-terms/package.json @@ -1,6 +1,6 @@ { "name": "test-dict-software-terms", - "version": "8.13.1", + "version": "8.13.2", "private": true, "description": "Software terms dictionary for cspell.", "publishConfig": { diff --git a/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md index 45a9b6245de1..26b01b105f1c 100644 --- a/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md +++ b/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/dynamic-import/test-dynamic-import-cjs/package.json b/test-packages/dynamic-import/test-dynamic-import-cjs/package.json index 2da2fce3750f..edc5e3f696ca 100644 --- a/test-packages/dynamic-import/test-dynamic-import-cjs/package.json +++ b/test-packages/dynamic-import/test-dynamic-import-cjs/package.json @@ -1,6 +1,6 @@ { "name": "test-dynamic-import-cjs", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/dynamic-import.", "private": true, "bin": "./bin.cjs", diff --git a/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md index dbaac3e28379..07012b81616e 100644 --- a/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md +++ b/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/dynamic-import/test-dynamic-import-esm/package.json b/test-packages/dynamic-import/test-dynamic-import-esm/package.json index e4a0b6d77cf2..2bb6897febba 100644 --- a/test-packages/dynamic-import/test-dynamic-import-esm/package.json +++ b/test-packages/dynamic-import/test-dynamic-import-esm/package.json @@ -1,6 +1,6 @@ { "name": "test-dynamic-import-esm", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/dynamic-import.", "private": true, "bin": "./bin.mjs", diff --git a/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md index 0a433ee99ae6..6e63d30eb18e 100644 --- a/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md +++ b/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/dynamic-import/test-dynamic-import-rollup/package.json b/test-packages/dynamic-import/test-dynamic-import-rollup/package.json index 0f2f75a9438b..3a5789dc24a8 100644 --- a/test-packages/dynamic-import/test-dynamic-import-rollup/package.json +++ b/test-packages/dynamic-import/test-dynamic-import-rollup/package.json @@ -1,6 +1,6 @@ { "name": "test-dynamic-import-rollup", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for @cspell/dynamic-import.", "private": true, "bin": { diff --git a/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md b/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md index 53bded824f0f..365cedf3e53c 100644 --- a/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md +++ b/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/examples/example-cspell-lib-single-doc/package.json b/test-packages/examples/example-cspell-lib-single-doc/package.json index 5efa72fb3a2f..a1b3bc43d2bd 100644 --- a/test-packages/examples/example-cspell-lib-single-doc/package.json +++ b/test-packages/examples/example-cspell-lib-single-doc/package.json @@ -1,6 +1,6 @@ { "name": "example-cspell-lib-single-doc", - "version": "8.13.1", + "version": "8.13.2", "description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.", "private": true, "type": "module", diff --git a/test-packages/yarn/yarn2/CHANGELOG.md b/test-packages/yarn/yarn2/CHANGELOG.md index 97abaf0d16d9..43a144167892 100644 --- a/test-packages/yarn/yarn2/CHANGELOG.md +++ b/test-packages/yarn/yarn2/CHANGELOG.md @@ -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. +## 8.13.2 (2024-08-08) + +* chore: Update Integration Test Performance Data (#6060) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#6060](https://github.com/streetsidesoftware/cspell/issues/6060) + ## 8.13.1 (2024-08-02) * chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028) diff --git a/test-packages/yarn/yarn2/package.json b/test-packages/yarn/yarn2/package.json index 629e40023043..cdff1c391cb7 100644 --- a/test-packages/yarn/yarn2/package.json +++ b/test-packages/yarn/yarn2/package.json @@ -1,7 +1,7 @@ { "name": "test-yarn2", "private": true, - "version": "8.13.1", + "version": "8.13.2", "description": "Tests for dictionaries included by a Yarn 2 repository", "main": "index.js", "scripts": {