Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - csv-demo-browser@0.1.20
 - csv-demo-cjs@0.2.18
 - csv-demo-eslint@0.1.22
 - csv-demo-esm@0.0.32
 - csv-issues-cjs@0.2.7
 - csv-issues-esm@0.3.1
 - csv-demo-ts-cjs-node16@0.2.18
 - csv-demo-ts-module-node16@0.2.18
 - csv-demo-webpack-ts@0.1.20
 - csv-demo-webpack@0.1.22
 - csv-stringify@6.5.1
 - csv@6.3.10
  • Loading branch information
wdavidw committed Jul 27, 2024
1 parent 341c7bb commit 5a48f0c
Show file tree
Hide file tree
Showing 24 changed files with 122 additions and 26 deletions.
8 changes: 8 additions & 0 deletions demo/browser/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.20](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.19...csv-demo-browser@0.1.20) (2024-07-27)

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





## [0.1.19](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.18...csv-demo-browser@0.1.19) (2024-05-13)

**Note:** Version bump only for package csv-demo-browser
Expand Down
6 changes: 3 additions & 3 deletions demo/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-browser",
"version": "0.1.19",
"version": "0.1.20",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -20,10 +20,10 @@
"start": "node server.js"
},
"dependencies": {
"csv": "^6.3.9",
"csv": "^6.3.10",
"csv-generate": "^4.4.1",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"csv-stringify": "^6.5.1",
"express": "^4.18.2",
"stream-transform": "^3.3.2"
}
Expand Down
8 changes: 8 additions & 0 deletions demo/cjs/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.2.18](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.17...csv-demo-cjs@0.2.18) (2024-07-27)

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





## [0.2.17](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.16...csv-demo-cjs@0.2.17) (2024-05-13)

**Note:** Version bump only for package csv-demo-cjs
Expand Down
6 changes: 3 additions & 3 deletions demo/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "csv-demo-cjs",
"version": "0.2.17",
"version": "0.2.18",
"main": "index.js",
"license": "MIT",
"type": "commonjs",
"private": true,
"dependencies": {
"csv": "^6.3.9",
"csv": "^6.3.10",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0"
"csv-stringify": "^6.5.1"
},
"devDependencies": {
"@types/node": "^20.5.6",
Expand Down
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.22](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.21...csv-demo-eslint@0.1.22) (2024-07-27)

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





## [0.1.21](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.20...csv-demo-eslint@0.1.21) (2024-05-13)

