diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab747b5113..acc75780d61 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md index 38de98edfb7..65ff0a8f27d 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/integration-tests/package.json b/integration-tests/package.json index e7c7d423fab..61def7f4534 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "cspell-integration-tests", "private": true, - "version": "8.17.2", + "version": "8.17.3", "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 0ef2cac0d1b..e1b1fcc8c76 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ "./test-packages/*/*", "./integration-tests" ], - "version": "8.17.2", + "version": "8.17.3", "command": { "version": { "allowBranch": "main", diff --git a/packages/Samples/CHANGELOG.md b/packages/Samples/CHANGELOG.md index 38aceadc28c..816baac630a 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/Samples/package.json b/packages/Samples/package.json index 19751e3afc3..cc7b44de838 100644 --- a/packages/Samples/package.json +++ b/packages/Samples/package.json @@ -1,6 +1,6 @@ { "name": "@internal/cspell-tools-samples", - "version": "8.17.2", + "version": "8.17.3", "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 a11fc2456d1..3d63aefc226 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index 61fc8651cd0..32131263622 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.17.2", + "version": "8.17.3", "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 6ed97269d17..d1d50d8c0ef 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json index 05e00f9d49c..f5300326bc2 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.17.2", + "version": "8.17.3", "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 dd6cafb3a9c..f1eb35d97a5 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json index 50a5370d275..c2970351c26 100644 --- a/packages/cspell-config-lib/package.json +++ b/packages/cspell-config-lib/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "CSpell Config library", "keywords": [ "cspell", diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md index 3be8fa4d362..d32234d3437 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json index e9cb0aa0025..1e7c69f6e80 100644 --- a/packages/cspell-dictionary/package.json +++ b/packages/cspell-dictionary/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 491e25e38a3..8fd5b0f4241 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json index c3166bbfaa9..c7eeae12d4f 100644 --- a/packages/cspell-eslint-plugin/package.json +++ b/packages/cspell-eslint-plugin/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "CSpell ESLint plugin", "keywords": [ "cspell", diff --git a/packages/cspell-filetypes/CHANGELOG.md b/packages/cspell-filetypes/CHANGELOG.md index 831e79071db..baffddea80d 100644 --- a/packages/cspell-filetypes/CHANGELOG.md +++ b/packages/cspell-filetypes/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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-filetypes/package.json b/packages/cspell-filetypes/package.json index f1b0cb70086..667af6c566d 100644 --- a/packages/cspell-filetypes/package.json +++ b/packages/cspell-filetypes/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "Library to determine file types based upon the file name.", "keywords": [ "cspell", diff --git a/packages/cspell-gitignore/CHANGELOG.md b/packages/cspell-gitignore/CHANGELOG.md index aec2c5cd406..375e5364d5c 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json index 966dbf5549a..920ac6e5e62 100644 --- a/packages/cspell-gitignore/package.json +++ b/packages/cspell-gitignore/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md index 34bf6cf944f..82ef240cae1 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json index 0e928a98864..283bc0c1be1 100644 --- a/packages/cspell-glob/package.json +++ b/packages/cspell-glob/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md index dfcd3e9fc06..17a2f6c184e 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json index 196dfa29efb..adf3f0a0233 100644 --- a/packages/cspell-grammar/package.json +++ b/packages/cspell-grammar/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md index 629bba8df1b..c0f39ac5c8b 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json index 60dd2d492c3..a27724002d6 100644 --- a/packages/cspell-io/package.json +++ b/packages/cspell-io/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 79a0d1a58b5..1024a8982a1 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json index dc889aed59a..fe20c923f0a 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.17.2", + "version": "8.17.3", "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 29b3bf13b72..7e1a762920f 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json index ae47b57e1db..f4451e60281 100644 --- a/packages/cspell-lib/package.json +++ b/packages/cspell-lib/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "A library of useful functions used across various cspell tools.", "type": "module", "sideEffects": false, diff --git a/packages/cspell-normalize-json/CHANGELOG.md b/packages/cspell-normalize-json/CHANGELOG.md index 831e79071db..baffddea80d 100644 --- a/packages/cspell-normalize-json/CHANGELOG.md +++ b/packages/cspell-normalize-json/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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-normalize-json/package.json b/packages/cspell-normalize-json/package.json index dd33c54fefa..d0db8ada542 100644 --- a/packages/cspell-normalize-json/package.json +++ b/packages/cspell-normalize-json/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "A library to normalize JSON objects to reduce the size.", "keywords": [ "cspell", diff --git a/packages/cspell-pipe/CHANGELOG.md b/packages/cspell-pipe/CHANGELOG.md index 5d31c9e0f99..40ca5987b58 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json index 4e8e10f09ee..11641638949 100644 --- a/packages/cspell-pipe/package.json +++ b/packages/cspell-pipe/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 bc618593507..b0735577a67 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json index a5fe0b10796..8b8016510e2 100644 --- a/packages/cspell-resolver/package.json +++ b/packages/cspell-resolver/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 91a3b5194c6..4f5cad74c3a 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json index f85b610279a..740ddf3e871 100644 --- a/packages/cspell-service-bus/package.json +++ b/packages/cspell-service-bus/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 8ede01929b6..9ced626ab29 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json index 2e20785f8e8..58fec695f91 100644 --- a/packages/cspell-strong-weak-map/package.json +++ b/packages/cspell-strong-weak-map/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "A Map with weakly referenced values.", "keywords": [ "Map", diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md index a84c935f229..93d05137954 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json index 25e5f921c46..6c278e4a24d 100644 --- a/packages/cspell-tools/package.json +++ b/packages/cspell-tools/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-tools", - "version": "8.17.2", + "version": "8.17.3", "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 21d1362c79e..5ef887576c2 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json index 34565fc070e..c219a557e87 100644 --- a/packages/cspell-trie-lib/package.json +++ b/packages/cspell-trie-lib/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 4a22159c418..4098e9b5802 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json index 443fdc6c87b..1a1c439c788 100644 --- a/packages/cspell-trie/package.json +++ b/packages/cspell-trie/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 3deb0a4a08c..3fa97236661 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json index 4f7d5cc3bee..63e0c5b68f5 100644 --- a/packages/cspell-types/package.json +++ b/packages/cspell-types/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 f5959499a7b..de80c3b12fb 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell-url/package.json b/packages/cspell-url/package.json index cf7d8f3b9e3..2d88a2efc08 100644 --- a/packages/cspell-url/package.json +++ b/packages/cspell-url/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "URL parsing and manipulation utilities for cspell", "keywords": [ "cspell", diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md index d03c45705ad..e80b5b7e2b0 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/cspell/package.json b/packages/cspell/package.json index 6d07faa6535..bae5380796e 100644 --- a/packages/cspell/package.json +++ b/packages/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "8.17.2", + "version": "8.17.3", "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 6da935e2743..ee6d1ff7bfa 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.17.2'; +export const version = '8.17.3'; 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 57bb9696b42..aa08d756952 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json index 794341030f6..a2e9d541c44 100644 --- a/packages/dynamic-import/package.json +++ b/packages/dynamic-import/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "Dynamic Module Loader", "keywords": [ "module", diff --git a/packages/flatpack-json/CHANGELOG.md b/packages/flatpack-json/CHANGELOG.md index 831e79071db..baffddea80d 100644 --- a/packages/flatpack-json/CHANGELOG.md +++ b/packages/flatpack-json/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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/flatpack-json/package.json b/packages/flatpack-json/package.json index cc0fc4bc6ff..709509e6490 100644 --- a/packages/flatpack-json/package.json +++ b/packages/flatpack-json/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "description": "A library to normalize JSON objects to reduce the size.", "keywords": [ "cspell", diff --git a/packages/hunspell-reader/CHANGELOG.md b/packages/hunspell-reader/CHANGELOG.md index 5597e6f40c9..737f9b915b5 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json index a10fe14524a..35fc30ada35 100644 --- a/packages/hunspell-reader/package.json +++ b/packages/hunspell-reader/package.json @@ -4,7 +4,7 @@ "access": "public", "provenance": true }, - "version": "8.17.2", + "version": "8.17.3", "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 f36865265dd..f83487fd32a 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/rfc/rfc-0001 suggestions/package.json b/rfc/rfc-0001 suggestions/package.json index 281e09f1263..57343ccda17 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.17.2", + "version": "8.17.3", "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 6fed05a107f..66515cb913a 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json index a2beaebd1b7..42c66faf10c 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.17.2", + "version": "8.17.3", "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 515c072f3b2..1509d2b487a 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 347c9723298..e20cb13f833 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.17.2", + "version": "8.17.3", "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 1268d65cb47..68c7212ebb2 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 d726e9573e5..4c7a8877111 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.17.2", + "version": "8.17.3", "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 1268d65cb47..68c7212ebb2 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 7d32c85aeaa..3c6f19a3b8e 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.17.2", + "version": "8.17.3", "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 d4e322f809d..cf894a63870 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 4a1a93108bb..5a4c85af90a 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.17.2", + "version": "8.17.3", "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 35de9cf1bd9..b93cdb7ed2e 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json index 130e4c07758..c8cb51b7020 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.17.2", + "version": "8.17.3", "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 c8515d00f50..c2d31d19c45 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell-glob/test-cspell-glob/package.json b/test-packages/cspell-glob/test-cspell-glob/package.json index e2007eeff5d..f401802fd5b 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.17.2", + "version": "8.17.3", "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 0c7eb20065c..e53e2189886 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell-io/test-cspell-io/package.json b/test-packages/cspell-io/test-cspell-io/package.json index 8fa63a27633..330ad9c4d90 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.17.2", + "version": "8.17.3", "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 f3fe2eaa8e0..39298c84c83 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 42c7136e5dc..6d868274e9f 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.17.2", + "version": "8.17.3", "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 c7017aa18f2..550eb1eaca7 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 c61254d72a2..26918195c8a 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.17.2", + "version": "8.17.3", "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 7d5f6badf9a..a9dfedbb847 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 e55ae65182d..ae99e1c373a 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.17.2", + "version": "8.17.3", "description": "Pure testing package for cspell-lib.", "bin": { "mjs": "bin.mjs", diff --git a/test-packages/cspell-lib/test-cspell-lib-tsup/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-tsup/CHANGELOG.md index 996bd1d62e1..7edead3543e 100644 --- a/test-packages/cspell-lib/test-cspell-lib-tsup/CHANGELOG.md +++ b/test-packages/cspell-lib/test-cspell-lib-tsup/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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell-lib/test-cspell-lib-tsup/package.json b/test-packages/cspell-lib/test-cspell-lib-tsup/package.json index e264c07e87b..d7ca1897ac9 100644 --- a/test-packages/cspell-lib/test-cspell-lib-tsup/package.json +++ b/test-packages/cspell-lib/test-cspell-lib-tsup/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib-tsup", - "version": "8.17.2", + "version": "8.17.3", "description": "Pure testing package for cspell-lib.", "bin": { "test-bin": "test-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 71361b78768..7dfaa85414a 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 64657c086ab..bd38009d034 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.17.2", + "version": "8.17.3", "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 41768745790..408327a4d15 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 859a6274d91..4112b47c234 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.17.2", + "version": "8.17.3", "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 cb0cf0a694b..31f1ca9cab1 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 81acb881d3a..a4e2926b4c1 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.17.2", + "version": "8.17.3", "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 4a95fe3ef54..accc8039a6d 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 84db11f3628..282cf4891cb 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.17.2", + "version": "8.17.3", "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 5f0b2f86d81..1aeb1989284 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 23cbad7d322..a124f4c0427 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.17.2", + "version": "8.17.3", "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 200ad57c028..e1ec620dabe 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 8054d1fb4c9..55a6e8d27ee 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.17.2", + "version": "8.17.3", "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 56c0a95f9b1..fb434c85625 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell-tools/test-cspell-tools/package.json b/test-packages/cspell-tools/test-cspell-tools/package.json index 9af0ef5c239..a00a45c2022 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.17.2", + "version": "8.17.3", "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 d82cf2b5e31..ae0d1546f11 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 4314e354ed6..2fe180af66b 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.17.2", + "version": "8.17.3", "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 caba5854387..e314a349dd2 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 b2eb9b5e035..c24042086cd 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.17.2", + "version": "8.17.3", "description": "Pure testing package for @cspell/cspell-types. Its purpose is to verify @cspell/cspell-types dependencies.", "private": true, "type": "commonjs", diff --git a/test-packages/cspell-types/test-cspell-types-esbuild/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-esbuild/CHANGELOG.md index 2c95eb6967c..f3c37e55b6a 100644 --- a/test-packages/cspell-types/test-cspell-types-esbuild/CHANGELOG.md +++ b/test-packages/cspell-types/test-cspell-types-esbuild/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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell-types/test-cspell-types-esbuild/package.json b/test-packages/cspell-types/test-cspell-types-esbuild/package.json index d213dd2796d..58cae872475 100644 --- a/test-packages/cspell-types/test-cspell-types-esbuild/package.json +++ b/test-packages/cspell-types/test-cspell-types-esbuild/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-types-esbuild", - "version": "8.17.2", + "version": "8.17.3", "description": "Pure testing package for @cspell/cspell-types. Its purpose is to verify @cspell/cspell-types dependencies.", "private": true, "bin": { 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 c1576649eb7..b68f0e87722 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 336924bfb46..bcdc293e972 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.17.2", + "version": "8.17.3", "description": "Pure testing package for @cspell/cspell-types. Its purpose is to verify @cspell/cspell-types 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 2c95eb6967c..f3c37e55b6a 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 395259741cb..755a3853ef5 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.17.2", + "version": "8.17.3", "description": "Pure testing package for @cspell/cspell-types. Its purpose is to verify @cspell/cspell-types 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 02a1fc7d464..0ecac70fbfd 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell-types/validate-schema/package.json b/test-packages/cspell-types/validate-schema/package.json index a803b9eadc2..f925bf3366c 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.17.2", + "version": "8.17.3", "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 f26af2da164..4e51855e259 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell-cli/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell-cli/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell-cli/issues/6782) diff --git a/test-packages/cspell/test-cspell-cli/package.json b/test-packages/cspell/test-cspell-cli/package.json index da677636067..e1db067f49e 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.17.2", + "version": "8.17.3", "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 754b3cc449d..23a2d3c2fc8 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/package.json b/test-packages/cspell/test-cspell-esbuild-cjs/package.json index 93de4fd0274..1d38fd3bdcb 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.17.2", + "version": "8.17.3", "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 b3b9d1354de..27a3c8dd016 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell-cli/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell-cli/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell-cli/issues/6782) diff --git a/test-packages/cspell/test-cspell-esm-reporter/package.json b/test-packages/cspell/test-cspell-esm-reporter/package.json index 89d5b066178..fc0eee688b0 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.17.2", + "version": "8.17.3", "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 2e5d003c062..deadb6a5666 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/cspell/test-cspell/package.json b/test-packages/cspell/test-cspell/package.json index 6f74279cfab..759844ba57e 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.17.2", + "version": "8.17.3", "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 a2a41f1a21b..1ebc2b9d918 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell-dicts/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell-dicts/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell-dicts/issues/6782) diff --git a/test-packages/dictionaries/companies/package.json b/test-packages/dictionaries/companies/package.json index 2c0c57edef3..ee781dfe70b 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.17.2", + "version": "8.17.3", "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 ff5b9faf432..c2aa00c5141 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell-dicts/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell-dicts/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell-dicts/issues/6782) diff --git a/test-packages/dictionaries/software-terms/package.json b/test-packages/dictionaries/software-terms/package.json index 558564e07da..32386a29b5d 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.17.2", + "version": "8.17.3", "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 444b2483236..a7bada06428 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 579bd1df26c..797d816e727 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.17.2", + "version": "8.17.3", "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 5caf581d845..d64a18d01fc 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 602aa9beabb..d4d12e9021d 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.17.2", + "version": "8.17.3", "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 6e12dd0d9ed..3106f8c9805 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 239c040f806..cc376512dd5 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.17.2", + "version": "8.17.3", "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 1a264822768..3199dd0f56c 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) 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 23907fae458..49a55bbdca9 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.17.2", + "version": "8.17.3", "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 7cfa0f9223a..e923ac09346 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.17.3 (2025-01-28) + +* chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4)) + ## 8.17.2 (2025-01-13) * fix: Dump stack on error when verbose (#6782) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#6782](https://github.com/streetsidesoftware/cspell/issues/6782) diff --git a/test-packages/yarn/yarn2/package.json b/test-packages/yarn/yarn2/package.json index 103a23a3016..4b77668a517 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.17.2", + "version": "8.17.3", "description": "Tests for dictionaries included by a Yarn 2 repository", "main": "index.js", "scripts": {