Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - csv-demo-browser@0.1.5
 - csv-demo-cjs@0.2.3
 - csv-demo-eslint@0.1.9
 - csv-demo-esm@0.0.17
 - csv-issues-cjs@0.1.4
 - csv-issues-esm@0.0.8
 - csv-demo-ts-moduleresolution-node16-cjs@0.2.3
 - csv-demo-ts-module-node16@0.2.3
 - csv-demo-webpack-ts@0.1.5
 - csv-demo-webpack@0.1.7
 - csv-parse@5.3.6
 - csv-stringify@6.3.0
 - csv@6.2.8
  • Loading branch information
wdavidw committed Mar 3, 2023
1 parent d4ed6bc commit 74d6608
Show file tree
Hide file tree
Showing 34 changed files with 246 additions and 45 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.5](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.4...csv-demo-browser@0.1.5) (2023-03-03)

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





## [0.1.4](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.3...csv-demo-browser@0.1.4) (2023-02-08)


Expand Down
8 changes: 4 additions & 4 deletions demo/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "csv-demo-browser",
"version": "0.1.4",
"version": "0.1.5",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -20,10 +20,10 @@
"start": "node server.js"
},
"dependencies": {
"csv": "^6.2.7",
"csv": "^6.2.8",
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0",
"express": "^4.18.2",
"stream-transform": "^3.2.2"
}
Expand Down
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.3](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.2...csv-demo-cjs@0.2.3) (2023-03-03)

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





## [0.2.2](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.1...csv-demo-cjs@0.2.2) (2023-02-08)


Expand Down
8 changes: 4 additions & 4 deletions demo/cjs/package.json
@@ -1,14 +1,14 @@
{
"name": "csv-demo-cjs",
"version": "0.2.2",
"version": "0.2.3",
"main": "index.js",
"license": "MIT",
"type": "commonjs",
"private": true,
"dependencies": {
"csv": "^6.2.7",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4"
"csv": "^6.2.8",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0"
},
"devDependencies": {
"@types/node": "^18.8.4",
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.9](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.8...csv-demo-eslint@0.1.9) (2023-03-03)

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





## [0.1.8](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.7...csv-demo-eslint@0.1.8) (2023-02-08)

**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.8",
"version": "0.1.9",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.2.4"
"csv-stringify": "^6.3.0"
},
"devDependencies": {
"eslint": "^8.27.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.17](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.16...csv-demo-esm@0.0.17) (2023-03-03)

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





## [0.0.16](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.15...csv-demo-esm@0.0.16) (2023-02-08)

**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.16",
"version": "0.0.17",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv": "^6.2.7",
"csv-parse": "^5.3.5"
"csv": "^6.2.8",
"csv-parse": "^5.3.6"
},
"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.1.4](https://github.com/adaltas/node-csv/compare/csv-issues-cjs@0.1.3...csv-issues-cjs@0.1.4) (2023-03-03)

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





## [0.1.3](https://github.com/adaltas/node-csv/compare/csv-issues-cjs@0.1.2...csv-issues-cjs@0.1.3) (2023-02-08)


