Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Jul 1, 2020
1 parent 78db3fa commit 264878f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 264878f

Please sign in to comment.