Skip to content

Commit 6caea85

Browse files
Bump version: 1.9.3 → 1.9.4
1 parent dc49aba commit 6caea85

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

beaker-ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beaker-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beaker-kernel",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Beaker kernel library",
55
"repository": {
66
"url": "https://github.com/jataware/beaker-kernel"

beaker-vue/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beaker-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beaker-vue",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"declaration": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -48,7 +48,7 @@
4848
"@types/katex": "^0.16.7",
4949
"@types/node-fetch": "^2.6.6",
5050
"ansi-html-community": "^0.0.8",
51-
"beaker-kernel": "^1.9.3",
51+
"beaker-kernel": "^1.9.4",
5252
"codemirror": "^6.0.1",
5353
"codemirror-lang-r": "^0.1.0-2",
5454
"content-disposition": "^0.5.4",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ path = "beaker_kernel/builder/beaker.py"
7373

7474

7575
[tool.bumpversion]
76-
current_version="1.9.3"
76+
current_version="1.9.4"
7777
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<release>[ab])(?P<revision>\\d+))?"
7878
serialize = [
7979
"{major}.{minor}.{patch}{release}{revision}",

0 commit comments

Comments
 (0)