Skip to content

Commit

Permalink
v0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed May 11, 2020
1 parent de95ec7 commit 276911f
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "WebIO"
uuid = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
license = "MIT"
version = "0.8.13"
version = "0.8.14"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down Expand Up @@ -32,15 +32,15 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"

[compat]
Widgets = "0.6.2"
julia = "0.7, 1"
AssetRegistry = "0.1.0"
FunctionalCollections = "0.5.0"
JSExpr = "0.5"
JSON = "0.18, 0.19, 0.20, 0.21"
Observables = "0.2.3, 0.3"
Requires = "0.4.4, 0.5, 1.0.0"
FunctionalCollections = "0.5.0"
AssetRegistry = "0.1.0"
WebSockets = "1.5.0"
Widgets = "0.6.2"
Requires = "0.4.4, 0.5, 1.0.0"

[targets]
test = ["Blink", "Conda", "DataStructures", "Dates", "IJulia", "JSExpr", "Mux", "NBInclude", "NodeJS", "Test"]
4 changes: 2 additions & 2 deletions packages/blink-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"author": "Travis DePrato",
"license": "MIT",
"dependencies": {
"@webio/webio": "0.8.13"
"@webio/webio": "0.8.14"
},
"scripts": {
"build": "webpack-cli",
"build-prod": "webpack-cli -p"
},
"version": "0.8.13",
"version": "0.8.14",
"main": "dist/blink.js",
"gitHead": "a17bcee97d64897d0e9b429a8551f19eedc47091"
}
4 changes: 2 additions & 2 deletions packages/generic-http-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"author": "Travis DePrato",
"license": "MIT",
"dependencies": {
"@webio/webio": "0.8.13",
"@webio/webio": "0.8.14",
"debug": "^4.1.1"
},
"scripts": {
"build": "webpack-cli",
"build-prod": "webpack-cli -p"
},
"version": "0.8.13",
"version": "0.8.14",
"devDependencies": {
"webpack-cli": "^3.3.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyter-lab-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Travis DePrato",
"license": "MIT",
"main": "dist/labextension.js",
"version": "0.8.13",
"version": "0.8.14",
"dependencies": {
"@jupyterlab/application": "^1.0.1",
"@jupyterlab/docmanager": "^1.0.1",
Expand All @@ -16,7 +16,7 @@
"@phosphor/messaging": "^1.2.2",
"@phosphor/widgets": "^1.8.1",
"@types/debug": "^4.1.2",
"@webio/webio": "0.8.13",
"@webio/webio": "0.8.14",
"debug": "^4.1.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyter-notebook-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"author": "Travis DePrato",
"license": "MIT",
"dependencies": {
"@webio/webio": "0.8.13",
"@webio/webio": "0.8.14",
"debug": "^4.1.1"
},
"scripts": {
"build": "webpack-cli",
"build-prod": "webpack-cli -p"
},
"version": "0.8.13",
"version": "0.8.14",
"devDependencies": {
"webpack-cli": "^3.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"mux-provider",
"webio"
],
"version": "0.8.13"
"version": "0.8.14"
}
4 changes: 2 additions & 2 deletions packages/mux-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"@types/debug": "^4.1.2",
"@webio/webio": "0.8.13",
"@webio/webio": "0.8.14",
"debug": "^4.1.1"
},
"devDependencies": {
Expand All @@ -16,7 +16,7 @@
"build": "webpack-cli",
"build-prod": "webpack-cli -p"
},
"version": "0.8.13",
"version": "0.8.14",
"files": [
"dist/*.js"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/webio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/JuliaGizmos/WebIO.jl",
"author": "Travis DePrato",
"license": "MIT",
"version": "0.8.13",
"version": "0.8.14",
"main": "dist/index.js",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

2 comments on commit 276911f

@twavv
Copy link
Member Author

@twavv twavv commented on 276911f May 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/14556

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.14 -m "<description of version>" 276911f0f1d470970bbf9331f8aa308f1b15f4d0
git push origin v0.8.14

Please sign in to comment.