Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed May 14, 2019
1 parent 5402389 commit 8eacef3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "0.1.8" "version": "0.2.0"
} }
2 changes: 1 addition & 1 deletion packages/guess-ga/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "guess-ga", "name": "guess-ga",
"version": "0.1.7", "version": "0.2.0",
"description": "Fetch structured data from Google Analytics", "description": "Fetch structured data from Google Analytics",
"main": "dist/guess-ga/index.js", "main": "dist/guess-ga/index.js",
"types": "dist/guess-ga/index.d.ts", "types": "dist/guess-ga/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/guess-parser/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "guess-parser", "name": "guess-parser",
"version": "0.1.7", "version": "0.2.0",
"description": "Finds the route declarations in your application.", "description": "Finds the route declarations in your application.",
"main": "dist/guess-parser/index.js", "main": "dist/guess-parser/index.js",
"types": "dist/guess-parser/index.d.ts", "types": "dist/guess-parser/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/guess-webpack/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "guess-webpack", "name": "guess-webpack",
"version": "0.1.8", "version": "0.2.0",
"description": "Webpack plugins for the Machine Learning-driven bundler", "description": "Webpack plugins for the Machine Learning-driven bundler",
"main": "dist/guess-webpack/main.js", "main": "dist/guess-webpack/main.js",
"types": "dist/guess-webpack/index.d.ts", "types": "dist/guess-webpack/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"flat-cache": "^1.3.0", "flat-cache": "^1.3.0",
"google-oauth2-node": "0.0.2", "google-oauth2-node": "0.0.2",
"googleapis": "^29.0.0", "googleapis": "^29.0.0",
"guess-ga": "^0.1.7", "guess-ga": "^0.2.0",
"lodash.template": "^4.4.0", "lodash.template": "^4.4.0",
"rollup": "^0.59.4", "rollup": "^0.59.4",
"rollup-plugin-hypothetical": "^2.1.0", "rollup-plugin-hypothetical": "^2.1.0",
Expand Down

0 comments on commit 8eacef3

Please sign in to comment.