Skip to content

Commit

Permalink
chore: bump version number (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Aug 21, 2022
1 parent af2a0cb commit 22444ae
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json2csv",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"private": true,
"description": "Fast and highly configurable JSON to CSV converter",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json2csv/cli",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"description": "Command Line Interface to convert JSON to CSV.",
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json2csv/formatters",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"description": "json2csv built-in formatters. A formatter is a function that receives the raw js value of a given type and formats it as a valid CSV cell.",
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json2csv/node",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"description": "Node.js Transform and Async interface to convert JSON into CSV.",
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion packages/plainjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json2csv/plainjs",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"description": "Pure Javascript JSON to CSV converter.",
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json2csv/test-helpers",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"description": "Test helper to test the json2csv libraries",
"homepage": "http://juanjodiaz.github.io/json2csv",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json2csv/test-performance",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"description": "Performance tests for json2csv",
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion packages/transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json2csv/transforms",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"description": "json2csv built-in transforms. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order before converting the data record into a CSV row.",
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion packages/whatwg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json2csv/whatwg",
"version": "6.0.0",
"version": "6.0.0-alpha.2",
"description": "WHATWG Transform and Async interface to convert JSON into CSV.",
"keywords": [
"json",
Expand Down

0 comments on commit 22444ae

Please sign in to comment.