Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Make a build and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshlilha committed Feb 3, 2020
1 parent 6274f57 commit b78d08f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ canvas
.mount("#chart"); // Specify an element to mount on using a CSS selector
```

See [muzejs.org/docs](https://muzejs.org/docs) for more documentation!
See [muzejs.org/docs](https://muzejs.org/docs/v1.3.1) for more documentation!

You also can checkout our Yeoman Generator [generator-muze](https://github.com/chartshq/generator-muze) to try out the **muze** through a boilerplate app.

## Documentation

You can find detailed tutorials, concepts and API references at [muzejs.org/docs](https://muzejs.org/docs).
You can find detailed tutorials, concepts and API references at [muzejs.org/docs](https://muzejs.org/docs/v1.3.1).

## Support

Expand Down
2 changes: 2 additions & 0 deletions dist/muze.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/muze.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/muze-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"d3-time": "^1.0.11",
"d3-transition": "^1.1.1",
"d3-voronoi": "^1.1.2",
"datamodel": "^2.3.0",
"datamodel": "^2.3.1",
"fusioncharts-smartlabel": "^1.0.2",
"hyperdis": "^1.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/muze/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "muze",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"description": "Composable visualisation library for web with a data-first approach",
"homepage": "https://muzejs.org",
"author": "Muzejs.org (https://muzejs.org/)",
Expand Down
4 changes: 2 additions & 2 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ canvas
.mount("#chart"); // Specify an element to mount on using a CSS selector
```

See [muzejs.org/docs](https://muzejs.org/docs) for more documentation!
See [muzejs.org/docs](https://muzejs.org/docs/v1.3.1) for more documentation!

You also can checkout our Yeoman Generator [generator-muze](https://github.com/chartshq/generator-muze) to try out the **muze** through a boilerplate app.

## Documentation

You can find detailed tutorials, concepts and API references at [muzejs.org/docs](https://muzejs.org/docs).
You can find detailed tutorials, concepts and API references at [muzejs.org/docs](https://muzejs.org/docs/v1.3.1).

## Support

Expand Down
2 changes: 1 addition & 1 deletion release/dist/muze.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/dist/muze.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muze",
"version": "1.3.0",
"version": "1.3.1",
"description": "Composable visualisation library for web with a data-first approach",
"homepage": "https://muzejs.org",
"license": "MIT",
Expand Down

0 comments on commit b78d08f

Please sign in to comment.