Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - csv-demo-browser@0.1.15
 - csv-demo-cjs@0.2.13
 - csv-demo-eslint@0.1.18
 - csv-demo-esm@0.0.27
 - csv-issues-cjs@0.2.2
 - csv-issues-esm@0.0.18
 - csv-demo-ts-cjs-node16@0.2.13
 - csv-demo-ts-module-node16@0.2.13
 - csv-demo-webpack-ts@0.1.15
 - csv-demo-webpack@0.1.17
 - csv-parse@5.5.2
 - csv-stringify@6.4.4
 - csv@6.3.5
 - stream-transform@3.2.10
  • Loading branch information
wdavidw committed Oct 9, 2023
1 parent 3e83f4e commit 79939ae
Show file tree
Hide file tree
Showing 36 changed files with 224 additions and 101 deletions.
8 changes: 8 additions & 0 deletions demo/browser/CHANGELOG.md
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.15](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.14...csv-demo-browser@0.1.15) (2023-10-09)

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





## [0.1.14](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.13...csv-demo-browser@0.1.14) (2023-10-05)

**Note:** Version bump only for package csv-demo-browser
Expand Down
10 changes: 5 additions & 5 deletions demo/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "csv-demo-browser",
"version": "0.1.14",
"version": "0.1.15",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -20,11 +20,11 @@
"start": "node server.js"
},
"dependencies": {
"csv": "^6.3.4",
"csv": "^6.3.5",
"csv-generate": "^4.3.0",
"csv-parse": "^5.5.1",
"csv-stringify": "^6.4.3",
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"express": "^4.18.2",
"stream-transform": "^3.2.9"
"stream-transform": "^3.2.10"
}
}
8 changes: 8 additions & 0 deletions demo/cjs/CHANGELOG.md
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.2.13](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.12...csv-demo-cjs@0.2.13) (2023-10-09)

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





## [0.2.12](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.11...csv-demo-cjs@0.2.12) (2023-10-05)

**Note:** Version bump only for package csv-demo-cjs
Expand Down
8 changes: 4 additions & 4 deletions demo/cjs/package.json
@@ -1,14 +1,14 @@
{
"name": "csv-demo-cjs",
"version": "0.2.12",
"version": "0.2.13",
"main": "index.js",
"license": "MIT",
"type": "commonjs",
"private": true,
"dependencies": {
"csv": "^6.3.4",
"csv-parse": "^5.5.1",
"csv-stringify": "^6.4.3"
"csv": "^6.3.5",
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4"
},
"devDependencies": {
"@types/node": "^20.5.6",
Expand Down
8 changes: 8 additions & 0 deletions demo/eslint/CHANGELOG.md
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.18](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.17...csv-demo-eslint@0.1.18) (2023-10-09)

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





## [0.1.17](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.16...csv-demo-eslint@0.1.17) (2023-10-05)

**Note:** Version bump only for package csv-demo-eslint
Expand Down
4 changes: 2 additions & 2 deletions demo/eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "csv-demo-eslint",
"version": "0.1.17",
"version": "0.1.18",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.4.3"
"csv-stringify": "^6.4.4"
},
"devDependencies": {
"eslint": "^8.47.0",
Expand Down
8 changes: 8 additions & 0 deletions demo/esm/CHANGELOG.md
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.27](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.26...csv-demo-esm@0.0.27) (2023-10-09)

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





## [0.0.26](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.25...csv-demo-esm@0.0.26) (2023-10-05)

