Skip to content

Commit

Permalink
chore: release v3.0.0.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Nov 17, 2023
1 parent 28ef04f commit 5e6b18f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ipyvue/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.0.0.dev0"
semver = "3.0.0-dev.0"
__version__ = "3.0.0.alpha1"
semver = "3.0.0-alpha.1"
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-vue",
"version": "3.0.0-dev.0",
"version": "3.0.0-alpha.1",
"description": "Jupyter widgets base for Vue libraries",
"license": "MIT",
"author": "Mario Buikhuizen, Maarten Breddels",
Expand Down
2 changes: 1 addition & 1 deletion js/src/ForceLoad.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class ForceLoadModel extends DOMWidgetModel {
...{
_model_name: 'ForceLoadModel',
_model_module: 'jupyter-vue',
_model_module_version: '3.0.0-dev.0',
_model_module_version: '3.0.0-alpha.1',
},
};
}
Expand Down
2 changes: 1 addition & 1 deletion js/src/VueComponentModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class VueComponentModel extends DOMWidgetModel {
...{
_model_name: 'VueComponentModel',
_model_module: 'jupyter-vue',
_model_module_version: '3.0.0-dev.0',
_model_module_version: '3.0.0-alpha.1',
name: null,
component: null,
},
Expand Down
4 changes: 2 additions & 2 deletions js/src/VueModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export class VueModel extends DOMWidgetModel {
_view_name: 'VueView',
_view_module: 'jupyter-vue',
_model_module: 'jupyter-vue',
_view_module_version: '3.0.0-dev.0',
_model_module_version: '3.0.0-dev.0',
_view_module_version: '3.0.0-alpha.1',
_model_module_version: '3.0.0-alpha.1',
_metadata: null,
children: undefined,
slot: null,
Expand Down
4 changes: 2 additions & 2 deletions js/src/VueTemplateModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export class VueTemplateModel extends DOMWidgetModel {
_view_name: 'VueView',
_view_module: 'jupyter-vue',
_model_module: 'jupyter-vue',
_view_module_version: '3.0.0-dev.0',
_model_module_version: '3.0.0-dev.0',
_view_module_version: '3.0.0-alpha.1',
_model_module_version: '3.0.0-alpha.1',
template: null,
css: null,
methods: null,
Expand Down

0 comments on commit 5e6b18f

Please sign in to comment.