Skip to content

Commit 39dbd9a

Browse files
author
streetsidesoftware[bot]
committed
v9.0.2
1 parent 326070d commit 39dbd9a

File tree

137 files changed

+341
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+341
-69
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 9.0.2 (2025-05-20)
7+
8+
**Note:** Version bump only for package cspell-monorepo
9+
610
## 9.0.1 (2025-05-08)
711

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

integration-tests/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 9.0.2 (2025-05-20)
7+
8+
**Note:** Version bump only for package cspell-integration-tests
9+
610
## 9.0.1 (2025-05-08)
711

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

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cspell-integration-tests",
33
"private": true,
4-
"version": "9.0.1",
4+
"version": "9.0.2",
55
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
66
"bin": {
77
"cspell-integration-tests": "tester.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"./test-packages/*/*",
77
"./integration-tests"
88
],
9-
"version": "9.0.1",
9+
"version": "9.0.2",
1010
"command": {
1111
"version": {
1212
"allowBranch": "main",

packages/Samples/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 9.0.2 (2025-05-20)
7+
8+
**Note:** Version bump only for package @internal/cspell-tools-samples
9+
610
## 9.0.1 (2025-05-08)
711

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

packages/Samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internal/cspell-tools-samples",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Sample files used during unit tests",
55
"private": true,
66
"scripts": {

packages/cspell-bundled-dicts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 9.0.2 (2025-05-20)
7+
8+
**Note:** Version bump only for package @cspell/cspell-bundled-dicts
9+
610
## 9.0.1 (2025-05-08)
711

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

packages/cspell-bundled-dicts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-bundled-dicts",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Dictionaries bundled with cspell",
55
"publishConfig": {
66
"access": "public",

packages/cspell-code-snippets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 9.0.2 (2025-05-20)
7+
8+
**Note:** Version bump only for package @cspell/cspell-code-snippets
9+
610
## 9.0.1 (2025-05-08)
711

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

packages/cspell-code-snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-code-snippets",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Code snippets and data structures.",
55
"private": true,
66
"files": [],

0 commit comments

Comments
 (0)