Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - csv-demo-eslint@0.1.6
 - csv-demo-esm@0.0.12
 - csv-stringify@6.2.2
 - csv@6.2.3
  • Loading branch information
wdavidw committed Nov 22, 2022
1 parent 138f518 commit 9fcd6da
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 7 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.6](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.5...csv-demo-eslint@0.1.6) (2022-11-22)

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





## [0.1.5](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.4...csv-demo-eslint@0.1.5) (2022-11-08)

**Note:** Version bump only for package csv-demo-eslint
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.5",
"version": "0.1.6",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.2.1"
"csv-stringify": "^6.2.2"
},
"devDependencies": {
"eslint": "^8.27.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.12](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.11...csv-demo-esm@0.0.12) (2022-11-22)

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





## [0.0.11](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.10...csv-demo-esm@0.0.11) (2022-11-08)

**Note:** Version bump only for package csv-demo-esm
Expand Down
4 changes: 2 additions & 2 deletions demo/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "csv-demo-esm",
"version": "0.0.11",
"version": "0.0.12",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv": "^6.2.2",
"csv": "^6.2.3",
"csv-parse": "^5.3.2"
},
"devDependencies": {
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.2.2](https://github.com/adaltas/node-csv/compare/csv-stringify@6.2.1...csv-stringify@6.2.2) (2022-11-22)


### Bug Fixes

* **csv-stringify:** add missing type definition for bigint cast option ([#369](https://github.com/adaltas/node-csv/issues/369)) ([764e748](https://github.com/adaltas/node-csv/commit/764e7486971835189364ea7a0103798e5c07fb2b))



## [6.2.1](https://github.com/adaltas/node-csv/compare/csv-stringify@6.2.0...csv-stringify@6.2.1) (2022-11-08)


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.2.1",
"version": "6.2.2",
"name": "csv-stringify",
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [6.2.3](https://github.com/adaltas/node-csv/compare/csv@6.2.2...csv@6.2.3) (2022-11-22)

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





## [6.2.2](https://github.com/adaltas/node-csv/compare/csv@6.2.1...csv@6.2.2) (2022-11-08)

**Note:** Version bump only for package csv
Expand Down
4 changes: 2 additions & 2 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv",
"version": "6.2.2",
"version": "6.2.3",
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
"keywords": [
"node",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"csv-generate": "^4.2.1",
"csv-parse": "^5.3.2",
"csv-stringify": "^6.2.1",
"csv-stringify": "^6.2.2",
"stream-transform": "^3.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit 9fcd6da

Please sign in to comment.