Skip to content

Commit c47aecf

Browse files
committed
Update widget version
1 parent e6a0b7b commit c47aecf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

algorithmx/jupyter/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55
module_name = 'algorithmx-jupyter'
6-
module_version = '^1.0.0-beta.1'
6+
module_version = '^1.0.0'

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algorithmx-jupyter",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "./dist/types/index.d.ts",
66
"files": [

js/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const name = require('./package.json').name
99
const path = require('path')
1010

1111
const externals = ['@jupyter-widgets/base', 'd3', 'webcola', 'algorithmx']
12-
const publicPath = 'https://unpkg.com/' + name + '@' + version + '/dist/'
12+
const publicPath = 'https://unpkg.com/' + name + '@' + version + '/dist/index.js'
1313

1414
const options = {
1515
module: {

0 commit comments

Comments
 (0)