Skip to content

Commit

Permalink
v5.3.7-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 5, 2021
1 parent 106da6a commit 5b969be
Show file tree
Hide file tree
Showing 47 changed files with 177 additions and 49 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.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.2...v5.3.7-alpha.3) (2021-03-05)

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





## [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
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.2"
"version": "5.3.7-alpha.3"
}
8 changes: 8 additions & 0 deletions packages/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.3.7-alpha.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.2...v5.3.7-alpha.3) (2021-03-05)

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





## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)


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": "5.3.5",
"version": "5.3.7-alpha.3",
"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.

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

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





## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)

**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": "5.3.5",
"version": "5.3.7-alpha.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
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.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.2...v5.3.7-alpha.3) (2021-03-05)

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





## [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
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": "5.3.7-alpha.2",
"version": "5.3.7-alpha.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 @@ -47,13 +47,13 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.3.4",
"@cspell/cspell-types": "^5.3.5",
"@cspell/cspell-types": "^5.3.7-alpha.3",
"comment-json": "^4.1.0",
"configstore": "^5.0.1",
"cosmiconfig": "^7.0.0",
"cspell-glob": "^5.3.5",
"cspell-io": "^5.3.5",
"cspell-trie-lib": "^5.3.5",
"cspell-glob": "^5.3.7-alpha.3",
"cspell-io": "^5.3.7-alpha.3",
"cspell-trie-lib": "^5.3.7-alpha.3",
"fs-extra": "^9.1.0",
"gensequence": "^3.1.1",
"resolve-from": "^5.0.0",
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.3.7-alpha.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.2...v5.3.7-alpha.3) (2021-03-05)

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





## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)

**Note:** Version bump only for package @cspell/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.

6 changes: 3 additions & 3 deletions packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-tools",
"version": "5.3.5",
"version": "5.3.7-alpha.3",
"description": "Tools to assist with the development of cSpell",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down Expand Up @@ -45,8 +45,8 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^7.1.0",
"cspell-io": "^5.3.5",
"cspell-trie-lib": "^5.3.5",
"cspell-io": "^5.3.7-alpha.3",
"cspell-trie-lib": "^5.3.7-alpha.3",
"fs-extra": "^9.1.0",
"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.

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

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





## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)

**Note:** Version bump only for package cspell-trie-lib
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": "5.3.5",
"version": "5.3.7-alpha.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.

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

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





## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)

**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": "5.3.5",
"version": "5.3.7-alpha.3",
"description": "Trie Data Structure reader for cspell",
"bin": {
"cspell-trie": "bin.js"
Expand Down Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^7.1.0",
"cspell-trie-lib": "^5.3.5",
"cspell-trie-lib": "^5.3.7-alpha.3",
"fs-extra": "^9.1.0",
"gensequence": "^3.1.1",
"iterable-to-stream": "^1.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-trie2-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.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.2...v5.3.7-alpha.3) (2021-03-05)

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





## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)

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

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





## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-types/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-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "5.3.5",
"version": "5.3.7-alpha.3",
"description": "Types for cspell and cspell-lib",
"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.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.2...v5.3.7-alpha.3) (2021-03-05)

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





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

8 changes: 4 additions & 4 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.2",
"version": "5.3.7-alpha.3",
"description": "A Spelling Checker for Code!",
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
"main": "dist/index.js",
Expand Down Expand Up @@ -66,12 +66,12 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"@cspell/cspell-types": "^5.3.5",
"@cspell/cspell-types": "^5.3.7-alpha.3",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"comment-json": "^4.1.0",
"cspell-glob": "^5.3.5",
"cspell-lib": "^5.3.7-alpha.2",
"cspell-glob": "^5.3.7-alpha.3",
"cspell-lib": "^5.3.7-alpha.3",
"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-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.3.7-alpha.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.7-alpha.2...v5.3.7-alpha.3) (2021-03-05)

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





## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)

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

4 changes: 2 additions & 2 deletions 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.3.5",
"version": "5.3.7-alpha.3",
"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-glob": "^5.3.5"
"cspell-glob": "^5.3.7-alpha.3"
},
"main": "index.js",
"keywords": []
Expand Down

0 comments on commit 5b969be

Please sign in to comment.