Przeglądaj źródła

bump to 2.0.0-beta2

Adam Shaw 12 lat temu
rodzic
commit
016f43f2cc
4 zmienionych plików z 11 dodań i 4 usunięć
  1. 2 2
      bower.json
  2. 7 0
      changelog.md
  3. 1 1
      fullcalendar.jquery.json
  4. 1 1
      package.json

+ 2 - 2
bower.json

@@ -1,8 +1,8 @@
 {
   "name": "fullcalendar",
-  "version": "2.0.0-beta",
+  "version": "2.0.0-beta2",
   "devDependencies": {
-    "moment": "~2.5.1",
+    "moment": ">=2.5.0",
     "jquery": "~1.10.2",
     "jquery-ui": "~1.10.3",
     "jquery-simulate": "*",

+ 7 - 0
changelog.md

@@ -1,4 +1,11 @@
 
+v2.0.0-beta2
+------------
+
+- fixed broken updateEvent method
+- use of MomentJS with no side effects to the library
+
+
 v2.0.0-beta
 -----------
 

+ 1 - 1
fullcalendar.jquery.json

@@ -1,6 +1,6 @@
 {
   "name": "fullcalendar",
-  "version": "2.0.0-beta",
+  "version": "2.0.0-beta2",
 
   "dependencies": {
     "jquery": "~1.10.2",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "fullcalendar",
-  "version": "2.0.0-beta",
+  "version": "2.0.0-beta2",
   "repository": {
     "type": "git",
     "url": "https://github.com/arshaw/fullcalendar.git"