Skip to content

Commit

Permalink
v0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Nov 10, 2019
1 parent 15fcca0 commit 052489e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.4.11"
"version": "0.4.12"
}
2 changes: 1 addition & 1 deletion packages/guess-ga/package.json
@@ -1,6 +1,6 @@
{
"name": "guess-ga",
"version": "0.4.11",
"version": "0.4.12",
"description": "Fetch structured data from Google Analytics",
"main": "dist/guess-ga/index.js",
"types": "dist/guess-ga/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/guess-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "guess-parser",
"version": "0.4.11",
"version": "0.4.12",
"description": "Finds the route declarations in your application.",
"main": "dist/guess-parser/index.js",
"types": "dist/guess-parser/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/guess-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "guess-webpack",
"version": "0.4.11",
"version": "0.4.12",
"description": "Webpack plugins for the Machine Learning-driven bundler",
"main": "dist/guess-webpack/main.js",
"types": "dist/guess-webpack/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"flat-cache": "^2.0.0",
"google-oauth2-node": "0.0.3",
"googleapis": "^45.0.0",
"guess-ga": "^0.4.11",
"guess-ga": "^0.4.12",
"lodash.template": "^4.4.0",
"rollup": "^1.0.0",
"rollup-plugin-hypothetical": "^2.1.0",
Expand Down

0 comments on commit 052489e

Please sign in to comment.