**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.21",
"version": "0.1.22",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.5.0"
"csv-stringify": "^6.5.1"
},
"devDependencies": {
"eslint": "^8.47.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.32](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.31...csv-demo-esm@0.0.32) (2024-07-27)

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





## [0.0.31](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.30...csv-demo-esm@0.0.31) (2024-05-13)

**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.31",
"version": "0.0.32",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv": "^6.3.9",
"csv": "^6.3.10",
"csv-parse": "^5.5.6"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions demo/issues-cjs/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.2.7](https://github.com/adaltas/node-csv/compare/csv-issues-cjs@0.2.6...csv-issues-cjs@0.2.7) (2024-07-27)

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





## [0.2.6](https://github.com/adaltas/node-csv/compare/csv-issues-cjs@0.2.5...csv-issues-cjs@0.2.6) (2024-05-13)

**Note:** Version bump only for package csv-issues-cjs
Expand Down
4 changes: 2 additions & 2 deletions demo/issues-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "csv-issues-cjs",
"version": "0.2.6",
"version": "0.2.7",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0"
"csv-stringify": "^6.5.1"
},
"devDependencies": {
"coffeescript": "^2.7.0",
Expand Down
8 changes: 8 additions & 0 deletions demo/issues-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.3.1](https://github.com/adaltas/node-csv/compare/csv-issues-esm@0.3.0...csv-issues-esm@0.3.1) (2024-07-27)

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





## [0.3.0](https://github.com/adaltas/node-csv/compare/csv-issues-esm@0.2.1...csv-issues-esm@0.3.0) (2024-05-13)


Expand Down
4 changes: 2 additions & 2 deletions demo/issues-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-issues-esm",
"version": "0.3.0",
"version": "0.3.1",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"csv-generate": "^4.4.1",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"csv-stringify": "^6.5.1",
"dedent": "^1.5.3",
"desm": "^1.3.0"
}
Expand Down
8 changes: 8 additions & 0 deletions demo/ts-cjs-node16/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.2.18](https://github.com/adaltas/node-csv/compare/csv-demo-ts-cjs-node16@0.2.17...csv-demo-ts-cjs-node16@0.2.18) (2024-07-27)

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





## [0.2.17](https://github.com/adaltas/node-csv/compare/csv-demo-ts-cjs-node16@0.2.16...csv-demo-ts-cjs-node16@0.2.17) (2024-05-13)

**Note:** Version bump only for package csv-demo-ts-cjs-node16
Expand Down
4 changes: 2 additions & 2 deletions demo/ts-cjs-node16/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "csv-demo-ts-cjs-node16",
"version": "0.2.17",
"version": "0.2.18",
"dependencies": {
"csv-generate": "^4.4.1",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"csv-stringify": "^6.5.1",
"stream-transform": "^3.3.2"
},
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions demo/ts-esm-node16/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.2.18](https://github.com/adaltas/node-csv/compare/csv-demo-ts-module-node16@0.2.17...csv-demo-ts-module-node16@0.2.18) (2024-07-27)

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





## [0.2.17](https://github.com/adaltas/node-csv/compare/csv-demo-ts-module-node16@0.2.16...csv-demo-ts-module-node16@0.2.17) (2024-05-13)

**Note:** Version bump only for package csv-demo-ts-module-node16
Expand Down
4 changes: 2 additions & 2 deletions demo/ts-esm-node16/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "csv-demo-ts-module-node16",
"version": "0.2.17",
"version": "0.2.18",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv-generate": "^4.4.1",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"csv-stringify": "^6.5.1",
"stream-transform": "^3.3.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions demo/webpack-ts/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.20](https://github.com/adaltas/node-csv/compare/csv-demo-webpack-ts@0.1.19...csv-demo-webpack-ts@0.1.20) (2024-07-27)

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





## [0.1.19](https://github.com/adaltas/node-csv/compare/csv-demo-webpack-ts@0.1.18...csv-demo-webpack-ts@0.1.19) (2024-05-13)

**Note:** Version bump only for package csv-demo-webpack-ts
Expand Down
4 changes: 2 additions & 2 deletions demo/webpack-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-webpack-ts",
"version": "0.1.19",
"version": "0.1.20",
"description": "",
"private": true,
"keywords": [],
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"csv-generate": "^4.4.1",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"csv-stringify": "^6.5.1",
"http-server": "^14.1.1",
"stream-transform": "^3.3.2"
},
Expand Down
8 changes: 8 additions & 0 deletions demo/webpack/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.22](https://github.com/adaltas/node-csv/compare/csv-demo-webpack@0.1.21...csv-demo-webpack@0.1.22) (2024-07-27)

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





## [0.1.21](https://github.com/adaltas/node-csv/compare/csv-demo-webpack@0.1.20...csv-demo-webpack@0.1.21) (2024-05-13)

**Note:** Version bump only for package csv-demo-webpack
Expand Down
6 changes: 3 additions & 3 deletions demo/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-webpack",
"version": "0.1.21",
"version": "0.1.22",
"description": "",
"private": true,
"scripts": {
Expand All @@ -16,10 +16,10 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"csv": "^6.3.9",
"csv": "^6.3.10",
"csv-generate": "^4.4.1",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"csv-stringify": "^6.5.1",
"http-server": "^14.1.1",
"stream-browserify": "^3.0.0",
"stream-transform": "^3.3.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/csv-stringify/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.5.1](https://github.com/adaltas/node-csv/compare/csv-stringify@6.5.0...csv-stringify@6.5.1) (2024-07-27)

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





## [6.5.0](https://github.com/adaltas/node-csv/compare/csv-stringify@6.4.6...csv-stringify@6.5.0) (2024-05-13)


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.5.0",
"version": "6.5.1",
"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.3.10](https://github.com/adaltas/node-csv/compare/csv@6.3.9...csv@6.3.10) (2024-07-27)

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





## [6.3.9](https://github.com/adaltas/node-csv/compare/csv@6.3.8...csv@6.3.9) (2024-05-13)

**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.3.9",
"version": "6.3.10",
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
"keywords": [
"node",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"csv-generate": "^4.4.1",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"csv-stringify": "^6.5.1",
"stream-transform": "^3.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5a48f0c

Please sign in to comment.