Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
chore(release) Release v1.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Nov 28, 2014
1 parent bb7531a commit 65be650
Show file tree
Hide file tree
Showing 49 changed files with 545 additions and 300 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -296,7 +296,7 @@ module.exports = function(grunt) {

grunt.registerTask('buildDemo', ['run:buildDemo']);

grunt.registerTask('buildSite', ['clean:site', 'run:buildDocs', 'replace:site', 'replace:siteMkdocsFix', 'run:buildDemo', 'copy:demoToSite', 'copy:ghPagesToSite']);
grunt.registerTask('buildSite', ['clean:site', 'run:buildDocs', 'run:buildDemo', 'copy:demoToSite', 'copy:ghPagesToSite', 'replace:site', 'replace:siteMkdocsFix']);

grunt.registerTask('uploadSite', ['gh-pages']);

Expand Down
2 changes: 1 addition & 1 deletion assets/angular-gantt-bounds-plugin.js

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

2 changes: 1 addition & 1 deletion assets/angular-gantt-drawtask-plugin.js

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

2 changes: 1 addition & 1 deletion assets/angular-gantt-labels-plugin.js

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

2 changes: 1 addition & 1 deletion assets/angular-gantt-movable-plugin.js

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

2 changes: 1 addition & 1 deletion assets/angular-gantt-plugins.js

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

2 changes: 1 addition & 1 deletion assets/angular-gantt-progress-plugin.js

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

2 changes: 1 addition & 1 deletion assets/angular-gantt-sortable-plugin.js

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

2 changes: 1 addition & 1 deletion assets/angular-gantt-tooltips-plugin.js

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

2 changes: 1 addition & 1 deletion assets/angular-gantt.js

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

2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-gantt",
"version": "1.0.0-rc6",
"version": "1.0.0-rc7",
"homepage": "https://github.com/angular-gantt/angular-gantt",
"authors": [
"Marco Schweighauser",
Expand Down
2 changes: 1 addition & 1 deletion demo/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-gantt-demo",
"version": "1.0.0-rc6",
"version": "1.0.0-rc7",
"homepage": "https://github.com/angular-gantt-demo/angular-gantt",
"authors": [
"Marco Schweighauser",
Expand Down
4 changes: 2 additions & 2 deletions demo/dist/scripts/vendor.js
Expand Up @@ -36676,7 +36676,7 @@ angular.module("ang-drag-drop",[])


/*
Project: angular-gantt v1.0.0-rc6 - Gantt chart component for AngularJS
Project: angular-gantt v1.0.0-rc7 - Gantt chart component for AngularJS
Authors: Marco Schweighauser, Rémi Alvergnat
License: MIT
Homepage: http://www.angular-gantt.com
Expand Down Expand Up @@ -41082,7 +41082,7 @@ angular.module('gantt.templates', []).run(['$templateCache', function($templateC

//# sourceMappingURL=angular-gantt.js.map
/*
Project: angular-gantt v1.0.0-rc6 - Gantt chart component for AngularJS
Project: angular-gantt v1.0.0-rc7 - Gantt chart component for AngularJS
Authors: Marco Schweighauser, Rémi Alvergnat
License: MIT
Homepage: http://www.angular-gantt.com
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-gantt-demo",
"version": "1.0.0-rc6",
"version": "1.0.0-rc7",
"description": "Gantt chart component for AngularJS - Demo",
"author": "Marco Schweighauser",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-gantt-bounds-plugin.js

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

2 changes: 1 addition & 1 deletion dist/angular-gantt-bounds-plugin.min.js

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

2 changes: 1 addition & 1 deletion dist/angular-gantt-drawtask-plugin.js

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

2 changes: 1 addition & 1 deletion dist/angular-gantt-drawtask-plugin.min.js

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

1 change: 0 additions & 1 deletion dist/angular-gantt-labels-plugin.css
Expand Up @@ -21,7 +21,6 @@

.gantt-labels-header {
overflow: hidden;
border-bottom: 1px solid #dddddd;
}

.gantt-labels-body {
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-gantt-labels-plugin.js

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

2 changes: 1 addition & 1 deletion dist/angular-gantt-labels-plugin.min.css

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

2 changes: 1 addition & 1 deletion dist/angular-gantt-labels-plugin.min.js

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

2 changes: 2 additions & 0 deletions dist/angular-gantt-movable-plugin.css
@@ -1,4 +1,6 @@
.gantt-task-moving, .gantt-task-resizing {
z-index: 750 !important;

opacity: 0.6;
filter: alpha(opacity=60);

Expand Down

0 comments on commit 65be650

Please sign in to comment.