Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - csv-demo-browser@0.1.0
 - csv-demo-cjs@0.1.0
 - csv-demo-esm@0.0.1
 - csv-issues-cjs@0.0.1
 - csv-issues-esm@0.0.1
 - csv-demo-webpack@0.1.0
 - csv-generate@4.0.3
 - csv-parse@5.0.3
 - csv-stringify@6.0.3
 - csv@6.0.3
 - stream-transform@3.0.3
  • Loading branch information
wdavidw committed Nov 19, 2021
1 parent 3369efa commit e00242d
Show file tree
Hide file tree
Showing 22 changed files with 139 additions and 19 deletions.
11 changes: 11 additions & 0 deletions demo/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-11-19)


### Features

* **csv-demo-webpack:** split usages by packages ([214c759](https://github.com/adaltas/node-csv/commit/214c75980d61bf96ec1d6892858887ba29235987))
2 changes: 1 addition & 1 deletion demo/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-browser",
"version": "0.0.0",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions demo/cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-11-19)


### Features

* backward support for node 8 ([496231d](https://github.com/adaltas/node-csv/commit/496231dfd838f0a6a72269a5a2390a4c637cef95))
2 changes: 1 addition & 1 deletion demo/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-cjs",
"version": "0.0.0",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"type": "commonjs",
Expand Down
8 changes: 8 additions & 0 deletions demo/esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-11-19)

**Note:** Version bump only for package csv-demo-esm
2 changes: 1 addition & 1 deletion demo/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-esm",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions demo/issues-cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-11-19)


### Bug Fixes

* dont insert polyfills in cjs [#303](https://github.com/adaltas/node-csv/issues/303) ([9baf334](https://github.com/adaltas/node-csv/commit/9baf334044dab90b4a0d096a7e456d0fd5807d5b))
2 changes: 1 addition & 1 deletion demo/issues-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-issues-cjs",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions demo/issues-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-11-19)

**Note:** Version bump only for package csv-issues-esm
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions demo/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-11-19)


### Bug Fixes

* **csv-demo-webpack:** start with version 0.0.0 ([3369efa](https://github.com/adaltas/node-csv/commit/3369efa09831fabb57fef9c94cd4ca14e0b05981))


### Features

* **csv-demo-webpack:** split usages by packages ([214c759](https://github.com/adaltas/node-csv/commit/214c75980d61bf96ec1d6892858887ba29235987))
2 changes: 1 addition & 1 deletion demo/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-webpack",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"private": true,
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/csv-generate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/adaltas/node-csv/compare/csv-generate@4.0.2...csv-generate@4.0.3) (2021-11-19)


### Bug Fixes

* expose browser esm modules ([eb87355](https://github.com/adaltas/node-csv/commit/eb873557c65912f065d2581d30a17a96b0bfd2d6))





## [4.0.2](https://github.com/adaltas/node-csv/compare/csv-generate@4.0.1...csv-generate@4.0.2) (2021-11-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/csv-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.2",
"version": "4.0.3",
"name": "csv-generate",
"description": "CSV and object generation implementing the Node.js `stream.Readable` API",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/csv-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.3](https://github.com/adaltas/node-csv/compare/csv-parse@5.0.2...csv-parse@5.0.3) (2021-11-19)


### Bug Fixes

* expose browser esm modules ([eb87355](https://github.com/adaltas/node-csv/commit/eb873557c65912f065d2581d30a17a96b0bfd2d6))





## [5.0.2](https://github.com/adaltas/node-csv/compare/csv-parse@5.0.1...csv-parse@5.0.2) (2021-11-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/csv-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.2",
"version": "5.0.3",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/node": "^16.11.7",
"coffeelint": "^2.1.0",
"coffeescript": "^2.6.1",
"csv-generate": "^4.0.2",
"csv-generate": "^4.0.3",
"csv-spectrum": "^1.0.0",
"each": "^1.2.2",
"eslint": "^8.2.0",
Expand All @@ -57,7 +57,7 @@
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "^13.2.3",
"stream-transform": "^3.0.2",
"stream-transform": "^3.0.3",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/csv-stringify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.3](https://github.com/adaltas/node-csv/compare/csv-stringify@6.0.2...csv-stringify@6.0.3) (2021-11-19)


### Bug Fixes

* expose browser esm modules ([eb87355](https://github.com/adaltas/node-csv/commit/eb873557c65912f065d2581d30a17a96b0bfd2d6))





## [6.0.2](https://github.com/adaltas/node-csv/compare/csv-stringify@6.0.1...csv-stringify@6.0.2) (2021-11-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/csv-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.2",
"version": "6.0.3",
"name": "csv-stringify",
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"@types/node": "^16.11.7",
"@types/should": "^13.0.0",
"coffeescript": "~2.6.1",
"csv-generate": "^4.0.2",
"csv-generate": "^4.0.3",
"each": "^1.2.2",
"eslint": "^8.2.0",
"express": "^4.17.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/csv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.3](https://github.com/adaltas/node-csv/compare/csv@6.0.2...csv@6.0.3) (2021-11-19)


### Bug Fixes

* expose browser esm modules ([eb87355](https://github.com/adaltas/node-csv/commit/eb873557c65912f065d2581d30a17a96b0bfd2d6))





## [6.0.2](https://github.com/adaltas/node-csv/compare/csv@6.0.1...csv@6.0.2) (2021-11-18)


Expand Down
10 changes: 5 additions & 5 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv",
"version": "6.0.2",
"version": "6.0.3",
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
"keywords": [
"node",
Expand All @@ -21,10 +21,10 @@
"David Worms <david@adaltas.com> (https://www.adaltas.com)"
],
"dependencies": {
"csv-generate": "^4.0.2",
"csv-parse": "^5.0.2",
"csv-stringify": "^6.0.2",
"stream-transform": "^3.0.2"
"csv-generate": "^4.0.3",
"csv-parse": "^5.0.3",
"csv-stringify": "^6.0.3",
"stream-transform": "^3.0.3"
},
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/stream-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/adaltas/node-csv/compare/stream-transform@3.0.2...stream-transform@3.0.3) (2021-11-19)


### Bug Fixes

* expose browser esm modules ([eb87355](https://github.com/adaltas/node-csv/commit/eb873557c65912f065d2581d30a17a96b0bfd2d6))





## [3.0.2](https://github.com/adaltas/node-csv/compare/stream-transform@3.0.1...stream-transform@3.0.2) (2021-11-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/stream-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.2",
"version": "3.0.3",
"name": "stream-transform",
"description": "Object transformations implementing the Node.js `stream.Transform` API",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.7",
"coffeescript": "~2.6.1",
"csv-generate": "^4.0.2",
"csv-generate": "^4.0.3",
"each": "^1.2.2",
"eslint": "^8.2.0",
"mocha": "~9.1.3",
Expand Down

0 comments on commit e00242d

Please sign in to comment.