diff --git a/CHANGELOG.md b/CHANGELOG.md index e1347193..09bee415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ +## 0.14.0 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.13.3...a82d22721a7a6556431b2d6c68c9a70d8188bd58)) + +### Enhancements made + +- Internalize @microsoft/fast-components [#80](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/80) ([@fcollonval](https://github.com/fcollonval)) + +### Bugs fixed + +- Change disabled button style [#77](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/77) ([@brichet](https://github.com/brichet)) + +### Maintenance and upkeep improvements + +- Move picker to drafts [#83](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/83) ([@fcollonval](https://github.com/fcollonval)) +- Deploy to GitHub Pages with GitHub Actions [#82](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/82) ([@fcollonval](https://github.com/fcollonval)) +- Bump axios from 1.4.0 to 1.6.1 [#78](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/78) ([@dependabot](https://github.com/dependabot)) +- Bump typescript to 4.9.5 [#63](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/63) ([@fcollonval](https://github.com/fcollonval)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2023-10-26&to=2024-01-03&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Abrichet+updated%3A2023-10-26..2024-01-03&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2023-10-26..2024-01-03&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2023-10-26..2024-01-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2023-10-26..2024-01-03&type=Issues) + + + ## 0.13.3 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.13.2...977cca16ab4e8e5382138cc13ccd0469877caa69)) @@ -20,8 +47,6 @@ [@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2023-09-12..2023-10-26&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2023-09-12..2023-10-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2023-09-12..2023-10-26&type=Issues) - - ## 0.13.2 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.13.1...7c3fa1e275ac8d7345cff0b1307d8ca880132394)) diff --git a/lerna.json b/lerna.json index ad0d30d6..a35a86da 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.13.3" + "version": "0.14.0" } diff --git a/package.json b/package.json index ad22b250..cf0b4b57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/root-ui-toolkit", - "version": "0.13.3", + "version": "0.14.0", "private": true, "description": "UI Toolkit for Jupyter", "keywords": [ diff --git a/packages/components/package.json b/packages/components/package.json index 31d71f93..9c6b2343 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/web-components", - "version": "0.13.3", + "version": "0.14.0", "description": "A component library for building extensions in Jupyter frontends.", "homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme", "license": "BSD-3-Clause", diff --git a/packages/lab-example/package.json b/packages/lab-example/package.json index d1e01a0c..7d71d51f 100644 --- a/packages/lab-example/package.json +++ b/packages/lab-example/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-ui-demo", - "version": "0.13.3", + "version": "0.14.0", "description": "A JupyterLab extension to present an artwork of available UI components", "private": true, "keywords": [ @@ -48,8 +48,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/react-components": "^0.13.3", - "@jupyter/web-components": "^0.13.3", + "@jupyter/react-components": "^0.14.0", + "@jupyter/web-components": "^0.14.0", "@jupyterlab/application": "^3.1.0 || ^4.0.0", "@jupyterlab/apputils": "^3.0.0 || ^4.0.0", "@lumino/messaging": "^1.10.1 || ^2.0.0", diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 0116605d..4b328853 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/react-components", - "version": "0.13.3", + "version": "0.14.0", "description": "A component library for building extensions in Jupyter frontends.", "homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme", "license": "BSD-3-Clause", @@ -32,7 +32,7 @@ "prepublishOnly": "rimraf README.md && cp ../../README.md . && yarn run build" }, "dependencies": { - "@jupyter/web-components": "^0.13.3", + "@jupyter/web-components": "^0.14.0", "@microsoft/fast-react-wrapper": "^0.3.22", "react": ">=17.0.0 <19.0.0" }, diff --git a/yarn.lock b/yarn.lock index eab0b485..85e92df9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2375,11 +2375,11 @@ __metadata: languageName: node linkType: hard -"@jupyter/react-components@^0.13.3, @jupyter/react-components@workspace:packages/react-components": +"@jupyter/react-components@^0.14.0, @jupyter/react-components@workspace:packages/react-components": version: 0.0.0-use.local resolution: "@jupyter/react-components@workspace:packages/react-components" dependencies: - "@jupyter/web-components": ^0.13.3 + "@jupyter/web-components": ^0.14.0 "@microsoft/fast-react-wrapper": ^0.3.22 "@types/react": ^18.2.0 "@typescript-eslint/eslint-plugin": ^5.60.0 @@ -2411,7 +2411,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/web-components@^0.13.3, @jupyter/web-components@workspace:packages/components": +"@jupyter/web-components@^0.14.0, @jupyter/web-components@workspace:packages/components": version: 0.0.0-use.local resolution: "@jupyter/web-components@workspace:packages/components" dependencies: @@ -12387,8 +12387,8 @@ __metadata: version: 0.0.0-use.local resolution: "jupyter-ui-demo@workspace:packages/lab-example" dependencies: - "@jupyter/react-components": ^0.13.3 - "@jupyter/web-components": ^0.13.3 + "@jupyter/react-components": ^0.14.0 + "@jupyter/web-components": ^0.14.0 "@jupyterlab/application": ^3.1.0 || ^4.0.0 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0 "@jupyterlab/builder": ^4.0.0