Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Feb 15, 2021
1 parent 9ad4989 commit ae4d064
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.4",
"version": "1.0.5",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/icons",
"version": "1.0.4",
"version": "1.0.5",
"description": "@paljs/icons package for @paljs/ui package",
"main": "dist/index.js",
"module": "dist/icons.esm.js",
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.4",
"version": "1.0.5",
"description": "React Styled Components with bootstrap grid system",
"main": "index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.16",
"@paljs/icons": "^1.0.4",
"@paljs/icons": "^1.0.5",
"@types/node": "14.14.28",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
Expand Down

0 comments on commit ae4d064

Please sign in to comment.