Skip to content

Commit

Permalink
v5.3.7-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 5, 2021
1 parent 990dbe8 commit c353bfd
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 18 deletions.
8 changes: 8 additions & 0 deletions 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.3.7-alpha.2](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.1...v5.3.7-alpha.2) (2021-03-05)

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





## [5.3.7-alpha.1](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.0...v5.3.7-alpha.1) (2021-03-05)

**Note:** Version bump only for package cspell-monorepo
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.3.7-alpha.1"
"version": "5.3.7-alpha.2"
}
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.3.7-alpha.2](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.1...v5.3.7-alpha.2) (2021-03-05)

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





## [5.3.7-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.3.6...v5.3.7-alpha.0) (2021-03-05)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "5.3.7-alpha.0",
"version": "5.3.7-alpha.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/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.3.7-alpha.2](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.1...v5.3.7-alpha.2) (2021-03-05)

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





## [5.3.7-alpha.1](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.0...v5.3.7-alpha.1) (2021-03-05)

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

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.3.7-alpha.1",
"version": "5.3.7-alpha.2",
"description": "A Spelling Checker for Code!",
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
"main": "dist/index.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"commander": "^7.1.0",
"comment-json": "^4.1.0",
"cspell-glob": "^5.3.5",
"cspell-lib": "^5.3.7-alpha.0",
"cspell-lib": "^5.3.7-alpha.2",
"fs-extra": "^9.1.0",
"get-stdin": "^8.0.0",
"glob": "^7.1.6",
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-cspell-lib-webpack/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.3.7-alpha.2](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.1...v5.3.7-alpha.2) (2021-03-05)

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





## [5.3.7-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.3.6...v5.3.7-alpha.0) (2021-03-05)

**Note:** Version bump only for package test-cspell-lib-webpack
Expand Down
2 changes: 1 addition & 1 deletion test-packages/test-cspell-lib-webpack/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-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-webpack",
"version": "5.3.7-alpha.0",
"version": "5.3.7-alpha.2",
"description": "Pure testing package for cspell-lib",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
"keywords": [],
"devDependencies": {
"@cspell/cspell-types": "^5.3.5",
"cspell-lib": "^5.3.7-alpha.0",
"cspell-lib": "^5.3.7-alpha.2",
"jest": "^26.6.3",
"ts-loader": "^8.0.17",
"typescript": "^4.2.2",
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.3.7-alpha.2](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.1...v5.3.7-alpha.2) (2021-03-05)

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





## [5.3.7-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.3.6...v5.3.7-alpha.0) (2021-03-05)

**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.3.7-alpha.0",
"version": "5.3.7-alpha.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.3.7-alpha.0"
"cspell-lib": "^5.3.7-alpha.2"
},
"main": "index.js",
"keywords": []
Expand Down
8 changes: 8 additions & 0 deletions test-packages/test-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.3.7-alpha.2](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.1...v5.3.7-alpha.2) (2021-03-05)

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





## [5.3.7-alpha.1](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.0...v5.3.7-alpha.1) (2021-03-05)

**Note:** Version bump only for package test-cspell-tools
Expand Down
2 changes: 1 addition & 1 deletion test-packages/test-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 test-packages/test-cspell-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-cspell-tools",
"version": "5.3.7-alpha.1",
"version": "5.3.7-alpha.2",
"description": "Pure testing package for @cspell/cspell-tools.",
"private": true,
"scripts": {
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@cspell/cspell-tools": "^5.3.5",
"cspell": "^5.3.7-alpha.1"
"cspell": "^5.3.7-alpha.2"
},
"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.3.7-alpha.2](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.1...v5.3.7-alpha.2) (2021-03-05)

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





## [5.3.7-alpha.1](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.0...v5.3.7-alpha.1) (2021-03-05)

**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.3.7-alpha.1",
"version": "5.3.7-alpha.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.3.7-alpha.1"
"cspell": "^5.3.7-alpha.2"
},
"main": "index.js",
"keywords": []
Expand Down

0 comments on commit c353bfd

Please sign in to comment.