Skip to content

Commit 096bb87

Browse files
committed
chore(release): publish v4.3.3
1 parent fa749f4 commit 096bb87

24 files changed

+138
-31
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.66 ([8afdd1e](https://github.com/C2FO/fast-csv/commit/8afdd1eab4c0785a3714f10a5f19b41c1365015e))
12+
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.66 ([4a854a1](https://github.com/C2FO/fast-csv/commit/4a854a16a3fd746748d0684c68c86dbd161a639f))
13+
* **deps:** update dependency @types/yargs to v15.0.9 ([a46ac39](https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b))
14+
* **deps:** update dependency yargs to v16 ([b28b662](https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd))
15+
* **deps:** update react monorepo to v17 ([93d3450](https://github.com/C2FO/fast-csv/commit/93d3450d88a63d2e19d2de26f0a8399f877a14a4))
16+
17+
18+
19+
20+
621
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
722

823

examples/benchmark/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package fast-csv-benchmarks
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

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

examples/benchmark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "fast-csv-benchmarks",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "fast-csv examples",
66
"dependencies": {
7-
"fast-csv": "4.3.2"
7+
"fast-csv": "4.3.3"
88
},
99
"scripts": {
1010
"benchmarks": "node ./index.js"

examples/example-runner/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @types/yargs to v15.0.9 ([a46ac39](https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b))
12+
* **deps:** update dependency yargs to v16 ([b28b662](https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd))
13+
14+
15+
16+
17+
618
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
719

820

examples/example-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-runner",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "Runs examples and checks output",
66
"bin": {

examples/fast-csv-js/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package fast-csv-js-examples
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

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

examples/fast-csv-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv-js-examples",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "fast-csv examples",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"example": "run-examples run"
1010
},
1111
"dependencies": {
12-
"example-runner": "4.3.2",
13-
"fast-csv": "4.3.2"
12+
"example-runner": "4.3.3",
13+
"fast-csv": "4.3.3"
1414
}
1515
}

examples/fast-csv-ts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package fast-csv-ts-examples
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

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

examples/fast-csv-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv-ts-examples",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "fast-csv examples",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
"compile": "tsc"
1313
},
1414
"dependencies": {
15-
"example-runner": "4.3.2",
16-
"fast-csv": "4.3.2",
15+
"example-runner": "4.3.3",
16+
"fast-csv": "4.3.3",
1717
"typescript": "4.0.5"
1818
}
1919
}

examples/formatting-js/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package @fast-csv/format-js-examples
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

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

examples/formatting-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/format-js-examples",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "fast-csv formatting examples",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"example": "run-examples run"
1010
},
1111
"dependencies": {
12-
"@fast-csv/format": "4.3.1",
13-
"example-runner": "4.3.2"
12+
"@fast-csv/format": "4.3.3",
13+
"example-runner": "4.3.3"
1414
}
1515
}

examples/formatting-ts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package @fast-csv/formatting-ts-examples
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

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

examples/formatting-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/formatting-ts-examples",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "fast-csv formatting typescript examples",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
"compile": "tsc"
1313
},
1414
"dependencies": {
15-
"@fast-csv/format": "4.3.1",
16-
"example-runner": "4.3.2",
15+
"@fast-csv/format": "4.3.3",
16+
"example-runner": "4.3.3",
1717
"typescript": "4.0.5"
1818
}
1919
}

examples/parsing-js/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package @fast-csv/parse-js-examples
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

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

examples/parsing-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/parse-js-examples",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "fast-csv parsing examples",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"example": "run-examples run"
1010
},
1111
"dependencies": {
12-
"@fast-csv/parse": "4.3.2",
13-
"example-runner": "4.3.2"
12+
"@fast-csv/parse": "4.3.3",
13+
"example-runner": "4.3.3"
1414
}
1515
}

examples/parsing-ts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package @fast-csv/parse-ts-examples
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

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

examples/parsing-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/parse-ts-examples",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"private": true,
55
"description": "fast-csv parsing typescript examples",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
"compile": "tsc"
1313
},
1414
"dependencies": {
15-
"@fast-csv/parse": "4.3.2",
16-
"example-runner": "4.3.2",
15+
"@fast-csv/parse": "4.3.3",
16+
"example-runner": "4.3.3",
1717
"typescript": "4.0.5"
1818
}
1919
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"hoist": true
1717
}
1818
},
19-
"version": "4.3.2"
19+
"version": "4.3.3"
2020
}

packages/fast-csv/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package fast-csv
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

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

packages/fast-csv/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "CSV parser and writer",
55
"main": "./build/src/index.js",
66
"types": "./build/src/index.d.ts",
@@ -37,7 +37,7 @@
3737
"node": ">=10.0.0"
3838
},
3939
"dependencies": {
40-
"@fast-csv/format": "4.3.1",
41-
"@fast-csv/parse": "4.3.2"
40+
"@fast-csv/format": "4.3.3",
41+
"@fast-csv/parse": "4.3.3"
4242
}
4343
}

packages/format/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package @fast-csv/format
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
715

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

packages/format/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/format",
3-
"version": "4.3.1",
3+
"version": "4.3.3",
44
"description": "fast-csv formatting module",
55
"keywords": [
66
"csv",
@@ -37,12 +37,12 @@
3737
"url": "https://github.com/C2FO/fast-csv/issues"
3838
},
3939
"dependencies": {
40+
"@types/node": "^14.0.1",
4041
"lodash.escaperegexp": "^4.1.2",
4142
"lodash.isboolean": "^3.0.3",
4243
"lodash.isequal": "^4.5.0",
4344
"lodash.isfunction": "^3.0.9",
44-
"lodash.isnil": "^4.0.0",
45-
"@types/node": "^14.0.1"
45+
"lodash.isnil": "^4.0.0"
4646
},
4747
"devDependencies": {
4848
"@types/lodash.escaperegexp": "4.1.6",

packages/parse/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
7+
8+
**Note:** Version bump only for package @fast-csv/parse
9+
10+
11+
12+
13+
614
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
715

816

packages/parse/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/parse",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "fast-csv parsing package",
55
"keywords": [
66
"csv",
@@ -38,13 +38,13 @@
3838
"url": "https://github.com/C2FO/fast-csv/issues"
3939
},
4040
"dependencies": {
41+
"@types/node": "^14.0.1",
4142
"lodash.escaperegexp": "^4.1.2",
4243
"lodash.groupby": "^4.6.0",
4344
"lodash.isfunction": "^3.0.9",
4445
"lodash.isnil": "^4.0.0",
4546
"lodash.isundefined": "^3.0.1",
46-
"lodash.uniq": "^4.5.0",
47-
"@types/node": "^14.0.1"
47+
"lodash.uniq": "^4.5.0"
4848
},
4949
"devDependencies": {
5050
"@types/lodash.escaperegexp": "4.1.6",

0 commit comments

Comments
 (0)