Skip to content

Commit

Permalink
Prepared 2.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmontesl committed Jun 5, 2016
1 parent 3daf61c commit 65c14f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)

[2.0.2]

* Remove -devel from version, -beta from doc, generate files, copy to web and server, same on server.
Release notes, Tag repo (release), Announcement, Move this todo item to next release top.
* Cleanup code.
* Test and close issue #39, "strings with hyphen cause dimension filter to work inexpectedly" as shall be fixed.
* _Firefox_ menu wrap in Studio menu (not in Chrome nor View menu?)
Expand All @@ -136,7 +138,3 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
* Possible repeated data load / events?
* Refresh: use watches to trigger invalidation? (also check for repeated events).

[2.0.1]

* Remove -devel from version, -beta from doc, Disable debug mode, Release notes, Tag repo (release), Announcement, Move this todo item to next release top.
* Sorting issues (dimension, charts, custom sorting functions, review old state).
2 changes: 1 addition & 1 deletion cubesviewer/core/cubesviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ angular.module('cv').run([ '$timeout', '$log', 'cvOptions', 'cubesService', 'cub
function CubesViewer() {

// CubesViewer version
this.version = "2.0.1-devel";
this.version = "2.0.1";

/**
* State of a view that has not yet been fully initialized, and cannot be interacted with.
Expand Down
2 changes: 1 addition & 1 deletion dist/cubesviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ angular.module('cv').run([ '$timeout', '$log', 'cvOptions', 'cubesService', 'cub
function CubesViewer() {

// CubesViewer version
this.version = "2.0.1-devel";
this.version = "2.0.1";

/**
* State of a view that has not yet been fully initialized, and cannot be interacted with.
Expand Down
4 changes: 2 additions & 2 deletions dist/cubesviewer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubesviewer",
"version": "1.2.1",
"version": "2.0.1",
"devDependencies": {
"bower": "^1.7.9",
"grunt": "^0.4.5",
Expand Down

0 comments on commit 65c14f1

Please sign in to comment.