Browse Source

chore(version): bump to v0.6.8

pull/2502/head v0.6.8
Yoshiya Hinosawa 6 years ago
parent
commit
f83eaaa2f6
  1. 2
      .bmp.yml
  2. 19275
      c3.js
  3. 4
      c3.min.js
  4. 2
      component.json
  5. 4
      docs/index.html.haml
  6. 19275
      docs/js/c3.js
  7. 4
      docs/js/c3.min.js
  8. 2
      package.json
  9. 2
      src/core.js

2
.bmp.yml

@ -1,5 +1,5 @@
--- ---
version: 0.6.7 version: 0.6.8
commit: 'chore(version): bump to v%.%.%' commit: 'chore(version): bump to v%.%.%'
files: files:
src/core.js: 'version: "%.%.%"' src/core.js: 'version: "%.%.%"'

19275
c3.js

File diff suppressed because it is too large Load Diff

4
c3.min.js vendored

File diff suppressed because one or more lines are too long

2
component.json

@ -2,7 +2,7 @@
"name": "c3", "name": "c3",
"repo": "masayuki0812/c3", "repo": "masayuki0812/c3",
"description": "A D3-based reusable chart library", "description": "A D3-based reusable chart library",
"version": "0.6.7", "version": "0.6.8",
"keywords": [], "keywords": [],
"dependencies": { "dependencies": {
"mbostock/d3": "v5.0.0" "mbostock/d3": "v5.0.0"

4
docs/index.html.haml

@ -38,6 +38,10 @@
%h3 Change Log %h3 Change Log
%ul %ul
%li
<a href="https://github.com/c3js/c3/releases/tag/v0.6.8">v0.6.8</a><span class="gray">&nbsp;-&nbsp;2018-10-01</span>
%ul
%li Add src/* npm package.
%li %li
<a href="https://github.com/c3js/c3/releases/tag/v0.6.7">v0.6.7</a><span class="gray">&nbsp;-&nbsp;2018-08-08</span> <a href="https://github.com/c3js/c3/releases/tag/v0.6.7">v0.6.7</a><span class="gray">&nbsp;-&nbsp;2018-08-08</span>
%ul %ul

19275
docs/js/c3.js

File diff suppressed because it is too large Load Diff

4
docs/js/c3.min.js vendored

File diff suppressed because one or more lines are too long

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "c3", "name": "c3",
"version": "0.6.7", "version": "0.6.8",
"description": "D3-based reusable chart library", "description": "D3-based reusable chart library",
"main": "c3.js", "main": "c3.js",
"files": [ "files": [

2
src/core.js

@ -20,7 +20,7 @@ import {
} from './util'; } from './util';
var c3 = { var c3 = {
version: "0.6.7", version: "0.6.8",
chart: { chart: {
fn: Chart.prototype, fn: Chart.prototype,
internal: { internal: {

Loading…
Cancel
Save