Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: streetsidesoftware/cspell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.1
Choose a base ref
...
head repository: streetsidesoftware/cspell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.2
Choose a head ref
  • 5 commits
  • 122 files changed
  • 4 contributors

Commits on Sep 1, 2023

  1. chore(deps): bump tibdex/github-app-token from 1.8.0 to 1.8.2 (#4793)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2023
    Copy the full SHA
    c9ed003 View commit details
  2. Copy the full SHA
    bdb384b View commit details
  3. Copy the full SHA
    12b6f9b View commit details
  4. Copy the full SHA
    568bd56 View commit details
  5. v7.3.2

    streetsidesoftware[bot] committed Sep 1, 2023
    Copy the full SHA
    71d88d4 View commit details
Showing with 347 additions and 106 deletions.
  1. +1 −1 .github/workflows/build-version-release.yml
  2. +1 −1 .github/workflows/reuseable-pr-from-artifact.yml
  3. +1 −1 .github/workflows/reuseable-pr.yml
  4. +24 −24 .release-please-manifest.json
  5. +4 −0 CHANGELOG.md
  6. +4 −0 integration-tests/CHANGELOG.md
  7. +1 −1 integration-tests/package.json
  8. +1 −1 lerna.json
  9. +4 −0 packages/Samples/CHANGELOG.md
  10. +1 −1 packages/Samples/package.json
  11. +4 −0 packages/cspell-bundled-dicts/CHANGELOG.md
  12. +1 −1 packages/cspell-bundled-dicts/package.json
  13. +4 −0 packages/cspell-code-snippets/CHANGELOG.md
  14. +1 −1 packages/cspell-code-snippets/package.json
  15. +4 −0 packages/cspell-config-lib/CHANGELOG.md
  16. +1 −1 packages/cspell-config-lib/package.json
  17. +4 −0 packages/cspell-dictionary/CHANGELOG.md
  18. +1 −1 packages/cspell-dictionary/package.json
  19. +4 −0 packages/cspell-eslint-plugin/CHANGELOG.md
  20. +1 −1 packages/cspell-eslint-plugin/package.json
  21. +4 −0 packages/cspell-gitignore/CHANGELOG.md
  22. +1 −1 packages/cspell-gitignore/package.json
  23. +4 −0 packages/cspell-glob/CHANGELOG.md
  24. +1 −1 packages/cspell-glob/package.json
  25. +4 −0 packages/cspell-grammar/CHANGELOG.md
  26. +1 −1 packages/cspell-grammar/package.json
  27. +4 −0 packages/cspell-io/CHANGELOG.md
  28. +1 −1 packages/cspell-io/package.json
  29. +4 −0 packages/cspell-json-reporter/CHANGELOG.md
  30. +1 −1 packages/cspell-json-reporter/package.json
  31. +4 −0 packages/cspell-lib/CHANGELOG.md
  32. +1 −1 packages/cspell-lib/package.json
  33. +4 −0 packages/cspell-pipe/CHANGELOG.md
  34. +1 −1 packages/cspell-pipe/package.json
  35. +4 −0 packages/cspell-resolver/CHANGELOG.md
  36. +1 −1 packages/cspell-resolver/package.json
  37. +4 −0 packages/cspell-service-bus/CHANGELOG.md
  38. +1 −1 packages/cspell-service-bus/package.json
  39. +4 −0 packages/cspell-strong-weak-map/CHANGELOG.md
  40. +1 −1 packages/cspell-strong-weak-map/package.json
  41. +4 −0 packages/cspell-tools/CHANGELOG.md
  42. +1 −1 packages/cspell-tools/package.json
  43. +12 −6 packages/cspell-tools/src/app.test.ts
  44. +8 −5 packages/cspell-tools/src/compiler/readers/readTextFile.ts
  45. +2 −4 packages/cspell-tools/src/compiler/writeTextToFile.ts
  46. +5 −4 packages/cspell-tools/src/gzip/compressFiles.test.ts
  47. +12 −3 packages/cspell-tools/src/gzip/compressFiles.ts
  48. +1 −1 packages/cspell-tools/src/gzip/index.ts
  49. +4 −0 packages/cspell-trie-lib/CHANGELOG.md
  50. +1 −1 packages/cspell-trie-lib/package.json
  51. +4 −0 packages/cspell-trie/CHANGELOG.md
  52. +1 −1 packages/cspell-trie/package.json
  53. +4 −0 packages/cspell-types/CHANGELOG.md
  54. +1 −1 packages/cspell-types/package.json
  55. +4 −0 packages/cspell/CHANGELOG.md
  56. +1 −1 packages/cspell/package.json
  57. +4 −0 packages/dynamic-import/CHANGELOG.md
  58. +1 −1 packages/dynamic-import/package.json
  59. +4 −0 packages/hunspell-reader/CHANGELOG.md
  60. +1 −1 packages/hunspell-reader/package.json
  61. +4 −0 rfc/rfc-0001 suggestions/CHANGELOG.md
  62. +1 −1 rfc/rfc-0001 suggestions/package.json
  63. +4 −0 test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md
  64. +1 −1 test-packages/cspell-dictionary/test-cspell-dictionary/package.json
  65. +4 −0 test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin/CHANGELOG.md
  66. +1 −1 test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin/package.json
  67. +4 −0 test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md
  68. +1 −1 test-packages/cspell-gitignore/test-cspell-gitignore/package.json
  69. +4 −0 test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md
  70. +1 −1 test-packages/cspell-glob/test-cspell-glob/package.json
  71. +4 −0 test-packages/cspell-io/test-cspell-io/CHANGELOG.md
  72. +1 −1 test-packages/cspell-io/test-cspell-io/package.json
  73. +4 −0 test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md
  74. +1 −1 test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json
  75. +4 −0 test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md
  76. +1 −1 test-packages/cspell-lib/test-cspell-lib-esm/package.json
  77. +4 −0 test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md
  78. +1 −1 test-packages/cspell-lib/test-cspell-lib-rollup/package.json
  79. +4 −0 test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md
  80. +1 −1 test-packages/cspell-lib/test-cspell-lib-webpack/package.json
  81. +4 −0 test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md
  82. +1 −1 test-packages/cspell-pipe/test-cspell-pipe-esm/package.json
  83. +4 −0 test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md
  84. +1 −1 test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json
  85. +4 −0 test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md
  86. +1 −1 test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json
  87. +4 −0 test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md
  88. +1 −1 test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json
  89. +4 −0 test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md
  90. +1 −1 test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json
  91. +4 −0 test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md
  92. +1 −1 test-packages/cspell-tools/test-cspell-tools/package.json
  93. +4 −0 test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md
  94. +1 −1 test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json
  95. +4 −0 test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md
  96. +1 −1 test-packages/cspell-types/test-cspell-types-cjs/package.json
  97. +4 −0 test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md
  98. +1 −1 test-packages/cspell-types/test-cspell-types-esm/package.json
  99. +4 −0 test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md
  100. +1 −1 test-packages/cspell-types/test-cspell-types-rollup/package.json
  101. +4 −0 test-packages/cspell/test-cspell-cli/CHANGELOG.md
  102. +1 −1 test-packages/cspell/test-cspell-cli/package.json
  103. +4 −0 test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md
  104. +1 −1 test-packages/cspell/test-cspell-esbuild-cjs/package.json
  105. +4 −0 test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md
  106. +1 −1 test-packages/cspell/test-cspell-esm-reporter/package.json
  107. +4 −0 test-packages/cspell/test-cspell/CHANGELOG.md
  108. +1 −1 test-packages/cspell/test-cspell/package.json
  109. +4 −0 test-packages/dictionaries/companies/CHANGELOG.md
  110. +1 −1 test-packages/dictionaries/companies/package.json
  111. +4 −0 test-packages/dictionaries/software-terms/CHANGELOG.md
  112. +1 −1 test-packages/dictionaries/software-terms/package.json
  113. +4 −0 test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md
  114. +1 −1 test-packages/dynamic-import/test-dynamic-import-cjs/package.json
  115. +4 −0 test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md
  116. +1 −1 test-packages/dynamic-import/test-dynamic-import-esm/package.json
  117. +4 −0 test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md
  118. +1 −1 test-packages/dynamic-import/test-dynamic-import-rollup/package.json
  119. +4 −0 test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md
  120. +1 −1 test-packages/examples/example-cspell-lib-single-doc/package.json
  121. +4 −0 test-packages/yarn/yarn2/CHANGELOG.md
  122. +1 −1 test-packages/yarn/yarn2/package.json
2 changes: 1 addition & 1 deletion .github/workflows/build-version-release.yml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ jobs:
echo BUMP: "$BUMP"
echo DRY_RUN: "$DRY_RUN"
- uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.5 # cspell:ignore tibdex
if: ${{ !env.DRY_RUN && !inputs.token }}
id: generate-token
with:
2 changes: 1 addition & 1 deletion .github/workflows/reuseable-pr-from-artifact.yml
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ jobs:
run: |
echo "$git_body"
- uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
2 changes: 1 addition & 1 deletion .github/workflows/reuseable-pr.yml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ jobs:
run: |
echo "$git_body"
- uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.5 # cspell:ignore tibdex
- uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.5 # cspell:ignore tibdex
if: env.git_status == 'dirty'
id: generate-token
with:
48 changes: 24 additions & 24 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
".": "7.2.0",
"packages/Samples": "7.2.0",
"packages/cspell": "7.2.0",
"packages/cspell-bundled-dicts": "7.2.0",
"packages/cspell-code-snippets": "7.2.0",
"packages/cspell-config-lib": "7.2.0",
"packages/cspell-dictionary": "7.2.0",
"packages/cspell-eslint-plugin": "7.2.0",
"packages/cspell-gitignore": "7.2.0",
"packages/cspell-glob": "7.2.0",
"packages/cspell-grammar": "7.2.0",
"packages/cspell-io": "7.2.0",
"packages/cspell-json-reporter": "7.2.0",
"packages/cspell-lib": "7.2.0",
"packages/cspell-pipe": "7.2.0",
"packages/cspell-resolver": "7.2.0",
"packages/cspell-service-bus": "7.2.0",
"packages/cspell-strong-weak-map": "7.2.0",
"packages/cspell-tools": "7.2.0",
"packages/cspell-trie": "7.2.0",
"packages/cspell-trie-lib": "7.2.0",
"packages/cspell-types": "7.2.0",
"packages/dynamic-import": "7.2.0",
"packages/hunspell-reader": "7.2.0"
".": "7.3.1",
"packages/Samples": "7.3.1",
"packages/cspell": "7.3.1",
"packages/cspell-bundled-dicts": "7.3.1",
"packages/cspell-code-snippets": "7.3.1",
"packages/cspell-config-lib": "7.3.1",
"packages/cspell-dictionary": "7.3.1",
"packages/cspell-eslint-plugin": "7.3.1",
"packages/cspell-gitignore": "7.3.1",
"packages/cspell-glob": "7.3.1",
"packages/cspell-grammar": "7.3.1",
"packages/cspell-io": "7.3.1",
"packages/cspell-json-reporter": "7.3.1",
"packages/cspell-lib": "7.3.1",
"packages/cspell-pipe": "7.3.1",
"packages/cspell-resolver": "7.3.1",
"packages/cspell-service-bus": "7.3.1",
"packages/cspell-strong-weak-map": "7.3.1",
"packages/cspell-tools": "7.3.1",
"packages/cspell-trie": "7.3.1",
"packages/cspell-trie-lib": "7.3.1",
"packages/cspell-types": "7.3.1",
"packages/dynamic-import": "7.3.1",
"packages/hunspell-reader": "7.3.1"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-monorepo
4 changes: 4 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-integration-tests
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
"version": "7.3.1",
"version": "7.3.2",
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
"bin": {
"cspell-integration-tests": "tester.js",
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"./test-packages/*/*",
"./integration-tests"
],
"version": "7.3.1",
"version": "7.3.2",
"command": {
"version": {
"allowBranch": "main",
4 changes: 4 additions & 0 deletions packages/Samples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-tools-samples
2 changes: 1 addition & 1 deletion packages/Samples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-tools-samples",
"version": "7.3.1",
"version": "7.3.2",
"description": "Sample files used during unit tests",
"private": true,
"scripts": {
4 changes: 4 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package @cspell/cspell-bundled-dicts
2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-bundled-dicts",
"version": "7.3.1",
"version": "7.3.2",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
4 changes: 4 additions & 0 deletions packages/cspell-code-snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package @cspell/cspell-code-snippets
2 changes: 1 addition & 1 deletion packages/cspell-code-snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-code-snippets",
"version": "7.3.1",
"version": "7.3.2",
"description": "Code snippets and data structures.",
"private": true,
"files": [],
4 changes: 4 additions & 0 deletions packages/cspell-config-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-config-lib
2 changes: 1 addition & 1 deletion packages/cspell-config-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-config-lib",
"version": "7.3.1",
"version": "7.3.2",
"description": "CSpell Config library",
"keywords": [
"cspell",
4 changes: 4 additions & 0 deletions packages/cspell-dictionary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-dictionary
2 changes: 1 addition & 1 deletion packages/cspell-dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-dictionary",
"version": "7.3.1",
"version": "7.3.2",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
"type": "module",
"types": "dist/index.d.ts",
4 changes: 4 additions & 0 deletions packages/cspell-eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package @cspell/eslint-plugin
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "7.3.1",
"version": "7.3.2",
"description": "CSpell ESLint plugin",
"keywords": [
"cspell",
4 changes: 4 additions & 0 deletions packages/cspell-gitignore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-gitignore
2 changes: 1 addition & 1 deletion packages/cspell-gitignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-gitignore",
"version": "7.3.1",
"version": "7.3.2",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
4 changes: 4 additions & 0 deletions packages/cspell-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-glob
2 changes: 1 addition & 1 deletion packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-glob",
"version": "7.3.1",
"version": "7.3.2",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
4 changes: 4 additions & 0 deletions packages/cspell-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-grammar
2 changes: 1 addition & 1 deletion packages/cspell-grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-grammar",
"version": "7.3.1",
"version": "7.3.2",
"description": "Grammar parsing support for cspell",
"keywords": [
"cspell",
4 changes: 4 additions & 0 deletions packages/cspell-io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-io
2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-io",
"version": "7.3.1",
"version": "7.3.2",
"description": "A library of useful I/O functions used across various cspell tools.",
"type": "module",
"types": "dist/esm/index.d.ts",
4 changes: 4 additions & 0 deletions packages/cspell-json-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package @cspell/cspell-json-reporter
2 changes: 1 addition & 1 deletion packages/cspell-json-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-json-reporter",
"version": "7.3.1",
"version": "7.3.2",
"description": "JSON reporter for CSpell",
"author": "Jason Dent",
"license": "MIT",
4 changes: 4 additions & 0 deletions packages/cspell-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package cspell-lib
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "7.3.1",
"version": "7.3.2",
"description": "A library of useful functions used across various cspell tools.",
"type": "module",
"types": "dist/esm/index.d.ts",
4 changes: 4 additions & 0 deletions packages/cspell-pipe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package @cspell/cspell-pipe
2 changes: 1 addition & 1 deletion packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "7.3.1",
"version": "7.3.2",
"description": "Library to make working with Iterators/AsyncIterators easier.",
"keywords": [
"cspell",
4 changes: 4 additions & 0 deletions packages/cspell-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

**Note:** Version bump only for package @cspell/cspell-resolver
2 changes: 1 addition & 1 deletion packages/cspell-resolver/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "7.3.1",
"version": "7.3.2",
"description": "Library to help resolve module locations.",
"keywords": [
"cspell",
4 changes: 4 additions & 0 deletions packages/cspell-service-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## 7.3.2 (2023-09-01)

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

## 7.3.1 (2023-09-01)

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