Skip to content

Commit

Permalink
v1.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Jul 10, 2020
1 parent b81c3e8 commit 1015c4a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"lerna": "3.19.0",
"version": "1.30.1"
"version": "1.30.2"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transformation/core",
"version": "1.30.1",
"version": "1.30.2",
"description": "Create transformation pipelines",
"main": "./src/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transformation/csv",
"version": "1.30.1",
"version": "1.30.2",
"description": "Reading and writing CSV files from a transformation pipeline",
"main": "./src/index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"access": "public"
},
"dependencies": {
"@transformation/core": "^1.30.1",
"@transformation/stream": "^1.30.1",
"@transformation/core": "^1.30.2",
"@transformation/stream": "^1.30.2",
"csv-parser": "2.3.2",
"csv-writer": "1.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transformation/ejs",
"version": "1.30.1",
"version": "1.30.2",
"description": "Writing pipeline to files with EJS",
"main": "./src/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@transformation/core": "^1.30.1",
"@transformation/core": "^1.30.2",
"ejs": "3.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transformation/glob",
"version": "1.30.1",
"version": "1.30.2",
"description": "Expand glob patterns in a transformation pipeline",
"main": "./src/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@transformation/core": "^1.30.1",
"@transformation/core": "^1.30.2",
"globby": "10.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transformation/stream",
"version": "1.30.1",
"version": "1.30.2",
"description": "Transformations for working with Node streams",
"main": "src/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@transformation/core": "^1.30.1"
"@transformation/core": "^1.30.2"
},
"devDependencies": {
"byline": "^5.0.0",
Expand Down

0 comments on commit 1015c4a

Please sign in to comment.