Skip to content

Commit

Permalink
v0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed Dec 22, 2019
1 parent fcd07c2 commit 68ba10e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 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.12"
version = "0.8.13"

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

[compat]
JSExpr = "0.5"
julia = "0.7, 1"
JSExpr = "0.5"

[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.12"
"@webio/webio": "0.8.13"
},
"scripts": {
"build": "webpack-cli",
"build-prod": "webpack-cli -p"
},
"version": "0.8.12",
"version": "0.8.13",
"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.12",
"@webio/webio": "0.8.13",
"debug": "^4.1.1"
},
"scripts": {
"build": "webpack-cli",
"build-prod": "webpack-cli -p"
},
"version": "0.8.12",
"version": "0.8.13",
"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.12",
"version": "0.8.13",
"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.12",
"@webio/webio": "0.8.13",
"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.12",
"@webio/webio": "0.8.13",
"debug": "^4.1.1"
},
"scripts": {
"build": "webpack-cli",
"build-prod": "webpack-cli -p"
},
"version": "0.8.12",
"version": "0.8.13",
"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.12"
"version": "0.8.13"
}
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.12",
"@webio/webio": "0.8.13",
"debug": "^4.1.1"
},
"devDependencies": {
Expand All @@ -16,7 +16,7 @@
"build": "webpack-cli",
"build-prod": "webpack-cli -p"
},
"version": "0.8.12",
"version": "0.8.13",
"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.12",
"version": "0.8.13",
"main": "dist/index.js",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

4 comments on commit 68ba10e

@twavv
Copy link
Member Author

@twavv twavv commented on 68ba10e Dec 22, 2019

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/7046

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.13 -m "<description of version>" 68ba10e89878ec58754723705e12a072308e9cc2
git push origin v0.8.13

Also, note the warning: Version 0.8.13 skips over 0.8.12
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@twavv
Copy link
Member Author

@twavv twavv commented on 68ba10e Dec 22, 2019

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 updated: JuliaRegistries/General/7046

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.13 -m "<description of version>" 68ba10e89878ec58754723705e12a072308e9cc2
git push origin v0.8.13

Also, note the warning: Version 0.8.13 skips over 0.8.12
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.