Skip to content

Commit 3305fb8

Browse files
committed
chore(release): publish v5.0.0
1 parent e197740 commit 3305fb8

27 files changed

+27677
-28047
lines changed

CHANGELOG.md

+180-213
Large diffs are not rendered by default.

documentation/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency classnames to v2.4.0 ([#642](https://github.com/C2FO/fast-csv/issues/642)) ([3ce8ad8](https://github.com/C2FO/fast-csv/commit/3ce8ad8b57a84e6b00630c0ca82c987de157d248))
11+
- **deps:** update dependency classnames to v2.5.0 ([#847](https://github.com/C2FO/fast-csv/issues/847)) ([8a38bd2](https://github.com/C2FO/fast-csv/commit/8a38bd275fb53f07a0b2bba99652219f6b660809))
12+
- **deps:** update dependency classnames to v2.5.1 ([#849](https://github.com/C2FO/fast-csv/issues/849)) ([4187b08](https://github.com/C2FO/fast-csv/commit/4187b08b4d66822b84c92bd60c18893ce5893403))
13+
- **deps:** update docusaurus monorepo to v2.4.3 ([#531](https://github.com/C2FO/fast-csv/issues/531)) ([ed71ed4](https://github.com/C2FO/fast-csv/commit/ed71ed4ec7f3ce69dbe3ec174ac9e9170f154712))
14+
- **deps:** update docusaurus monorepo to v3 ([#844](https://github.com/C2FO/fast-csv/issues/844)) ([7fdb903](https://github.com/C2FO/fast-csv/commit/7fdb9032b8a67fd1443c56da36ceb72ddf8c9e94))
15+
- **deps:** update docusaurus monorepo to v3.1.0 ([#855](https://github.com/C2FO/fast-csv/issues/855)) ([4f67398](https://github.com/C2FO/fast-csv/commit/4f673981120e46a3616ca39f12596f85fe3a0275))
16+
- **deps:** update react monorepo to v18 ([#845](https://github.com/C2FO/fast-csv/issues/845)) ([a447d06](https://github.com/C2FO/fast-csv/commit/a447d0686cebc7f1a2db157166cfe77ffe52523d))

documentation/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "@fast-csv/docs",
3-
"version": "0.0.0",
4-
"private": true,
5-
"scripts": {
6-
"start": "docusaurus start --port=3001",
7-
"build": "docusaurus build",
8-
"swizzle": "docusaurus swizzle",
9-
"deploy": "docusaurus deploy"
10-
},
11-
"dependencies": {
12-
"@docusaurus/core": "3.1.0",
13-
"@docusaurus/preset-classic": "3.1.0",
14-
"classnames": "2.5.1",
15-
"react": "18.2.0",
16-
"react-dom": "18.2.0"
17-
},
18-
"browserslist": {
19-
"production": [
20-
">0.2%",
21-
"not dead",
22-
"not op_mini all"
23-
],
24-
"development": [
25-
"last 1 chrome version",
26-
"last 1 firefox version",
27-
"last 1 safari version"
28-
]
29-
}
2+
"name": "@fast-csv/docs",
3+
"version": "5.0.0",
4+
"private": true,
5+
"scripts": {
6+
"start": "docusaurus start --port=3001",
7+
"build": "docusaurus build",
8+
"swizzle": "docusaurus swizzle",
9+
"deploy": "docusaurus deploy"
10+
},
11+
"dependencies": {
12+
"@docusaurus/core": "3.1.0",
13+
"@docusaurus/preset-classic": "3.1.0",
14+
"classnames": "2.5.1",
15+
"react": "18.2.0",
16+
"react-dom": "18.2.0"
17+
},
18+
"browserslist": {
19+
"production": [
20+
">0.2%",
21+
"not dead",
22+
"not op_mini all"
23+
],
24+
"development": [
25+
"last 1 chrome version",
26+
"last 1 firefox version",
27+
"last 1 safari version"
28+
]
29+
}
3030
}

examples/benchmark/CHANGELOG.md

+3-39
Original file line numberDiff line numberDiff line change
@@ -3,86 +3,50 @@
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.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
6+
# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)
77

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

10+
## [4.3.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
1011

11-
12-
12+
**Note:** Version bump only for package fast-csv-benchmarks
1313

1414
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
1515

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

18-
19-
20-
21-
2218
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
2319

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

26-
27-
28-
29-
3022
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
3123

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

34-
35-
36-
37-
3826
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
3927

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

42-
43-
44-
45-
4630
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
4731

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

50-
51-
52-
53-
5434
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
5535

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

58-
59-
60-
61-
6238
# [4.2.0](https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0) (2020-05-19)
6339

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

66-
67-
68-
69-
7042
## [4.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)
7143

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

74-
75-
76-
77-
7846
## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)
7947

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

82-
83-
84-
85-
8650
## [4.1.4](https://github.com/C2FO/fast-csv/compare/v4.1.3...v4.1.4) (2020-05-15)
8751

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

examples/benchmark/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "fast-csv-benchmarks",
3-
"version": "4.3.6",
4-
"private": true,
5-
"description": "fast-csv examples",
6-
"dependencies": {
7-
"fast-csv": "4.3.6"
8-
},
9-
"scripts": {
10-
"benchmarks": "node ./index.js"
11-
}
2+
"name": "fast-csv-benchmarks",
3+
"version": "5.0.0",
4+
"private": true,
5+
"description": "fast-csv examples",
6+
"dependencies": {
7+
"fast-csv": "5.0.0"
8+
},
9+
"scripts": {
10+
"benchmarks": "node ./index.js"
11+
}
1212
}

examples/example-runner/CHANGELOG.md

+17-42
Original file line numberDiff line numberDiff line change
@@ -3,87 +3,62 @@
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.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
7-
6+
# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)
87

98
### Bug Fixes
109

11-
* **deps:** update dependency @types/yargs to v15.0.10 ([9af7a41](https://github.com/C2FO/fast-csv/commit/9af7a410288495c598e8e68705aa530eda56bedb))
12-
* **deps:** update dependency yargs to v16.1.1 ([057a4da](https://github.com/C2FO/fast-csv/commit/057a4da0089a40406e5be9ba665774b8557657f0))
13-
10+
- **deps:** update dependency @types/yargs to v16.0.1 ([024ec2c](https://github.com/C2FO/fast-csv/commit/024ec2c69eef95b2788a1c2d1f788b7914d8be2e))
11+
- **deps:** update dependency globby to v11.0.2 ([57953cc](https://github.com/C2FO/fast-csv/commit/57953cc55835fb4e0ad38a558eb458bbc975ef2e))
12+
- **deps:** update dependency globby to v11.0.3 ([e310319](https://github.com/C2FO/fast-csv/commit/e310319baca28180fb6d6ed02e64ab3518763eae))
13+
- **deps:** update dependency globby to v11.1.0 ([#678](https://github.com/C2FO/fast-csv/issues/678)) ([0ea420d](https://github.com/C2FO/fast-csv/commit/0ea420dd703a78012dbeb88286796c02cba27a99))
14+
- **deps:** update dependency jest-diff to v29 ([#672](https://github.com/C2FO/fast-csv/issues/672)) ([b962de0](https://github.com/C2FO/fast-csv/commit/b962de04c6da5af858f53d89a4d99b41c8cf016d))
15+
- **deps:** update dependency yargs to v16.2.0 ([d9420d8](https://github.com/C2FO/fast-csv/commit/d9420d8ae126a3f6be0d404f5bdbc2568ad11b40))
16+
- **deps:** update dependency yargs to v17 ([#673](https://github.com/C2FO/fast-csv/issues/673)) ([0d33b48](https://github.com/C2FO/fast-csv/commit/0d33b48c77a69895a4602e3b13c7fd0e205a1151))
1417

18+
## [4.3.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
1519

20+
### Bug Fixes
1621

22+
- **deps:** update dependency @types/yargs to v15.0.10 ([9af7a41](https://github.com/C2FO/fast-csv/commit/9af7a410288495c598e8e68705aa530eda56bedb))
23+
- **deps:** update dependency yargs to v16.1.1 ([057a4da](https://github.com/C2FO/fast-csv/commit/057a4da0089a40406e5be9ba665774b8557657f0))
1724

1825
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
1926

2027
**Note:** Version bump only for package example-runner
2128

22-
23-
24-
25-
2629
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
2730

28-
2931
### Bug Fixes
3032

31-
* **deps:** update dependency @types/yargs to v15.0.9 ([a46ac39](https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b))
32-
* **deps:** update dependency yargs to v16 ([b28b662](https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd))
33-
34-
35-
36-
33+
- **deps:** update dependency @types/yargs to v15.0.9 ([a46ac39](https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b))
34+
- **deps:** update dependency yargs to v16 ([b28b662](https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd))
3735

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

40-
4138
### Bug Fixes
4239

43-
* **deps:** update dependency yargs to v15.4.1 ([74fd72f](https://github.com/C2FO/fast-csv/commit/74fd72f11905547f96c91ed5ffd5620817072231))
44-
45-
46-
47-
40+
- **deps:** update dependency yargs to v15.4.1 ([74fd72f](https://github.com/C2FO/fast-csv/commit/74fd72f11905547f96c91ed5ffd5620817072231))
4841

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

51-
5244
### Bug Fixes
5345

54-
* **deps:** update dependency globby to v11.0.1 ([9a21f53](https://github.com/C2FO/fast-csv/commit/9a21f53fd084d42df67d266b8bdb9e3594a8e122))
55-
56-
57-
58-
46+
- **deps:** update dependency globby to v11.0.1 ([9a21f53](https://github.com/C2FO/fast-csv/commit/9a21f53fd084d42df67d266b8bdb9e3594a8e122))
5947

6048
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
6149

6250
**Note:** Version bump only for package example-runner
6351

64-
65-
66-
67-
6852
# [4.2.0](https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0) (2020-05-19)
6953

70-
7154
### Bug Fixes
7255

73-
* **deps:** update dependency @types/yargs to v15 ([44bcccc](https://github.com/C2FO/fast-csv/commit/44bccccf5f0c57a97fa06f592923173b119429b7))
74-
75-
76-
77-
56+
- **deps:** update dependency @types/yargs to v15 ([44bcccc](https://github.com/C2FO/fast-csv/commit/44bccccf5f0c57a97fa06f592923173b119429b7))
7857

7958
## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)
8059

8160
**Note:** Version bump only for package example-runner
8261

83-
84-
85-
86-
8762
## [4.1.4](https://github.com/C2FO/fast-csv/compare/v4.1.3...v4.1.4) (2020-05-15)
8863

8964
**Note:** Version bump only for package example-runner

examples/example-runner/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "example-runner",
3-
"version": "4.3.6",
4-
"private": true,
5-
"description": "Runs examples and checks output",
6-
"bin": {
7-
"run-all-examples": "./bin/run-examples",
8-
"run-examples": "./bin/run-examples"
9-
},
10-
"dependencies": {
11-
"@types/yargs": "17.0.32",
12-
"globby": "11.1.0",
13-
"jest-diff": "29.7.0",
14-
"typescript": "5.3.3",
15-
"yargs": "17.7.2"
16-
}
2+
"name": "example-runner",
3+
"version": "5.0.0",
4+
"private": true,
5+
"description": "Runs examples and checks output",
6+
"bin": {
7+
"run-all-examples": "./bin/run-examples",
8+
"run-examples": "./bin/run-examples"
9+
},
10+
"dependencies": {
11+
"@types/yargs": "17.0.32",
12+
"globby": "11.1.0",
13+
"jest-diff": "29.7.0",
14+
"typescript": "5.3.3",
15+
"yargs": "17.7.2"
16+
}
1717
}

0 commit comments

Comments
 (0)