Skip to content

Commit

Permalink
v0.2.4-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nju33 committed May 26, 2019
1 parent ebe9525 commit 63274c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@react-dayo/example",
"version": "0.2.3-alpha.0",
"version": "0.2.4-alpha.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"core-js": "^3.1.2",
"next": "^8.1.0",
"react": "^16.8.6",
"react-dayo": "^0.2.3-alpha.0",
"react-dayo": "^0.2.4-alpha.0",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.3-alpha.0",
"version": "0.2.4-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/react-dayo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-dayo",
"description": "A Queue component for notification etc",
"version": "0.2.3-alpha.0",
"version": "0.2.4-alpha.0",
"main": "dist/main/index.js",
"types": "dist/types/index.d.ts",
"module": "dist/module/index.js",
Expand Down

0 comments on commit 63274c9

Please sign in to comment.