Skip to content

Commit 810f74a

Browse files
committed
Publish 0.14.0
SHA256 hashes: jupyter-react-components-0.14.0.tgz: caffc03200dccddd6f9a47d86fa4b2a21d4472593e2b23100c0fe00e6e207327 jupyter-web-components-0.14.0.tgz: f30b0aa7549324c533bacdfae66cc179afc0c1ce15f6d7590ce9aabac353c77b
1 parent a82d227 commit 810f74a

File tree

7 files changed

+40
-15
lines changed

7 files changed

+40
-15
lines changed

CHANGELOG.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

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

5+
## 0.14.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.13.3...a82d22721a7a6556431b2d6c68c9a70d8188bd58))
8+
9+
### Enhancements made
10+
11+
- Internalize @microsoft/fast-components [#80](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/80) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Bugs fixed
14+
15+
- Change disabled button style [#77](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/77) ([@brichet](https://github.com/brichet))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Move picker to drafts [#83](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/83) ([@fcollonval](https://github.com/fcollonval))
20+
- Deploy to GitHub Pages with GitHub Actions [#82](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/82) ([@fcollonval](https://github.com/fcollonval))
21+
- 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))
22+
- Bump typescript to 4.9.5 [#63](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/63) ([@fcollonval](https://github.com/fcollonval))
23+
24+
### Contributors to this release
25+
26+
([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))
27+
28+
[@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)
29+
30+
<!-- <END NEW CHANGELOG ENTRY> -->
31+
532
## 0.13.3
633

734
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.13.2...977cca16ab4e8e5382138cc13ccd0469877caa69))
@@ -20,8 +47,6 @@
2047

2148
[@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)
2249

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2550
## 0.13.2
2651

2752
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.13.1...7c3fa1e275ac8d7345cff0b1307d8ca880132394))

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.13.3"
3+
"version": "0.14.0"
44
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/root-ui-toolkit",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"private": true,
55
"description": "UI Toolkit for Jupyter",
66
"keywords": [

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/web-components",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "A component library for building extensions in Jupyter frontends.",
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
66
"license": "BSD-3-Clause",

packages/lab-example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-ui-demo",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "A JupyterLab extension to present an artwork of available UI components",
55
"private": true,
66
"keywords": [
@@ -48,8 +48,8 @@
4848
"watch:labextension": "jupyter labextension watch ."
4949
},
5050
"dependencies": {
51-
"@jupyter/react-components": "^0.13.3",
52-
"@jupyter/web-components": "^0.13.3",
51+
"@jupyter/react-components": "^0.14.0",
52+
"@jupyter/web-components": "^0.14.0",
5353
"@jupyterlab/application": "^3.1.0 || ^4.0.0",
5454
"@jupyterlab/apputils": "^3.0.0 || ^4.0.0",
5555
"@lumino/messaging": "^1.10.1 || ^2.0.0",

packages/react-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/react-components",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "A component library for building extensions in Jupyter frontends.",
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
66
"license": "BSD-3-Clause",
@@ -32,7 +32,7 @@
3232
"prepublishOnly": "rimraf README.md && cp ../../README.md . && yarn run build"
3333
},
3434
"dependencies": {
35-
"@jupyter/web-components": "^0.13.3",
35+
"@jupyter/web-components": "^0.14.0",
3636
"@microsoft/fast-react-wrapper": "^0.3.22",
3737
"react": ">=17.0.0 <19.0.0"
3838
},

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2375,11 +2375,11 @@ __metadata:
23752375
languageName: node
23762376
linkType: hard
23772377

2378-
"@jupyter/react-components@^0.13.3, @jupyter/react-components@workspace:packages/react-components":
2378+
"@jupyter/react-components@^0.14.0, @jupyter/react-components@workspace:packages/react-components":
23792379
version: 0.0.0-use.local
23802380
resolution: "@jupyter/react-components@workspace:packages/react-components"
23812381
dependencies:
2382-
"@jupyter/web-components": ^0.13.3
2382+
"@jupyter/web-components": ^0.14.0
23832383
"@microsoft/fast-react-wrapper": ^0.3.22
23842384
"@types/react": ^18.2.0
23852385
"@typescript-eslint/eslint-plugin": ^5.60.0
@@ -2411,7 +2411,7 @@ __metadata:
24112411
languageName: unknown
24122412
linkType: soft
24132413

2414-
"@jupyter/web-components@^0.13.3, @jupyter/web-components@workspace:packages/components":
2414+
"@jupyter/web-components@^0.14.0, @jupyter/web-components@workspace:packages/components":
24152415
version: 0.0.0-use.local
24162416
resolution: "@jupyter/web-components@workspace:packages/components"
24172417
dependencies:
@@ -12387,8 +12387,8 @@ __metadata:
1238712387
version: 0.0.0-use.local
1238812388
resolution: "jupyter-ui-demo@workspace:packages/lab-example"
1238912389
dependencies:
12390-
"@jupyter/react-components": ^0.13.3
12391-
"@jupyter/web-components": ^0.13.3
12390+
"@jupyter/react-components": ^0.14.0
12391+
"@jupyter/web-components": ^0.14.0
1239212392
"@jupyterlab/application": ^3.1.0 || ^4.0.0
1239312393
"@jupyterlab/apputils": ^3.0.0 || ^4.0.0
1239412394
"@jupyterlab/builder": ^4.0.0

0 commit comments

Comments
 (0)