Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - cspell-glob@0.1.25
 - cspell-io@4.1.6
 - cspell-lib@4.3.6
 - cspell-tools@4.2.8
 - cspell-trie-lib@4.2.6
 - cspell-trie@4.2.7
 - cspell-trie2-lib@4.1.5
 - cspell-util-bundle@4.1.8
 - cspell@4.2.2
  • Loading branch information
Jason3S committed Nov 17, 2020
1 parent f9c98ff commit 9e28c1b
Show file tree
Hide file tree
Showing 27 changed files with 127 additions and 28 deletions.
11 changes: 11 additions & 0 deletions packages/cspell-glob/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.

## [0.1.25](https://github.com/streetsidesoftware/cspell/compare/cspell-glob@0.1.24...cspell-glob@0.1.25) (2020-11-17)


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 0.1.24 (2020-11-17)

### Bug Fixes
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.24",
"version": "0.1.25",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-io/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.

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


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 4.1.5 (2020-11-17)

### Bug Fixes
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.5",
"version": "4.1.6",
"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.

## [4.3.6](https://github.com/streetsidesoftware/cspell/compare/cspell-lib@4.3.5...cspell-lib@4.3.6) (2020-11-17)


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 4.3.5 (2020-11-17)

### Bug Fixes
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.5",
"version": "4.3.6",
"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.5",
"cspell-trie-lib": "^4.2.5",
"cspell-util-bundle": "^4.1.7",
"cspell-io": "^4.1.6",
"cspell-trie-lib": "^4.2.6",
"cspell-util-bundle": "^4.1.8",
"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.7"
"cspell-tools": "^4.2.8"
}
}
11 changes: 11 additions & 0 deletions packages/cspell-tools/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.

## [4.2.8](https://github.com/streetsidesoftware/cspell/compare/cspell-tools@4.2.7...cspell-tools@4.2.8) (2020-11-17)


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 4.2.7 (2020-11-17)

### Bug Fixes
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.7",
"version": "4.2.8",
"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.5",
"cspell-trie-lib": "^4.2.5",
"cspell-util-bundle": "^4.1.7",
"cspell-io": "^4.1.6",
"cspell-trie-lib": "^4.2.6",
"cspell-util-bundle": "^4.1.8",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"glob": "^7.1.6",
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.

## [4.2.6](https://github.com/streetsidesoftware/cspell/compare/cspell-trie-lib@4.2.5...cspell-trie-lib@4.2.6) (2020-11-17)


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 4.2.5 (2020-11-17)

### Bug Fixes
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.5",
"version": "4.2.6",
"description": "Trie Data Structure to support cspell.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-trie/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.

## [4.2.7](https://github.com/streetsidesoftware/cspell/compare/cspell-trie@4.2.6...cspell-trie@4.2.7) (2020-11-17)


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 4.2.6 (2020-11-17)

### Bug Fixes
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.6",
"version": "4.2.7",
"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.5",
"cspell-trie-lib": "^4.2.6",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"iterable-to-stream": "^1.0.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-trie2-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.

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


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 4.1.4 (2020-11-17)

### Bug Fixes
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.4",
"version": "4.1.5",
"description": "Trie Data Structure to support cspell.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-util-bundle/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.

## [4.1.8](https://github.com/streetsidesoftware/cspell/compare/cspell-util-bundle@4.1.7...cspell-util-bundle@4.1.8) (2020-11-17)


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 4.1.7 (2020-11-17)

### Bug Fixes
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.7",
"version": "4.1.8",
"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
11 changes: 11 additions & 0 deletions packages/cspell/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.

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


### Bug Fixes

* format changelog to bump version ([f9c98ff](https://github.com/streetsidesoftware/cspell/commit/f9c98ff2c5c2fe9d2c801d9f93fc7a25feb445f6))





## 4.2.1 (2020-11-17)

### Bug Fixes
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.2.1",
"version": "4.2.2",
"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.24",
"cspell-lib": "^4.3.5",
"cspell-glob": "^0.1.25",
"cspell-lib": "^4.3.6",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"get-stdin": "^8.0.0",
Expand Down

0 comments on commit 9e28c1b

Please sign in to comment.