Skip to content

Commit

Permalink
Update site version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarash-Z committed Dec 12, 2019
1 parent 9c9617c commit b6dcd8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
title: `React Modern Calendar Date Picker`,
description: `A modern, beautiful, customizable date picker for React`,
author: `Kiarash Zarinmehr`,
version: `1.1.3`,
version: `1.1.4`,
},
pathPrefix: `/react-modern-calendar-datepicker`,
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-modern-calendar-datepicker": "^1.1.3",
"react-modern-calendar-datepicker": "^1.1.4",
"shortid": "^2.2.14"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8500,10 +8500,10 @@ react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

react-modern-calendar-datepicker@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/react-modern-calendar-datepicker/-/react-modern-calendar-datepicker-1.1.3.tgz#2efe159862668f982f9d73f2d86639dfbf66bcee"
integrity sha512-QZkiEbk2vPgwN0qSvCOaTDUZjSyLJNvth7fxqtB3apH/uL9KitD6nvBPcBzB8VV0rbNGbTNVo3sqNzUTo/GiTg==
react-modern-calendar-datepicker@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/react-modern-calendar-datepicker/-/react-modern-calendar-datepicker-1.1.4.tgz#27220f7edab70e4923e5d0263ef62661056328f8"
integrity sha512-7MknRjNRrs4i61eTZnQ1OrWp+1hECmjQOffzZySJBHMlPYq3Om0FS9SdZbRQ8SIS37Z9LyyqF0f7ztoIETi8mw==
dependencies:
jalaali-js "^1.1.0"
prop-types "^15.7.2"
Expand Down

0 comments on commit b6dcd8b

Please sign in to comment.