Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - cspell-glob@0.1.23
 - cspell-io@4.1.3
 - cspell-lib@4.3.3
 - cspell-tools@4.2.5
 - cspell-trie-lib@4.2.3
 - cspell-trie@4.2.4
 - cspell-trie2-lib@4.1.2
 - cspell-util-bundle@4.1.5
 - cspell@4.1.6
  • Loading branch information
Jason3S committed Nov 14, 2020
1 parent d85ffec commit e40660e
Show file tree
Hide file tree
Showing 27 changed files with 118 additions and 28 deletions.
13 changes: 13 additions & 0 deletions packages/cspell-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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

## [0.1.23](https://github.com/streetsidesoftware/cspell/compare/cspell-glob@0.1.21...cspell-glob@0.1.23) (2020-11-14)

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





# Release Notes

## [0.1.16]
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": "0.1.22",
"version": "0.1.23",
"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.

## [4.1.3](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.2...cspell-io@4.1.3) (2020-11-14)

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





## [4.1.2](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.1...cspell-io@4.1.2) (2020-11-09)

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

## [4.3.3](https://github.com/streetsidesoftware/cspell/compare/cspell-lib@4.3.2...cspell-lib@4.3.3) (2020-11-14)


### Bug Fixes

* Clean up handling of configuration errors. ([#572](https://github.com/streetsidesoftware/cspell/issues/572)) ([98f7b15](https://github.com/streetsidesoftware/cspell/commit/98f7b152d7c6d9674a81e9122c3f236057647191))
* Issue with crash on missing files. ([#569](https://github.com/streetsidesoftware/cspell/issues/569)) ([52cf0b9](https://github.com/streetsidesoftware/cspell/commit/52cf0b9aad944fcdee1490aaea4a4696e7dd6444))





## [4.3.2](https://github.com/streetsidesoftware/cspell/compare/cspell-lib@4.3.1...cspell-lib@4.3.2) (2020-11-09)


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.

10 changes: 5 additions & 5 deletions packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "4.3.2",
"version": "4.3.3",
"description": "A library of useful functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -85,9 +85,9 @@
"cspell-dict-scala": "^1.0.17",
"cspell-dict-software-terms": "^1.0.19",
"cspell-dict-typescript": "^1.0.12",
"cspell-io": "^4.1.2",
"cspell-trie-lib": "^4.2.2",
"cspell-util-bundle": "^4.1.4",
"cspell-io": "^4.1.3",
"cspell-trie-lib": "^4.2.3",
"cspell-util-bundle": "^4.1.5",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"minimatch": "^3.0.4",
Expand All @@ -98,6 +98,6 @@
"node": ">=10.0.0"
},
"devDependencies": {
"cspell-tools": "^4.2.4"
"cspell-tools": "^4.2.5"
}
}
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.

## [4.2.5](https://github.com/streetsidesoftware/cspell/compare/cspell-tools@4.2.4...cspell-tools@4.2.5) (2020-11-14)

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





## [4.2.4](https://github.com/streetsidesoftware/cspell/compare/cspell-tools@4.2.3...cspell-tools@4.2.4) (2020-11-09)

**Note:** Version bump only for package 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-tools",
"version": "4.2.4",
"version": "4.2.5",
"description": "Tools to assist with the development of cSpell",
"typings": "dist/index.d.ts",
"bin": {
Expand Down Expand Up @@ -40,9 +40,9 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^6.2.0",
"cspell-io": "^4.1.2",
"cspell-trie-lib": "^4.2.2",
"cspell-util-bundle": "^4.1.4",
"cspell-io": "^4.1.3",
"cspell-trie-lib": "^4.2.3",
"cspell-util-bundle": "^4.1.5",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"glob": "^7.1.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-trie-lib/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.

## [4.2.3](https://github.com/streetsidesoftware/cspell/compare/cspell-trie-lib@4.2.2...cspell-trie-lib@4.2.3) (2020-11-14)

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





## [4.2.2](https://github.com/streetsidesoftware/cspell/compare/cspell-trie-lib@4.2.1...cspell-trie-lib@4.2.2) (2020-11-01)


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": "4.2.2",
"version": "4.2.3",
"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.

## [4.2.4](https://github.com/streetsidesoftware/cspell/compare/cspell-trie@4.2.3...cspell-trie@4.2.4) (2020-11-14)

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





## [4.2.3](https://github.com/streetsidesoftware/cspell/compare/cspell-trie@4.2.2...cspell-trie@4.2.3) (2020-11-09)

**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": "4.2.3",
"version": "4.2.4",
"description": "Trie Data Structure reader for cspell",
"bin": "bin.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^6.2.0",
"cspell-trie-lib": "^4.2.2",
"cspell-trie-lib": "^4.2.3",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"iterable-to-stream": "^1.0.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/cspell-trie2-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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

## [4.1.2](https://github.com/streetsidesoftware/cspell/compare/cspell-trie2-lib@4.1.1...cspell-trie2-lib@4.1.2) (2020-11-14)

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





# Release Notes

## 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie2-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-trie2-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-trie2-lib",
"version": "4.1.1",
"version": "4.1.2",
"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-util-bundle/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.

## [4.1.5](https://github.com/streetsidesoftware/cspell/compare/cspell-util-bundle@4.1.4...cspell-util-bundle@4.1.5) (2020-11-14)

**Note:** Version bump only for package cspell-util-bundle





## [4.1.4](https://github.com/streetsidesoftware/cspell/compare/cspell-util-bundle@4.1.3...cspell-util-bundle@4.1.4) (2020-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-util-bundle/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-util-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-util-bundle",
"version": "4.1.4",
"version": "4.1.5",
"description": "This is a bundle of external libraries used by cspell bundled into a single `.js`",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/cspell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.6](https://github.com/streetsidesoftware/cspell/compare/cspell@4.1.5...cspell@4.1.6) (2020-11-14)


### Bug Fixes

* Clean up handling of configuration errors. ([#572](https://github.com/streetsidesoftware/cspell/issues/572)) ([98f7b15](https://github.com/streetsidesoftware/cspell/commit/98f7b152d7c6d9674a81e9122c3f236057647191))
* fail on missing files ([#575](https://github.com/streetsidesoftware/cspell/issues/575)) ([d85ffec](https://github.com/streetsidesoftware/cspell/commit/d85ffecd1364c3e11a5c72639f4b3050322bad58))





## [4.1.5](https://github.com/streetsidesoftware/cspell/compare/cspell@4.1.4...cspell@4.1.5) (2020-11-09)

**Note:** Version bump only for package cspell
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell",
"version": "4.1.5",
"version": "4.1.6",
"description": "A Spelling Checker for Code!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"chalk": "^4.1.0",
"commander": "^6.1.0",
"comment-json": "^4.0.6",
"cspell-glob": "^0.1.22",
"cspell-lib": "^4.3.2",
"cspell-glob": "^0.1.23",

This comment has been minimized.

Copy link
@anianj

anianj Nov 14, 2020

this version is not exsited!!!

This comment has been minimized.

Copy link
@anianj

anianj Nov 14, 2020

on npm

"cspell-lib": "^4.3.3",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"get-stdin": "^8.0.0",
Expand Down

0 comments on commit e40660e

Please sign in to comment.