-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post-v0.0.1 Fixes - Release v0.0.2 (#14)
* Ignore more folders for npm publishing * Specify Date for Changelog * Slightly improve contributing guidelines * Auto-include README in setup.py's long description * use package.json's files instead of npmignore * Update version and add authors * Fix setup.py's packages to include utils * Update changelog
- Loading branch information
Xing Han Lu
authored
Jan 29, 2021
1 parent
a3d0f91
commit 28d345a
Showing
10 changed files
with
65 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ config | |
.travis.yml | ||
CHANGELOG.md | ||
README.md | ||
|
||
*venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
name = "DashVtk" | ||
uuid = "1b08a953-4be3-4667-9a23-818b1eccd4c7" | ||
authors = ["Kitware Inc <[email protected]>"] | ||
version = "0.0.1" | ||
authors = ["Kitware Inc <[email protected]> and Plotly Technologies <[email protected]>"] | ||
version = "0.0.2" | ||
|
||
[deps] | ||
Dash = "1b08a953-4be3-4667-9a23-3db579824955" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dash_vtk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "React based declarative usage of vtk.js for Dash", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -21,7 +21,7 @@ | |
"build": "npm run build:js && npm run build:py_and_r", | ||
"build:activated": "npm run build:js && npm run build:py_and_r-activated" | ||
}, | ||
"author": "Kitware Inc <[email protected]>", | ||
"author": "Kitware Inc <[email protected]> and Plotly Technologies <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"ramda": "^0.26.1", | ||
|
@@ -54,5 +54,12 @@ | |
"engines": { | ||
"node": ">=8.11.0", | ||
"npm": ">=6.1.0" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dash_vtk", | ||
"src", | ||
"README.md", | ||
"docs", | ||
"dist" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dash_vtk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "React based declarative usage of vtk.js for Dash", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -21,7 +21,7 @@ | |
"build": "npm run build:js && npm run build:py_and_r", | ||
"build:activated": "npm run build:js && npm run build:py_and_r-activated" | ||
}, | ||
"author": "Kitware Inc <[email protected]>", | ||
"author": "Kitware Inc <[email protected]> and Plotly Technologies <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"ramda": "^0.26.1", | ||
|
@@ -54,5 +54,12 @@ | |
"engines": { | ||
"node": ">=8.11.0", | ||
"npm": ">=6.1.0" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dash_vtk", | ||
"src", | ||
"README.md", | ||
"docs", | ||
"dist" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ module DashVtk | |
using Dash | ||
|
||
const resources_path = realpath(joinpath( @__DIR__, "..", "deps")) | ||
const version = "0.0.1" | ||
const version = "0.0.2" | ||
|
||
include("vtk_algorithm.jl") | ||
include("vtk_calculator.jl") | ||
|
@@ -34,14 +34,14 @@ function __init__() | |
[ | ||
DashBase.Resource( | ||
relative_package_path = "dash_vtk.min.js", | ||
external_url = "https://unpkg.com/[email protected].1/dash_vtk/dash_vtk.min.js", | ||
external_url = "https://unpkg.com/[email protected].2/dash_vtk/dash_vtk.min.js", | ||
dynamic = nothing, | ||
async = nothing, | ||
type = :js | ||
), | ||
DashBase.Resource( | ||
relative_package_path = "dash_vtk.min.js.map", | ||
external_url = "https://unpkg.com/[email protected].1/dash_vtk/dash_vtk.min.js.map", | ||
external_url = "https://unpkg.com/[email protected].2/dash_vtk/dash_vtk.min.js.map", | ||
dynamic = true, | ||
async = nothing, | ||
type = :js | ||
|