diff --git a/lerna.json b/lerna.json index 04fc17c..3906cbe 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.0.12-alpha.3" + "version": "0.0.12-alpha.4" } diff --git a/packages/next-transpile-modules/package.json b/packages/next-transpile-modules/package.json index 6d46adb..6784b88 100644 --- a/packages/next-transpile-modules/package.json +++ b/packages/next-transpile-modules/package.json @@ -1,6 +1,6 @@ { "name": "@foomo/next-transpile-modules", - "version": "0.0.12-alpha.3", + "version": "0.0.12-alpha.4", "description": "NextJS plugin to transpile workspace packages", "main": "dist/index.js", "repository": "https://github.com/foomo/next-utils",