Skip to content

Commit

Permalink
v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 31, 2020
1 parent 3b41a7a commit e5a0477
Show file tree
Hide file tree
Showing 20 changed files with 72 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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.2](https://github.com/streetsidesoftware/cspell/compare/v5.1.1...v5.1.2) (2020-12-31)

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





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


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
"test-packages/*",
"integration-tests"
],
"version": "5.1.1"
"version": "5.1.2"
}
8 changes: 8 additions & 0 deletions packages/cspell-lib/CHANGELOG.md
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.2](https://github.com/streetsidesoftware/cspell/compare/v5.1.1...v5.1.2) (2020-12-31)

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





## [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
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.

2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "5.1.1",
"version": "5.1.2",
"description": "A library of useful functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-tools/CHANGELOG.md
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.2](https://github.com/streetsidesoftware/cspell/compare/v5.1.1...v5.1.2) (2020-12-31)

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





## [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
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.

2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-tools",
"version": "5.1.1",
"version": "5.1.2",
"description": "Tools to assist with the development of cSpell",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell/CHANGELOG.md
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.2](https://github.com/streetsidesoftware/cspell/compare/v5.1.1...v5.1.2) (2020-12-31)

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





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


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
@@ -1,6 +1,6 @@
{
"name": "cspell",
"version": "5.1.1",
"version": "5.1.2",
"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.1",
"cspell-lib": "^5.1.2",
"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-lib/CHANGELOG.md
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.2](https://github.com/streetsidesoftware/cspell/compare/v5.1.1...v5.1.2) (2020-12-31)

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





## [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
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
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib",
"version": "5.1.1",
"version": "5.1.2",
"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.1"
"cspell-lib": "^5.1.2"
},
"main": "index.js",
"keywords": []
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-cspell-util-bundle/CHANGELOG.md
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.2](https://github.com/streetsidesoftware/cspell/compare/v5.1.1...v5.1.2) (2020-12-31)

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





## [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
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.

2 changes: 1 addition & 1 deletion test-packages/test-cspell-util-bundle/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-util-bundle",
"version": "5.1.1",
"version": "5.1.2",
"description": "Pure testing package for cspell-util-bundle.",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-cspell/CHANGELOG.md
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.2](https://github.com/streetsidesoftware/cspell/compare/v5.1.1...v5.1.2) (2020-12-31)

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





## [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
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
@@ -1,6 +1,6 @@
{
"name": "test-cspell",
"version": "5.1.1",
"version": "5.1.2",
"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.1"
"cspell": "^5.1.2"
},
"main": "index.js",
"keywords": []
Expand Down

0 comments on commit e5a0477

Please sign in to comment.