Skip to content

Commit

Permalink
v5.9.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 31, 2021
1 parent fc0c2bb commit 6713a74
Show file tree
Hide file tree
Showing 62 changed files with 264 additions and 68 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)


### Bug Fixes

* Update packages and fix schema lint issue. ([#1591](https://github.com/streetsidesoftware/cspell/issues/1591)) ([f849ecb](https://github.com/streetsidesoftware/cspell/commit/f849ecb26eee1daa77b12c79a0af2d71eadff241))


### Features

* Upgrade to the newest, (case sensitive), English dictionary ([#1545](https://github.com/streetsidesoftware/cspell/issues/1545)) ([581fc4d](https://github.com/streetsidesoftware/cspell/commit/581fc4d8ce0c18df779670cb6a41899d3b9c4e48))





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)


Expand Down
11 changes: 11 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)


### Features

* Upgrade to the newest, (case sensitive), English dictionary ([#1545](https://github.com/streetsidesoftware/cspell/issues/1545)) ([581fc4d](https://github.com/streetsidesoftware/cspell/commit/581fc4d8ce0c18df779670cb6a41899d3b9c4e48))





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)

**Note:** Version bump only for package cspell-integration-tests
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
"bin": {
"cspell-integration-tests": "tester.js"
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/node": "^16.7.8",
"@types/rimraf": "^3.0.2",
"@types/shelljs": "^0.8.9",
"cspell": "^5.8.2",
"cspell": "^5.9.0-alpha.0",
"jest": "^27.1.0"
},
"main": "tester.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"test-packages/*",
"integration-tests"
],
"version": "5.8.2"
"version": "5.9.0-alpha.0"
}
11 changes: 11 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)


### Features

* Upgrade to the newest, (case sensitive), English dictionary ([#1545](https://github.com/streetsidesoftware/cspell/issues/1545)) ([581fc4d](https://github.com/streetsidesoftware/cspell/commit/581fc4d8ce0c18df779670cb6a41899d3b9c4e48))





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)

**Note:** Version bump only for package @cspell/cspell-bundled-dicts
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -83,7 +83,7 @@
"node": ">=12.0.0"
},
"devDependencies": {
"@cspell/cspell-tools": "^5.8.2",
"@cspell/cspell-types": "^5.8.2"
"@cspell/cspell-tools": "^5.9.0-alpha.0",
"@cspell/cspell-types": "^5.9.0-alpha.0"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-dynamic-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)

**Note:** Version bump only for package @cspell/cspell-dynamic-loader
2 changes: 1 addition & 1 deletion packages/cspell-dynamic-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cspell-dynamic-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "Load cspell or cspell-lib on demand",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -48,8 +48,8 @@
"import-fresh": "^3.3.0"
},
"devDependencies": {
"cspell": "^5.8.2",
"cspell-lib": "^5.8.2",
"cspell": "^5.9.0-alpha.0",
"cspell-lib": "^5.9.0-alpha.0",
"jest": "^27.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)

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





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)

**Note:** Version bump only for package cspell-glob
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-glob/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)

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





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)

**Note:** Version bump only for package cspell-io
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-io/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "A library of useful I/O functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)


### Features

* Upgrade to the newest, (case sensitive), English dictionary ([#1545](https://github.com/streetsidesoftware/cspell/issues/1545)) ([581fc4d](https://github.com/streetsidesoftware/cspell/commit/581fc4d8ce0c18df779670cb6a41899d3b9c4e48))





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "A library of useful functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -46,15 +46,15 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.8.2",
"@cspell/cspell-types": "^5.8.2",
"@cspell/cspell-bundled-dicts": "^5.9.0-alpha.0",
"@cspell/cspell-types": "^5.9.0-alpha.0",
"clear-module": "^4.1.1",
"comment-json": "^4.1.1",
"configstore": "^5.0.1",
"cosmiconfig": "^7.0.1",
"cspell-glob": "^5.8.2",
"cspell-io": "^5.8.2",
"cspell-trie-lib": "^5.8.2",
"cspell-glob": "^5.9.0-alpha.0",
"cspell-io": "^5.9.0-alpha.0",
"cspell-trie-lib": "^5.9.0-alpha.0",
"find-up": "^5.0.0",
"fs-extra": "^10.0.0",
"gensequence": "^3.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)

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





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)

**Note:** Version bump only for package @cspell/cspell-tools
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-tools",
"version": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "Tools to assist with the development of cSpell",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down Expand Up @@ -45,12 +45,12 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^8.1.0",
"cspell-io": "^5.8.2",
"cspell-trie-lib": "^5.8.2",
"cspell-io": "^5.9.0-alpha.0",
"cspell-trie-lib": "^5.9.0-alpha.0",
"fs-extra": "^10.0.0",
"gensequence": "^3.1.1",
"glob": "^7.1.7",
"hunspell-reader": "^4.0.0"
"hunspell-reader": "^5.9.0-alpha.0"
},
"engines": {
"node": ">=12.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-trie-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)


### Features

* Upgrade to the newest, (case sensitive), English dictionary ([#1545](https://github.com/streetsidesoftware/cspell/issues/1545)) ([581fc4d](https://github.com/streetsidesoftware/cspell/commit/581fc4d8ce0c18df779670cb6a41899d3b9c4e48))





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)

**Note:** Version bump only for package cspell-trie-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-trie-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-trie-lib",
"version": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "Trie Data Structure to support cspell.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-trie/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.8.2...v5.9.0-alpha.0) (2021-08-31)

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





## [5.8.2](https://github.com/streetsidesoftware/cspell/compare/v5.8.1...v5.8.2) (2021-08-25)

**Note:** Version bump only for package cspell-trie
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cspell-trie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-trie",
"version": "5.8.2",
"version": "5.9.0-alpha.0",
"description": "Trie Data Structure reader for cspell",
"bin": {
"cspell-trie": "bin.js"
Expand Down Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^8.1.0",
"cspell-trie-lib": "^5.8.2",
"cspell-trie-lib": "^5.9.0-alpha.0",
"fs-extra": "^10.0.0",
"gensequence": "^3.1.1",
"iterable-to-stream": "^2.0.0"
Expand Down
Loading

0 comments on commit 6713a74

Please sign in to comment.