Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Nov 14, 2017
1 parent 642633c commit 178d6f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-calendar",
"version": "2.2.1",
"version": "2.3.0",
"description": "A component for picking dates or date periods for your React application.",
"main": "build/entry.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-calendar-sample-page",
"version": "2.2.1",
"version": "2.3.0",
"description": "A sample page for React-Calendar.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-calendar-test-page",
"version": "2.2.1",
"version": "2.3.0",
"description": "A test page for React-Calendar.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 178d6f8

Please sign in to comment.