Skip to content

Commit

Permalink
Publish 0.1.0a3
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-lego-boost-0.1.0-a3.tgz: 97974c1fb2251a4b13c36ca13d50457f6eeea2e8b0e0f003aa1d13f64894b570

jupyterlab_lego_boost-0.1.0a3-py3-none-any.whl: 595e267f857ba734c930be9ddbbe0fc35fdc19401100fa3bb409ca3c6ce3be56

jupyterlab_lego_boost-0.1.0a3.tar.gz: 67c3051ddb246635ed47b7adad4d69ca5cbef00aecfb52a93ecbe7f3a6b5e958
  • Loading branch information
DenisaCG committed Aug 22, 2024
1 parent 9d2afc7 commit f37da98
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 94 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.1.0a3

([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-lego-boost/compare/c8ffd43bf88614968b93a3581132c2bf0e875ca5...9d2afc741c865177373118f9d3b462c89d95c5d0))

### Enhancements made

- Upgrade to `v0.3.2` of `jupyterlab-blockly` [#17](https://github.com/jupyter-robotics/jupyterlab-lego-boost/pull/17) ([@DenisaCG](https://github.com/DenisaCG))

### Maintenance and upkeep improvements

- Update repository links for new organisation [#18](https://github.com/jupyter-robotics/jupyterlab-lego-boost/pull/18) ([@DenisaCG](https://github.com/DenisaCG))
- Upgrade to `v0.3.2` of `jupyterlab-blockly` [#17](https://github.com/jupyter-robotics/jupyterlab-lego-boost/pull/17) ([@DenisaCG](https://github.com/DenisaCG))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-lego-boost/graphs/contributors?from=2024-08-21&to=2024-08-22&type=c))

[@DenisaCG](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-lego-boost+involves%3ADenisaCG+updated%3A2024-08-21..2024-08-22&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-lego-boost+involves%3Agithub-actions+updated%3A2024-08-21..2024-08-22&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.0a2

([Full Changelog](https://github.com/QuantStack/jupyterlab-lego-boost/compare/35d9882aef31adaad1d4ca9dcdfee9318db6dc24...0f75182a3c24e7edb9fe86ef0b5095f3e842700e))
Expand Down Expand Up @@ -36,8 +57,6 @@

[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-lego-boost+involves%3ADenisaCG+updated%3A2022-08-15..2023-01-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-lego-boost+involves%3Agithub-actions+updated%3A2022-08-15..2023-01-12&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-lego-boost+involves%3Ahbcarlos+updated%3A2022-08-15..2023-01-12&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.0a1

([Full Changelog](https://github.com/QuantStack/jupyterlab-lego-boost/compare/35d9882aef31adaad1d4ca9dcdfee9318db6dc24...1b6b4d6e3f20876af9ad97d77c74d3d7823cb447))
Expand Down
184 changes: 92 additions & 92 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,94 +1,94 @@
{
"name": "jupyterlab-lego-boost",
"version": "0.1.0-a2",
"description": "Blockly extension for JupyterLab to control the Lego Boost",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"Lego Boost",
"robot",
"Boost"
],
"homepage": "https://github.com/jupyter-robotics/jupyterlab-lego-boost",
"bugs": {
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "Denisa Checiu",
"email": "[email protected]"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc --sourceMap",
"build:lib:prod": "tsc",
"clean": "jlpm clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
"clean:labextension": "rimraf jupyterlab_lego_boost/labextension",
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
"eslint": "jlpm eslint:check --fix",
"eslint:check": "eslint . --cache --ext .ts,.tsx",
"install:extension": "jlpm build",
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
"prettier": "jlpm prettier:base --write --list-different",
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"prettier:check": "jlpm prettier:base --check",
"stylelint": "jlpm stylelint:check --fix",
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
"watch": "run-p watch:src watch:labextension",
"watch:src": "tsc -w --sourceMap",
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^4.2",
"blockly": "^11.0",
"jupyterlab-blockly": "^0.3.2"
},
"devDependencies": {
"@jupyterlab/builder": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "~24.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "~5.0.2"
},
"sideEffects": [
"style/*.css",
"style/index.js"
],
"styleModule": "style/index.js",
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_lego_boost/labextension",
"webpackConfig": "./webpack.config.js"
}
"name": "jupyterlab-lego-boost",
"version": "0.1.0-a3",
"description": "Blockly extension for JupyterLab to control the Lego Boost",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"Lego Boost",
"robot",
"Boost"
],
"homepage": "https://github.com/jupyter-robotics/jupyterlab-lego-boost",
"bugs": {
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "Denisa Checiu",
"email": "[email protected]"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc --sourceMap",
"build:lib:prod": "tsc",
"clean": "jlpm clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
"clean:labextension": "rimraf jupyterlab_lego_boost/labextension",
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
"eslint": "jlpm eslint:check --fix",
"eslint:check": "eslint . --cache --ext .ts,.tsx",
"install:extension": "jlpm build",
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
"prettier": "jlpm prettier:base --write --list-different",
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"prettier:check": "jlpm prettier:base --check",
"stylelint": "jlpm stylelint:check --fix",
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
"watch": "run-p watch:src watch:labextension",
"watch:src": "tsc -w --sourceMap",
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^4.2",
"blockly": "^11.0",
"jupyterlab-blockly": "^0.3.2"
},
"devDependencies": {
"@jupyterlab/builder": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "~24.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "~5.0.2"
},
"sideEffects": [
"style/*.css",
"style/index.js"
],
"styleModule": "style/index.js",
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_lego_boost/labextension",
"webpackConfig": "./webpack.config.js"
}
}

0 comments on commit f37da98

Please sign in to comment.