Expand Down
6 changes: 3 additions & 3 deletions demo/issues-cjs/package.json
@@ -1,12 +1,12 @@
{
"name": "csv-issues-cjs",
"version": "0.1.3",
"version": "0.1.4",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4"
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0"
},
"devDependencies": {
"coffeescript": "^2.7.0",
Expand Down
8 changes: 8 additions & 0 deletions demo/issues-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.8](https://github.com/adaltas/node-csv/compare/csv-issues-esm@0.0.7...csv-issues-esm@0.0.8) (2023-03-03)

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





## [0.0.7](https://github.com/adaltas/node-csv/compare/csv-issues-esm@0.0.6...csv-issues-esm@0.0.7) (2023-02-08)


Expand Down
6 changes: 3 additions & 3 deletions demo/issues-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "csv-issues-esm",
"version": "0.0.7",
"version": "0.0.8",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0",
"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.3](https://github.com/adaltas/node-csv/compare/csv-demo-ts-moduleresolution-node16-cjs@0.2.2...csv-demo-ts-moduleresolution-node16-cjs@0.2.3) (2023-03-03)

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





## 0.2.2 (2023-02-08)


Expand Down
6 changes: 3 additions & 3 deletions demo/ts-cjs-node16/package.json
@@ -1,10 +1,10 @@
{
"name": "csv-demo-ts-moduleresolution-node16-cjs",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0",
"stream-transform": "^3.2.2"
},
"main": "index.js",
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.3](https://github.com/adaltas/node-csv/compare/csv-demo-ts-module-node16@0.2.2...csv-demo-ts-module-node16@0.2.3) (2023-03-03)

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





## [0.2.2](https://github.com/adaltas/node-csv/compare/csv-demo-ts-module-node16@0.2.1...csv-demo-ts-module-node16@0.2.2) (2023-02-08)


Expand Down
6 changes: 3 additions & 3 deletions demo/ts-esm-node16/package.json
@@ -1,14 +1,14 @@
{
"name": "csv-demo-ts-module-node16",
"version": "0.2.2",
"version": "0.2.3",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0",
"stream-transform": "^3.2.2"
},
"devDependencies": {
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.5](https://github.com/adaltas/node-csv/compare/csv-demo-webpack-ts@0.1.4...csv-demo-webpack-ts@0.1.5) (2023-03-03)

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





## [0.1.4](https://github.com/adaltas/node-csv/compare/csv-demo-webpack-ts@0.1.3...csv-demo-webpack-ts@0.1.4) (2023-02-08)


Expand Down
6 changes: 3 additions & 3 deletions demo/webpack-ts/package.json
@@ -1,15 +1,15 @@
{
"name": "csv-demo-webpack-ts",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0",
"http-server": "^14.1.1",
"stream-transform": "^3.2.2"
},
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.7](https://github.com/adaltas/node-csv/compare/csv-demo-webpack@0.1.6...csv-demo-webpack@0.1.7) (2023-03-03)

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





## [0.1.6](https://github.com/adaltas/node-csv/compare/csv-demo-webpack@0.1.5...csv-demo-webpack@0.1.6) (2023-02-08)


Expand Down
8 changes: 4 additions & 4 deletions demo/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "csv-demo-webpack",
"version": "0.1.6",
"version": "0.1.7",
"description": "",
"private": true,
"scripts": {
Expand All @@ -16,10 +16,10 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"csv": "^6.2.7",
"csv": "^6.2.8",
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.5",
"csv-stringify": "^6.2.4",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0",
"http-server": "^14.1.1",
"stream-browserify": "^3.0.0",
"stream-transform": "^3.2.2"
Expand Down
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.3.6](https://github.com/adaltas/node-csv/compare/csv-parse@5.3.5...csv-parse@5.3.6) (2023-03-03)

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





## [5.3.5](https://github.com/adaltas/node-csv/compare/csv-parse@5.3.4...csv-parse@5.3.5) (2023-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/csv-parse/package.json
@@ -1,5 +1,5 @@
{
"version": "5.3.5",
"version": "5.3.6",
"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
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.3.0](https://github.com/adaltas/node-csv/compare/csv-stringify@6.2.4...csv-stringify@6.3.0) (2023-03-03)


### Features

* **csv-stringify:** Add escape_formulas to defend against injection attacks ([#380](https://github.com/adaltas/node-csv/issues/380)) ([47ac4bd](https://github.com/adaltas/node-csv/commit/47ac4bd7f5838e28daf889528fd6427ad0934076))



## [6.2.4](https://github.com/adaltas/node-csv/compare/csv-stringify@6.2.3...csv-stringify@6.2.4) (2023-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/csv-stringify/package.json
@@ -1,5 +1,5 @@
{
"version": "6.2.4",
"version": "6.3.0",
"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
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.8](https://github.com/adaltas/node-csv/compare/csv@6.2.7...csv@6.2.8) (2023-03-03)

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





## [6.2.7](https://github.com/adaltas/node-csv/compare/csv@6.2.6...csv@6.2.7) (2023-02-08)

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

0 comments on commit 74d6608

Please sign in to comment.