Skip to content

Commit 6b7a731

Browse files
committed
Publish 2023.4.7
SHA256 hashes: lumino-algorithm-2.0.0.tgz: 5800b748e1530b0d6cbeb7412cab0c0c6431e3485f3bc0b4eafa8c3cf5778ab9 lumino-application-2.1.0.tgz: 92edd9d12ae6fef4168025ccc6fcb9b157643de646c2205fbf43c3ecdae3866b lumino-buildutils-2.0.0.tgz: fe30ab192550c0cffe45c2e3e1d30956a4d27f91dfc1ae583e8c1f3b8b51c3ab lumino-collections-2.0.0.tgz: 142aba1df55a0ad75005a058221f3c864ccef3ef27aae3d608cb6bdc055dd02b lumino-commands-2.1.0.tgz: 32ac47fbd7a9477dc95afe2e4b5ff120ea221359da6c8518d2cc6fc75400fd2b lumino-coreutils-2.1.0.tgz: 9f900bf0c22cc94db16e54ce4d0c6cdf8f9695f32625dc01d0e13ab729bfbdab lumino-datagrid-2.1.0.tgz: ca14f93582a760f3ed6f8b111786d90a4c83b65fb79e4283e773bfe404bd901b lumino-default-theme-2.1.0.tgz: a4697b6f891beeb2d0fb66cc13593651e1f91ddafc666fb701e44aaf98ae1aed lumino-disposable-2.1.0.tgz: 078dc914e17685fb408c66ad7d7a2135615264bde1abac6b2f6df534fed426ae lumino-domutils-2.0.0.tgz: e3cae581aea738dced0e7efd8cf63974e395c38e9ab621e9afd7df8f45e998bd lumino-dragdrop-2.1.0.tgz: 4638652b48776bd20c544724f846bdc0c76d11f561e92bb32fc0134b493674e6 lumino-keyboard-2.0.0.tgz: 25a4bab973e1d8015025a25d129d523dd10872a958ae3f28b2cbe9bbda814e7e lumino-messaging-2.0.0.tgz: dc0252cc95c53ae78fcfc6e286c234125cb155a6a8fb8fbee802d6003783a024 lumino-polling-2.1.0.tgz: 2701419b486f36e69c97bb3682f3abcce17e974daa6f38e285d90fb6045c13fe lumino-properties-2.0.0.tgz: e36bf2f9200e3cf510a0b15a5785c396615de83795fee6d677e95d1640c955e8 lumino-signaling-2.1.0.tgz: 2878b789e4597bc01c3e1d91a8c0009ed515011ab54ecce2367aed4d070b34c5 lumino-virtualdom-2.0.0.tgz: bcd17a79cb2169ea67467a0e250d702fe452d62f0c07b6f1373e193d55cfffae lumino-widgets-2.1.0.tgz: 520e2cd3c2dea1be87cdb8ec0551f14f09ffde12fa899d8873cc369abee4b483
1 parent df643f9 commit 6b7a731

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'
66

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

9+
## 2023.4.7
10+
11+
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.3.27-1...df643f9474f036eafbbb1249384a7cd247c2a2e1))
12+
13+
```
14+
@lumino/application: 2.0.1 => 2.1.0
15+
@lumino/commands: 2.0.1 => 2.1.0
16+
@lumino/coreutils: 2.0.0 => 2.1.0
17+
@lumino/datagrid: 2.0.1 => 2.1.0
18+
@lumino/default-theme: 2.0.1 => 2.1.0
19+
@lumino/disposable: 2.0.0 => 2.1.0
20+
@lumino/dragdrop: 1.14.5 => 2.1.0
21+
@lumino/polling: 2.0.0 => 2.1.0
22+
@lumino/signaling: 2.0.0 => 2.1.0
23+
@lumino/widgets: 2.0.1 => 2.1.0
24+
```
25+
26+
### Enhancements made
27+
28+
- Add optional `description` to `Token` [#572](https://github.com/jupyterlab/lumino/pull/572) ([@fcollonval](https://github.com/fcollonval))
29+
30+
### Maintenance and upkeep improvements
31+
32+
- Bump coreutils minor version [#573](https://github.com/jupyterlab/lumino/pull/573) ([@fcollonval](https://github.com/fcollonval))
33+
- Bump tj-actions/changed-files from 35.7.6 to 35.7.8 [#571](https://github.com/jupyterlab/lumino/pull/571) ([@dependabot](https://github.com/dependabot))
34+
- Bump tj-actions/changed-files from 35.7.2 to 35.7.6 [#569](https://github.com/jupyterlab/lumino/pull/569) ([@dependabot](https://github.com/dependabot))
35+
36+
### Contributors to this release
37+
38+
([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2023-03-28&to=2023-04-07&type=c))
39+
40+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-03-28..2023-04-07&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-03-28..2023-04-07&type=Issues)
41+
42+
<!-- <END NEW CHANGELOG ENTRY> -->
43+
944
## 2023.3.27
1045

1146
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.3.15...0a73581874b5cee395282ee16875963cf4440bc7))
@@ -39,8 +74,6 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'
3974

4075
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aandrii-i+updated%3A2023-03-15..2023-03-27&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-03-15..2023-03-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-03-15..2023-03-27&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3AJasonWeill+updated%3A2023-03-15..2023-03-27&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2023-03-15..2023-03-27&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2023-03-15..2023-03-27&type=Issues)
4176

42-
<!-- <END NEW CHANGELOG ENTRY> -->
43-
4477
## 2023.3.15
4578

4679
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2022.8.8...5a1a05a1642f8262d607e3e30f61ab39f912d2c8))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumino-top-level",
3-
"version": "2023.3.27",
3+
"version": "2023.4.7",
44
"private": true,
55
"workspaces": [
66
"examples/*",

0 commit comments

Comments
 (0)