Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 26, 2023
1 parent 4cd4600 commit ef0e49c
Show file tree
Hide file tree
Showing 22 changed files with 114 additions and 25 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.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.11) (2023-05-26)

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





## [0.1.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-05-09)

**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.10",
"version": "0.1.11",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -20,9 +20,9 @@
"start": "node server.js"
},
"dependencies": {
"csv": "^6.3.0",
"csv": "^6.3.1",
"csv-generate": "^4.2.6",
"csv-parse": "^5.3.10",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"express": "^4.18.2",
"stream-transform": "^3.2.6"
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.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.9) (2023-05-26)

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





## [0.2.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.8) (2023-05-09)

**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,13 +1,13 @@
{
"name": "csv-demo-cjs",
"version": "0.2.8",
"version": "0.2.9",
"main": "index.js",
"license": "MIT",
"type": "commonjs",
"private": true,
"dependencies": {
"csv": "^6.3.0",
"csv-parse": "^5.3.10",
"csv": "^6.3.1",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0"
},
"devDependencies": {
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.23](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.23) (2023-05-26)

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





## [0.0.22](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.22) (2023-05-09)

**Note:** Version bump only for package csv-demo-esm
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.22",
"version": "0.0.23",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv": "^6.3.0",
"csv-parse": "^5.3.10"
"csv": "^6.3.1",
"csv-parse": "^5.4.0"
},
"devDependencies": {
"coffeescript": "^2.7.0",
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.1.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-05-26)

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





## [0.1.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.9) (2023-05-09)

**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,11 +1,11 @@
{
"name": "csv-issues-cjs",
"version": "0.1.9",
"version": "0.1.10",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"csv-parse": "^5.3.10",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0"
},
"devDependencies": {
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.0.14](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.14) (2023-05-26)

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





## [0.0.13](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.13) (2023-05-09)

**Note:** Version bump only for package csv-issues-esm
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.0.13",
"version": "0.0.14",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"csv-generate": "^4.2.6",
"csv-parse": "^5.3.10",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"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.9](https://github.com/adaltas/node-csv/compare/csv-demo-ts-moduleresolution-node16-cjs@[email protected]) (2023-05-26)

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





## [0.2.8](https://github.com/adaltas/node-csv/compare/csv-demo-ts-moduleresolution-node16-cjs@[email protected]) (2023-05-09)

**Note:** Version bump only for package csv-demo-ts-moduleresolution-node16-cjs
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,9 +1,9 @@
{
"name": "csv-demo-ts-moduleresolution-node16-cjs",
"version": "0.2.8",
"version": "0.2.9",
"dependencies": {
"csv-generate": "^4.2.6",
"csv-parse": "^5.3.10",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"stream-transform": "^3.2.6"
},
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.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.9) (2023-05-26)

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





## [0.2.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.8) (2023-05-09)

**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,13 +1,13 @@
{
"name": "csv-demo-ts-module-node16",
"version": "0.2.8",
"version": "0.2.9",
"main": "index.js",
"license": "MIT",
"type": "module",
"private": true,
"dependencies": {
"csv-generate": "^4.2.6",
"csv-parse": "^5.3.10",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"stream-transform": "^3.2.6"
},
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.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.11) (2023-05-26)

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





## [0.1.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-05-09)

**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,14 +1,14 @@
{
"name": "csv-demo-webpack-ts",
"version": "0.1.10",
"version": "0.1.11",
"description": "",
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"csv-generate": "^4.2.6",
"csv-parse": "^5.3.10",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"http-server": "^14.1.1",
"stream-transform": "^3.2.6"
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.13](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.13) (2023-05-26)

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





## [0.1.12](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.12) (2023-05-09)

**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.12",
"version": "0.1.13",
"description": "",
"private": true,
"scripts": {
Expand All @@ -16,9 +16,9 @@
"webpack-cli": "^5.0.1"
},
"dependencies": {
"csv": "^6.3.0",
"csv": "^6.3.1",
"csv-generate": "^4.2.6",
"csv-parse": "^5.3.10",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"http-server": "^14.1.1",
"stream-browserify": "^3.0.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.4.0](https://github.com/adaltas/node-csv/compare/[email protected]@5.4.0) (2023-05-26)


### Features

* **csv-parse:** add `columns` property in `Info` object type ([#390](https://github.com/adaltas/node-csv/issues/390)) ([2dd2a92](https://github.com/adaltas/node-csv/commit/2dd2a92d0376c3cee3a4a39334f9828874f422bd))



## [5.3.10](https://github.com/adaltas/node-csv/compare/[email protected]@5.3.10) (2023-05-04)

**Note:** Version bump only for package csv-parse
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.3.10",
"version": "5.4.0",
"name": "csv-parse",
"description": "CSV parsing 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.1](https://github.com/adaltas/node-csv/compare/[email protected]@6.3.1) (2023-05-26)

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





## [6.3.0](https://github.com/adaltas/node-csv/compare/[email protected]@6.3.0) (2023-05-09)


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.0",
"version": "6.3.1",
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
"keywords": [
"node",
Expand All @@ -22,7 +22,7 @@
],
"dependencies": {
"csv-generate": "^4.2.6",
"csv-parse": "^5.3.10",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"stream-transform": "^3.2.6"
},
Expand Down

0 comments on commit ef0e49c

Please sign in to comment.