Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 28, 2020
1 parent 975600f commit b050a31
Show file tree
Hide file tree
Showing 32 changed files with 121 additions and 27 deletions.
11 changes: 11 additions & 0 deletions 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.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)


### Bug Fixes

* remove dependency upon `@types/glob` ([#810](https://github.com/streetsidesoftware/cspell/issues/810)) ([03fab52](https://github.com/streetsidesoftware/cspell/commit/03fab5288d971ced4c49da6765194653d8f73f96))





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)


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.1.0"
"version": "5.1.1"
}
8 changes: 8 additions & 0 deletions packages/cspell-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.

## [5.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)


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.

4 changes: 2 additions & 2 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.1.0",
"version": "5.1.1",
"description": "A library of useful functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"configstore": "^5.0.1",
"cspell-io": "^5.1.0",
"cspell-trie-lib": "^5.1.0",
"cspell-util-bundle": "^5.1.0",
"cspell-util-bundle": "^5.1.1",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"minimatch": "^3.0.4",
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.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)

**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.

4 changes: 2 additions & 2 deletions packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-tools",
"version": "5.1.0",
"version": "5.1.1",
"description": "Tools to assist with the development of cSpell",
"typings": "dist/index.d.ts",
"bin": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"commander": "^6.2.1",
"cspell-io": "^5.1.0",
"cspell-trie-lib": "^5.1.0",
"cspell-util-bundle": "^5.1.0",
"cspell-util-bundle": "^5.1.1",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"glob": "^7.1.6",
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.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)

**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.

2 changes: 1 addition & 1 deletion packages/cspell-trie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-trie",
"version": "5.1.0",
"version": "5.1.1",
"description": "Trie Data Structure reader for cspell",
"bin": {
"cspell-trie": "bin.js"
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.

## [5.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)

**Note:** Version bump only for package cspell-util-bundle
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": "5.1.0",
"version": "5.1.1",
"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.

## [5.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)


### Bug Fixes

* remove dependency upon `@types/glob` ([#810](https://github.com/streetsidesoftware/cspell/issues/810)) ([03fab52](https://github.com/streetsidesoftware/cspell/commit/03fab5288d971ced4c49da6765194653d8f73f96))





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)


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.

4 changes: 2 additions & 2 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell",
"version": "5.1.0",
"version": "5.1.1",
"description": "A Spelling Checker for Code!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
"commander": "^6.2.1",
"comment-json": "^4.1.0",
"cspell-glob": "^5.1.0",
"cspell-lib": "^5.1.0",
"cspell-lib": "^5.1.1",
"fs-extra": "^9.0.1",
"get-stdin": "^8.0.0",
"glob": "^7.1.6",
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-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.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)

**Note:** Version bump only for package test-cspell-glob
Expand Down
2 changes: 1 addition & 1 deletion test-packages/test-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 test-packages/test-cspell-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-glob",
"version": "5.1.0",
"version": "5.1.1",
"description": "Pure testing package for cspell-io. It purpose is to verify cspell-io dependencies.",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-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.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)

**Note:** Version bump only for package test-cspell-io
Expand Down
2 changes: 1 addition & 1 deletion test-packages/test-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 test-packages/test-cspell-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-io",
"version": "5.1.0",
"version": "5.1.1",
"description": "Pure testing package for cspell-io. It purpose is to verify cspell-io dependencies.",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-cspell-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.

## [5.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)

**Note:** Version bump only for package test-cspell-lib
Expand Down
2 changes: 1 addition & 1 deletion test-packages/test-cspell-lib/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 test-packages/test-cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib",
"version": "5.1.0",
"version": "5.1.1",
"description": "Pure testing package for cspell-io. It purpose is to verify cspell-io dependencies.",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"cspell-lib": "^5.1.0"
"cspell-lib": "^5.1.1"
},
"main": "index.js",
"keywords": []
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-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.

## [5.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)

**Note:** Version bump only for package test-cspell-util-bundle
Expand Down
2 changes: 1 addition & 1 deletion test-packages/test-cspell-util-bundle/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 test-packages/test-cspell-util-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-util-bundle",
"version": "5.1.0",
"version": "5.1.1",
"description": "Pure testing package for cspell-util-bundle.",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"cspell-util-bundle": "^5.1.0"
"cspell-util-bundle": "^5.1.1"
},
"main": "index.js",
"keywords": []
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-cspell/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.1.1](https://github.com/streetsidesoftware/cspell/compare/v5.1.0...v5.1.1) (2020-12-28)

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





# [5.1.0](https://github.com/streetsidesoftware/cspell/compare/v5.0.8...v5.1.0) (2020-12-27)

**Note:** Version bump only for package test-cspell
Expand Down
2 changes: 1 addition & 1 deletion test-packages/test-cspell/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 test-packages/test-cspell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell",
"version": "5.1.0",
"version": "5.1.1",
"description": "Pure testing package for cspell-io. It purpose is to verify cspell-io dependencies.",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"cspell": "^5.1.0"
"cspell": "^5.1.1"
},
"main": "index.js",
"keywords": []
Expand Down

0 comments on commit b050a31

Please sign in to comment.