Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - csv-demo-eslint@0.1.1
 - csv-demo-esm@0.0.4
 - csv-parse@5.2.0
 - csv-stringify@6.1.1
 - csv@6.1.1
  • Loading branch information
wdavidw committed Jun 14, 2022
1 parent bff158f commit 851a129
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 10 deletions.
8 changes: 8 additions & 0 deletions demo/eslint/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.

### [0.1.1](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.0...csv-demo-eslint@0.1.1) (2022-06-14)

**Note:** Version bump only for package csv-demo-eslint





## 0.1.0 (2022-05-24)


Expand Down
4 changes: 2 additions & 2 deletions demo/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-eslint",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.1.0"
"csv-stringify": "^6.1.1"
},
"devDependencies": {
"eslint": "^8.16.0",
Expand Down
8 changes: 8 additions & 0 deletions demo/esm/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.

### [0.0.4](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.3...csv-demo-esm@0.0.4) (2022-06-14)

**Note:** Version bump only for package csv-demo-esm





### [0.0.3](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.2...csv-demo-esm@0.0.3) (2022-05-24)


Expand Down
6 changes: 3 additions & 3 deletions demo/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "csv-demo-esm",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv": "^6.1.0",
"csv-parse": "^5.1.0"
"csv": "^6.1.1",
"csv-parse": "^5.2.0"
},
"devDependencies": {
"coffeescript": "^2.7.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/csv-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.0](https://github.com/adaltas/node-csv/compare/csv-parse@5.1.0...csv-parse@5.2.0) (2022-06-14)


### Features

* **csv-parse:** cast_date as a function (fix [#342](https://github.com/adaltas/node-csv/issues/342)) ([2807d29](https://github.com/adaltas/node-csv/commit/2807d292c8987f5dedde4f7fe0bd0ac7f75c8755))



## [5.1.0](https://github.com/adaltas/node-csv/compare/csv-parse@5.0.4...csv-parse@5.1.0) (2022-05-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/csv-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.0",
"version": "5.2.0",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/csv-stringify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [6.1.1](https://github.com/adaltas/node-csv/compare/csv-stringify@6.1.0...csv-stringify@6.1.1) (2022-06-14)


### Bug Fixes

* **csv-stringify:** bom and header in sync mode with no records (fix [#343](https://github.com/adaltas/node-csv/issues/343)) ([bff158f](https://github.com/adaltas/node-csv/commit/bff158fbc9001b2cf7177ecd0f16dc97edac55f2))



## [6.1.0](https://github.com/adaltas/node-csv/compare/csv-stringify@6.0.5...csv-stringify@6.1.0) (2022-05-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/csv-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.1.0",
"version": "6.1.1",
"name": "csv-stringify",
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/csv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [6.1.1](https://github.com/adaltas/node-csv/compare/csv@6.1.0...csv@6.1.1) (2022-06-14)


### Bug Fixes

* **csv-stringify:** bom and header in sync mode with no records (fix [#343](https://github.com/adaltas/node-csv/issues/343)) ([bff158f](https://github.com/adaltas/node-csv/commit/bff158fbc9001b2cf7177ecd0f16dc97edac55f2))



## [6.1.0](https://github.com/adaltas/node-csv/compare/csv@6.0.5...csv@6.1.0) (2022-05-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv",
"version": "6.1.0",
"version": "6.1.1",
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
"keywords": [
"node",
Expand All @@ -22,8 +22,8 @@
],
"dependencies": {
"csv-generate": "^4.1.0",
"csv-parse": "^5.1.0",
"csv-stringify": "^6.1.0",
"csv-parse": "^5.2.0",
"csv-stringify": "^6.1.1",
"stream-transform": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 851a129

Please sign in to comment.