Skip to content

Commit 469fb38

Browse files
committed
1 parent 12c221d commit 469fb38

File tree

10 files changed

+68
-13
lines changed

10 files changed

+68
-13
lines changed

packages/csv-generate/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0.1](https://github.com/adaltas/node-csv/compare/[email protected]@4.0.1) (2021-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* remove samples from publicatgion ([12c221d](https://github.com/adaltas/node-csv/commit/12c221dc37add26f094e3bb7f94b50ee06ff5be6))
12+
13+
14+
15+
16+
617
# [4.0.0](https://github.com/adaltas/node-csv/compare/[email protected]@4.0.0) (2021-11-15)
718

819

packages/csv-generate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.0.1",
33
"name": "csv-generate",
44
"description": "CSV and object generation implementing the Node.js `stream.Readable` API",
55
"keywords": [

packages/csv-parse/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [5.0.1](https://github.com/adaltas/node-csv/compare/[email protected]@5.0.1) (2021-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* remove samples from publicatgion ([12c221d](https://github.com/adaltas/node-csv/commit/12c221dc37add26f094e3bb7f94b50ee06ff5be6))
12+
13+
14+
15+
16+
617
# [5.0.0](https://github.com/adaltas/node-csv/compare/[email protected]@5.0.0) (2021-11-15)
718

819

packages/csv-parse/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.0",
2+
"version": "5.0.1",
33
"name": "csv-parse",
44
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -46,7 +46,7 @@
4646
"@types/node": "^16.11.7",
4747
"coffeelint": "^2.1.0",
4848
"coffeescript": "^2.6.1",
49-
"csv-generate": "^4.0.0",
49+
"csv-generate": "^4.0.1",
5050
"csv-spectrum": "^1.0.0",
5151
"each": "^1.2.2",
5252
"eslint": "^8.2.0",
@@ -56,7 +56,7 @@
5656
"rollup-plugin-node-builtins": "^2.1.2",
5757
"rollup-plugin-node-globals": "^1.4.0",
5858
"should": "^13.2.3",
59-
"stream-transform": "^3.0.0",
59+
"stream-transform": "^3.0.1",
6060
"ts-node": "^10.4.0",
6161
"typescript": "^4.4.4"
6262
},

packages/csv-stringify/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [6.0.1](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.1) (2021-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* remove samples from publicatgion ([12c221d](https://github.com/adaltas/node-csv/commit/12c221dc37add26f094e3bb7f94b50ee06ff5be6))
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.0) (2021-11-15)
718

819

packages/csv-stringify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.0.0",
2+
"version": "6.0.1",
33
"name": "csv-stringify",
44
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -15,7 +15,7 @@
1515
"@types/node": "^16.11.7",
1616
"@types/should": "^13.0.0",
1717
"coffeescript": "~2.6.1",
18-
"csv-generate": "^4.0.0",
18+
"csv-generate": "^4.0.1",
1919
"each": "^1.2.2",
2020
"eslint": "^8.2.0",
2121
"express": "^4.17.1",

packages/csv/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [6.0.1](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.1) (2021-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* remove samples from publicatgion ([12c221d](https://github.com/adaltas/node-csv/commit/12c221dc37add26f094e3bb7f94b50ee06ff5be6))
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.0) (2021-11-15)
718

819

packages/csv/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
55
"keywords": [
66
"node",
@@ -21,10 +21,10 @@
2121
"David Worms <[email protected]> (https://www.adaltas.com)"
2222
],
2323
"dependencies": {
24-
"csv-generate": "^4.0.0",
25-
"csv-parse": "^5.0.0",
26-
"csv-stringify": "^6.0.0",
27-
"stream-transform": "^3.0.0"
24+
"csv-generate": "^4.0.1",
25+
"csv-parse": "^5.0.1",
26+
"csv-stringify": "^6.0.1",
27+
"stream-transform": "^3.0.1"
2828
},
2929
"devDependencies": {
3030
"@rollup/plugin-eslint": "^8.0.1",

packages/stream-transform/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.0.1](https://github.com/adaltas/node-csv/compare/[email protected]@3.0.1) (2021-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* remove samples from publicatgion ([12c221d](https://github.com/adaltas/node-csv/commit/12c221dc37add26f094e3bb7f94b50ee06ff5be6))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/adaltas/node-csv/compare/[email protected]@3.0.0) (2021-11-15)
718

819

packages/stream-transform/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.0.1",
33
"name": "stream-transform",
44
"description": "Object transformations implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -15,7 +15,7 @@
1515
"@types/mocha": "^9.0.0",
1616
"@types/node": "^16.11.7",
1717
"coffeescript": "~2.6.1",
18-
"csv-generate": "^4.0.0",
18+
"csv-generate": "^4.0.1",
1919
"each": "^1.2.2",
2020
"eslint": "^8.2.0",
2121
"mocha": "~9.1.3",

0 commit comments

Comments
 (0)