diff --git a/lerna.json b/lerna.json index 34e4e70..85ba713 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "1.0.3", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/packages/theme/package.json b/packages/theme/package.json index 565fe4c..efd8ec0 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@paljs/theme", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index.js", "module": "dist/theme.esm.js", "types": "dist/index.d.ts", diff --git a/packages/ui/package.json b/packages/ui/package.json index cf793da..6ec660d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@paljs/ui", - "version": "1.0.2", + "version": "1.0.3", "description": "React Styled Components with bootstrap grid system", "main": "index.js", "module": "./esm/index.js", @@ -27,7 +27,7 @@ "styled-components": ">=5.1.1" }, "dependencies": { - "@paljs/theme": "^1.0.2", + "@paljs/theme": "^1.0.3", "@types/react-select": "3.0.13", "react-select": "^3.1.0" },