diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6416e..61b0f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## 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) + + + ## 0.1.0a2 ([Full Changelog](https://github.com/QuantStack/jupyterlab-lego-boost/compare/35d9882aef31adaad1d4ca9dcdfee9318db6dc24...0f75182a3c24e7edb9fe86ef0b5095f3e842700e)) @@ -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) - - ## 0.1.0a1 ([Full Changelog](https://github.com/QuantStack/jupyterlab-lego-boost/compare/35d9882aef31adaad1d4ca9dcdfee9318db6dc24...1b6b4d6e3f20876af9ad97d77c74d3d7823cb447)) diff --git a/package.json b/package.json index c47c60d..944465f 100644 --- a/package.json +++ b/package.json @@ -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": "denisa.checiu@quantstack.net" - }, - "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": "denisa.checiu@quantstack.net" + }, + "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" + } }