**Note:** Version bump only for package csv-demo-esm
Expand Down
6 changes: 3 additions & 3 deletions demo/esm/package.json
@@ -1,13 +1,13 @@
{
"name": "csv-demo-esm",
"version": "0.0.26",
"version": "0.0.27",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv": "^6.3.4",
"csv-parse": "^5.5.1"
"csv": "^6.3.5",
"csv-parse": "^5.5.2"
},
"devDependencies": {
"coffeescript": "^2.7.0",
Expand Down
8 changes: 8 additions & 0 deletions demo/issues-cjs/CHANGELOG.md
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.2.2](https://github.com/adaltas/node-csv/compare/csv-issues-cjs@0.2.1...csv-issues-cjs@0.2.2) (2023-10-09)

**Note:** Version bump only for package csv-issues-cjs





## [0.2.1](https://github.com/adaltas/node-csv/compare/csv-issues-cjs@0.2.0...csv-issues-cjs@0.2.1) (2023-10-05)

**Note:** Version bump only for package csv-issues-cjs
Expand Down
6 changes: 3 additions & 3 deletions demo/issues-cjs/package.json
@@ -1,12 +1,12 @@
{
"name": "csv-issues-cjs",
"version": "0.2.1",
"version": "0.2.2",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"csv-parse": "^5.5.1",
"csv-stringify": "^6.4.3"
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4"
},
"devDependencies": {
"coffeescript": "^2.7.0",
Expand Down
9 changes: 9 additions & 0 deletions demo/issues-esm/CHANGELOG.md
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.

## [0.0.18](https://github.com/adaltas/node-csv/compare/csv-issues-esm@0.0.17...csv-issues-esm@0.0.18) (2023-10-09)


### Bug Fixes

* **stream-transform:** backpressure after push ([3e83f4e](https://github.com/adaltas/node-csv/commit/3e83f4e604b7b944835de18afcb41716ce4bbfad))



## [0.0.17](https://github.com/adaltas/node-csv/compare/csv-issues-esm@0.0.16...csv-issues-esm@0.0.17) (2023-10-05)

**Note:** Version bump only for package csv-issues-esm
Expand Down
6 changes: 3 additions & 3 deletions demo/issues-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "csv-issues-esm",
"version": "0.0.17",
"version": "0.0.18",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"csv-generate": "^4.3.0",
"csv-parse": "^5.5.1",
"csv-stringify": "^6.4.3",
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"desm": "^1.3.0"
}
}
8 changes: 8 additions & 0 deletions demo/ts-cjs-node16/CHANGELOG.md
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.2.13](https://github.com/adaltas/node-csv/compare/csv-demo-ts-cjs-node16@0.2.12...csv-demo-ts-cjs-node16@0.2.13) (2023-10-09)

**Note:** Version bump only for package csv-demo-ts-cjs-node16





## [0.2.12](https://github.com/adaltas/node-csv/compare/csv-demo-ts-cjs-node16@0.2.11...csv-demo-ts-cjs-node16@0.2.12) (2023-10-05)

**Note:** Version bump only for package csv-demo-ts-cjs-node16
Expand Down
8 changes: 4 additions & 4 deletions demo/ts-cjs-node16/package.json
@@ -1,11 +1,11 @@
{
"name": "csv-demo-ts-cjs-node16",
"version": "0.2.12",
"version": "0.2.13",
"dependencies": {
"csv-generate": "^4.3.0",
"csv-parse": "^5.5.1",
"csv-stringify": "^6.4.3",
"stream-transform": "^3.2.9"
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"stream-transform": "^3.2.10"
},
"main": "index.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions demo/ts-esm-node16/CHANGELOG.md
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.2.13](https://github.com/adaltas/node-csv/compare/csv-demo-ts-module-node16@0.2.12...csv-demo-ts-module-node16@0.2.13) (2023-10-09)

**Note:** Version bump only for package csv-demo-ts-module-node16





## [0.2.12](https://github.com/adaltas/node-csv/compare/csv-demo-ts-module-node16@0.2.11...csv-demo-ts-module-node16@0.2.12) (2023-10-05)

**Note:** Version bump only for package csv-demo-ts-module-node16
Expand Down
8 changes: 4 additions & 4 deletions demo/ts-esm-node16/package.json
@@ -1,15 +1,15 @@
{
"name": "csv-demo-ts-module-node16",
"version": "0.2.12",
"version": "0.2.13",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv-generate": "^4.3.0",
"csv-parse": "^5.5.1",
"csv-stringify": "^6.4.3",
"stream-transform": "^3.2.9"
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"stream-transform": "^3.2.10"
},
"devDependencies": {
"@types/node": "^20.5.6",
Expand Down
8 changes: 8 additions & 0 deletions demo/webpack-ts/CHANGELOG.md
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.15](https://github.com/adaltas/node-csv/compare/csv-demo-webpack-ts@0.1.14...csv-demo-webpack-ts@0.1.15) (2023-10-09)

**Note:** Version bump only for package csv-demo-webpack-ts





## [0.1.14](https://github.com/adaltas/node-csv/compare/csv-demo-webpack-ts@0.1.13...csv-demo-webpack-ts@0.1.14) (2023-10-05)

**Note:** Version bump only for package csv-demo-webpack-ts
Expand Down
8 changes: 4 additions & 4 deletions demo/webpack-ts/package.json
@@ -1,17 +1,17 @@
{
"name": "csv-demo-webpack-ts",
"version": "0.1.14",
"version": "0.1.15",
"description": "",
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"csv-generate": "^4.3.0",
"csv-parse": "^5.5.1",
"csv-stringify": "^6.4.3",
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"http-server": "^14.1.1",
"stream-transform": "^3.2.9"
"stream-transform": "^3.2.10"
},
"devDependencies": {
"buffer-browserify": "^0.2.5",
Expand Down
8 changes: 8 additions & 0 deletions demo/webpack/CHANGELOG.md
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.17](https://github.com/adaltas/node-csv/compare/csv-demo-webpack@0.1.16...csv-demo-webpack@0.1.17) (2023-10-09)

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





## [0.1.16](https://github.com/adaltas/node-csv/compare/csv-demo-webpack@0.1.15...csv-demo-webpack@0.1.16) (2023-10-05)

**Note:** Version bump only for package csv-demo-webpack
Expand Down
10 changes: 5 additions & 5 deletions demo/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "csv-demo-webpack",
"version": "0.1.16",
"version": "0.1.17",
"description": "",
"private": true,
"scripts": {
Expand All @@ -16,12 +16,12 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"csv": "^6.3.4",
"csv": "^6.3.5",
"csv-generate": "^4.3.0",
"csv-parse": "^5.5.1",
"csv-stringify": "^6.4.3",
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"http-server": "^14.1.1",
"stream-browserify": "^3.0.0",
"stream-transform": "^3.2.9"
"stream-transform": "^3.2.10"
}
}
8 changes: 8 additions & 0 deletions packages/csv-parse/CHANGELOG.md
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.

## [5.5.2](https://github.com/adaltas/node-csv/compare/csv-parse@5.5.1...csv-parse@5.5.2) (2023-10-09)

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





## [5.5.1](https://github.com/adaltas/node-csv/compare/csv-parse@5.5.0...csv-parse@5.5.1) (2023-10-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/csv-parse/package.json
@@ -1,5 +1,5 @@
{
"version": "5.5.1",
"version": "5.5.2",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down Expand Up @@ -76,7 +76,7 @@
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "^13.2.3",
"stream-transform": "^3.2.9",
"stream-transform": "^3.2.10",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/csv-stringify/CHANGELOG.md
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.4.4](https://github.com/adaltas/node-csv/compare/csv-stringify@6.4.3...csv-stringify@6.4.4) (2023-10-09)


### Bug Fixes

* **csv-stringify:** remove non-functional auto value ([6e8a9ca](https://github.com/adaltas/node-csv/commit/6e8a9ca0a712c56c73eabeb8aa052bd6d197cb3f))



## [6.4.3](https://github.com/adaltas/node-csv/compare/csv-stringify@6.4.2...csv-stringify@6.4.3) (2023-10-05)

**Note:** Version bump only for package csv-stringify
Expand Down
2 changes: 1 addition & 1 deletion packages/csv-stringify/package.json
@@ -1,5 +1,5 @@
{
"version": "6.4.3",
"version": "6.4.4",
"name": "csv-stringify",
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down

0 comments on commit 79939ae

Please sign in to comment.