Skip to content

Commit b84b41d

Browse files
committed
Merge pull request #306 from plotly/commit-build
Commit build directory on version step
2 parents d141841 + 6bf36a9 commit b84b41d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ where X.Y.Z is the semver of most recent plotly.js release.
1414
### Fixed
1515
- Legend scroll bars are no longer invalid SVG elements (bug introduced in 1.6.0) [#304]
1616
- Colorscale YlGnBu and YlOrRd are now properly identified [#295]
17-
- SVG overflow property is now properly set for IE11 [#305]
1817

1918

2019
## [1.6.0] -- 2016-02-29

build/plotcss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var rules = {
88
"X a": "text-decoration:none;",
99
"X a:hover": "text-decoration:none;",
1010
"X .crisp": "shape-rendering:crispEdges;",
11+
"X svg": "overflow:hidden;",
1112
"X svg a": "fill:#447adb;",
1213
"X svg a:hover": "fill:#3c6dc5;",
1314
"X .main-svg": "position:absolute;top:0;left:0;pointer-events:none;",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"start-test_dashboard": "node devtools/test_dashboard/server.js",
3838
"start-image_viewer": "node devtools/image_viewer/server.js",
3939
"baseline": "./tasks/baseline.sh",
40-
"version": "npm run build && git add -A dist src",
40+
"version": "npm run build && git add -A dist src build",
4141
"postversion": "git push && git push --tags"
4242
},
4343
"dependencies": {

0 commit comments

Comments
 (0)