Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 18, 2021
1 parent 44232ef commit f1abfaf
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 13 deletions.
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.2](https://github.com/adaltas/node-csv/compare/[email protected]@4.0.2) (2021-11-18)


### 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))





## [4.0.1](https://github.com/adaltas/node-csv/compare/[email protected]@4.0.1) (2021-11-15)


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.1",
"version": "4.0.2",
"name": "csv-generate",
"description": "CSV and object generation implementing the Node.js `stream.Readable` API",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions packages/csv-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### 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))


### Performance Improvements

* **csv-parse:** buffer unsafe allocation ([35c1f4a](https://github.com/adaltas/node-csv/commit/35c1f4a9dd806adc4de749c2e211bd436224d7f0))





## [5.0.1](https://github.com/adaltas/node-csv/compare/[email protected]@5.0.1) (2021-11-15)


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.1",
"version": "5.0.2",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/node": "^16.11.7",
"coffeelint": "^2.1.0",
"coffeescript": "^2.6.1",
"csv-generate": "^4.0.1",
"csv-generate": "^4.0.2",
"csv-spectrum": "^1.0.0",
"each": "^1.2.2",
"eslint": "^8.2.0",
Expand All @@ -56,7 +56,7 @@
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "^13.2.3",
"stream-transform": "^3.0.1",
"stream-transform": "^3.0.2",
"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.2](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.2) (2021-11-18)


### 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))





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


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.1",
"version": "6.0.2",
"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.1",
"csv-generate": "^4.0.2",
"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.2](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.2) (2021-11-18)


### 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))





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


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.1",
"version": "6.0.2",
"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 <[email protected]> (https://www.adaltas.com)"
],
"dependencies": {
"csv-generate": "^4.0.1",
"csv-parse": "^5.0.1",
"csv-stringify": "^6.0.1",
"stream-transform": "^3.0.1"
"csv-generate": "^4.0.2",
"csv-parse": "^5.0.2",
"csv-stringify": "^6.0.2",
"stream-transform": "^3.0.2"
},
"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.2](https://github.com/adaltas/node-csv/compare/[email protected]@3.0.2) (2021-11-18)


### 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))





## [3.0.1](https://github.com/adaltas/node-csv/compare/[email protected]@3.0.1) (2021-11-15)


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.1",
"version": "3.0.2",
"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.1",
"csv-generate": "^4.0.2",
"each": "^1.2.2",
"eslint": "^8.2.0",
"mocha": "~9.1.3",
Expand Down

0 comments on commit f1abfaf

Please sign in to comment.