Skip to content

Commit

Permalink
chore(release): publish v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Oct 30, 2020
1 parent fa749f4 commit 096bb87
Show file tree
Hide file tree
Showing 24 changed files with 138 additions and 31 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)


### Bug Fixes

* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.66 ([8afdd1e](https://github.com/C2FO/fast-csv/commit/8afdd1eab4c0785a3714f10a5f19b41c1365015e))
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.66 ([4a854a1](https://github.com/C2FO/fast-csv/commit/4a854a16a3fd746748d0684c68c86dbd161a639f))
* **deps:** update dependency @types/yargs to v15.0.9 ([a46ac39](https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b))
* **deps:** update dependency yargs to v16 ([b28b662](https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd))
* **deps:** update react monorepo to v17 ([93d3450](https://github.com/C2FO/fast-csv/commit/93d3450d88a63d2e19d2de26f0a8399f877a14a4))





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)


Expand Down
8 changes: 8 additions & 0 deletions examples/benchmark/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package fast-csv-benchmarks





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

**Note:** Version bump only for package fast-csv-benchmarks
Expand Down
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "fast-csv-benchmarks",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "fast-csv examples",
"dependencies": {
"fast-csv": "4.3.2"
"fast-csv": "4.3.3"
},
"scripts": {
"benchmarks": "node ./index.js"
Expand Down
12 changes: 12 additions & 0 deletions examples/example-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)


### Bug Fixes

* **deps:** update dependency @types/yargs to v15.0.9 ([a46ac39](https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b))
* **deps:** update dependency yargs to v16 ([b28b662](https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd))





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)


Expand Down
2 changes: 1 addition & 1 deletion examples/example-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-runner",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "Runs examples and checks output",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions examples/fast-csv-js/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package fast-csv-js-examples





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

**Note:** Version bump only for package fast-csv-js-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/fast-csv-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv-js-examples",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"example-runner": "4.3.2",
"fast-csv": "4.3.2"
"example-runner": "4.3.3",
"fast-csv": "4.3.3"
}
}
8 changes: 8 additions & 0 deletions examples/fast-csv-ts/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package fast-csv-ts-examples





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

**Note:** Version bump only for package fast-csv-ts-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/fast-csv-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv-ts-examples",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"compile": "tsc"
},
"dependencies": {
"example-runner": "4.3.2",
"fast-csv": "4.3.2",
"example-runner": "4.3.3",
"fast-csv": "4.3.3",
"typescript": "4.0.5"
}
}
8 changes: 8 additions & 0 deletions examples/formatting-js/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package @fast-csv/format-js-examples





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

**Note:** Version bump only for package @fast-csv/format-js-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/formatting-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/format-js-examples",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "fast-csv formatting examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"@fast-csv/format": "4.3.1",
"example-runner": "4.3.2"
"@fast-csv/format": "4.3.3",
"example-runner": "4.3.3"
}
}
8 changes: 8 additions & 0 deletions examples/formatting-ts/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package @fast-csv/formatting-ts-examples





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

**Note:** Version bump only for package @fast-csv/formatting-ts-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/formatting-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/formatting-ts-examples",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "fast-csv formatting typescript examples",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"compile": "tsc"
},
"dependencies": {
"@fast-csv/format": "4.3.1",
"example-runner": "4.3.2",
"@fast-csv/format": "4.3.3",
"example-runner": "4.3.3",
"typescript": "4.0.5"
}
}
8 changes: 8 additions & 0 deletions examples/parsing-js/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package @fast-csv/parse-js-examples





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

**Note:** Version bump only for package @fast-csv/parse-js-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/parsing-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse-js-examples",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "fast-csv parsing examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"@fast-csv/parse": "4.3.2",
"example-runner": "4.3.2"
"@fast-csv/parse": "4.3.3",
"example-runner": "4.3.3"
}
}
8 changes: 8 additions & 0 deletions examples/parsing-ts/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package @fast-csv/parse-ts-examples





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

**Note:** Version bump only for package @fast-csv/parse-ts-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/parsing-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse-ts-examples",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "fast-csv parsing typescript examples",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"compile": "tsc"
},
"dependencies": {
"@fast-csv/parse": "4.3.2",
"example-runner": "4.3.2",
"@fast-csv/parse": "4.3.3",
"example-runner": "4.3.3",
"typescript": "4.0.5"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"hoist": true
}
},
"version": "4.3.2"
"version": "4.3.3"
}
8 changes: 8 additions & 0 deletions packages/fast-csv/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package fast-csv





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

**Note:** Version bump only for package fast-csv
Expand Down
6 changes: 3 additions & 3 deletions packages/fast-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv",
"version": "4.3.2",
"version": "4.3.3",
"description": "CSV parser and writer",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@fast-csv/format": "4.3.1",
"@fast-csv/parse": "4.3.2"
"@fast-csv/format": "4.3.3",
"@fast-csv/parse": "4.3.3"
}
}
8 changes: 8 additions & 0 deletions packages/format/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package @fast-csv/format





## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

**Note:** Version bump only for package @fast-csv/format
Expand Down
6 changes: 3 additions & 3 deletions packages/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/format",
"version": "4.3.1",
"version": "4.3.3",
"description": "fast-csv formatting module",
"keywords": [
"csv",
Expand Down Expand Up @@ -37,12 +37,12 @@
"url": "https://github.com/C2FO/fast-csv/issues"
},
"dependencies": {
"@types/node": "^14.0.1",
"lodash.escaperegexp": "^4.1.2",
"lodash.isboolean": "^3.0.3",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.isnil": "^4.0.0",
"@types/node": "^14.0.1"
"lodash.isnil": "^4.0.0"
},
"devDependencies": {
"@types/lodash.escaperegexp": "4.1.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/parse/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.

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)

**Note:** Version bump only for package @fast-csv/parse





## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)


Expand Down
6 changes: 3 additions & 3 deletions packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse",
"version": "4.3.2",
"version": "4.3.3",
"description": "fast-csv parsing package",
"keywords": [
"csv",
Expand Down Expand Up @@ -38,13 +38,13 @@
"url": "https://github.com/C2FO/fast-csv/issues"
},
"dependencies": {
"@types/node": "^14.0.1",
"lodash.escaperegexp": "^4.1.2",
"lodash.groupby": "^4.6.0",
"lodash.isfunction": "^3.0.9",
"lodash.isnil": "^4.0.0",
"lodash.isundefined": "^3.0.1",
"lodash.uniq": "^4.5.0",
"@types/node": "^14.0.1"
"lodash.uniq": "^4.5.0"
},
"devDependencies": {
"@types/lodash.escaperegexp": "4.1.6",
Expand Down

0 comments on commit 096bb87

Please sign in to comment.