Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Feb 20, 2019
1 parent 53d66ad commit 3420349
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": "0.0.7",
"version": "0.0.8",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/ant-design-draggable-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ant-design-draggable-modal",
"version": "0.0.7",
"version": "0.0.8",
"description": "Modal from Ant Design, draggable.",
"homepage": "https://github.com/DylanVann/ant-design-draggable-modal#readme",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"build": "react-scripts build",
Expand All @@ -13,7 +13,7 @@
"extends": "react-app"
},
"dependencies": {
"ant-design-draggable-modal": "^0.0.7",
"ant-design-draggable-modal": "^0.0.8",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-scripts": "^2.1.3"
Expand Down

0 comments on commit 3420349

Please sign in to comment.