Skip to content

Commit 640718e

Browse files
committed
Publish 2023.4.27
SHA256 hashes: lumino-algorithm-2.0.0.tgz: 5800b748e1530b0d6cbeb7412cab0c0c6431e3485f3bc0b4eafa8c3cf5778ab9 lumino-application-2.1.1.tgz: ba9b316100bd7a4b10d61c89651087dc189f306a87053da23df5d4c705c94952 lumino-buildutils-2.0.0.tgz: fe30ab192550c0cffe45c2e3e1d30956a4d27f91dfc1ae583e8c1f3b8b51c3ab lumino-collections-2.0.0.tgz: 142aba1df55a0ad75005a058221f3c864ccef3ef27aae3d608cb6bdc055dd02b lumino-commands-2.1.1.tgz: a0fe4b261c3f60ab8fbe490bb615d737a324533ab7433cde383ade1bfce50a24 lumino-coreutils-2.1.1.tgz: 8b0785bbfb7633d5164f1de150ee356e80326f6293e4ce0a6230ea637b1b2111 lumino-datagrid-2.1.1.tgz: e95d6ae171cb20056b8beb4fc0fbe49cd023b7c10cc090a9a8b3f5adb8cafd99 lumino-default-theme-2.1.1.tgz: 0337cf75fdca779c775624b4d2278e94b597617a0aae018295b559a71b0d06b2 lumino-disposable-2.1.1.tgz: a14f9da8b9d818c1b959f164f0c7827b5dfd90879e878f21061d5763b3517246 lumino-domutils-2.0.0.tgz: e3cae581aea738dced0e7efd8cf63974e395c38e9ab621e9afd7df8f45e998bd lumino-dragdrop-2.1.1.tgz: 9543ebc9c193bdff753491cb877574ae9a56e969ae7e911342558eb13c6fa198 lumino-keyboard-2.0.0.tgz: 25a4bab973e1d8015025a25d129d523dd10872a958ae3f28b2cbe9bbda814e7e lumino-messaging-2.0.0.tgz: dc0252cc95c53ae78fcfc6e286c234125cb155a6a8fb8fbee802d6003783a024 lumino-polling-2.1.1.tgz: 304a95d6910438a33846ac1b8c8f4c20316317f572506ab6f867c6a0d953c9f3 lumino-properties-2.0.0.tgz: e36bf2f9200e3cf510a0b15a5785c396615de83795fee6d677e95d1640c955e8 lumino-signaling-2.1.1.tgz: 8138368f6c2a680504d1e981ca63b011a25127889691c0e6e000f90789705124 lumino-virtualdom-2.0.0.tgz: bcd17a79cb2169ea67467a0e250d702fe452d62f0c07b6f1373e193d55cfffae lumino-widgets-2.1.1.tgz: 883c3af6c28f131169808b5faaf31471522cc0de3aefa924846118c364f5bb92
1 parent 2781964 commit 640718e

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

CHANGELOG.md

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

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

9+
## 2023.4.27
10+
11+
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.4.7...2781964ce32d672fe37b815ec8cd690f99fd20aa))
12+
13+
```
14+
@lumino/application: 2.1.0 => 2.1.1
15+
@lumino/commands: 2.1.0 => 2.1.1
16+
@lumino/coreutils: 2.1.0 => 2.1.1
17+
@lumino/datagrid: 2.1.0 => 2.1.1
18+
@lumino/default-theme: 2.1.0 => 2.1.1
19+
@lumino/disposable: 2.1.0 => 2.1.1
20+
@lumino/dragdrop: 2.1.0 => 2.1.1
21+
@lumino/polling: 2.1.0 => 2.1.1
22+
@lumino/signaling: 2.1.0 => 2.1.1
23+
@lumino/widgets: 2.1.0 => 2.1.1
24+
```
25+
26+
### Maintenance and upkeep improvements
27+
28+
- Bump patch version [#579](https://github.com/jupyterlab/lumino/pull/579) ([@fcollonval](https://github.com/fcollonval))
29+
- Make `Token.description` optional for backward compatibility [#577](https://github.com/jupyterlab/lumino/pull/577) ([@fcollonval](https://github.com/fcollonval))
30+
- Bump tj-actions/changed-files from 35.8.0 to 35.9.0 [#576](https://github.com/jupyterlab/lumino/pull/576) ([@dependabot](https://github.com/dependabot))
31+
- Bump tj-actions/changed-files from 35.7.12 to 35.8.0 [#575](https://github.com/jupyterlab/lumino/pull/575) ([@dependabot](https://github.com/dependabot))
32+
- Bump tj-actions/changed-files from 35.7.8 to 35.7.12 [#574](https://github.com/jupyterlab/lumino/pull/574) ([@dependabot](https://github.com/dependabot))
33+
34+
### Contributors to this release
35+
36+
([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2023-04-07&to=2023-04-27&type=c))
37+
38+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Adependabot+updated%3A2023-04-07..2023-04-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-04-07..2023-04-27&type=Issues)
39+
40+
<!-- <END NEW CHANGELOG ENTRY> -->
41+
942
## 2023.4.7
1043

1144
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.3.27-1...df643f9474f036eafbbb1249384a7cd247c2a2e1))
@@ -39,8 +72,6 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'
3972

4073
[@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)
4174

42-
<!-- <END NEW CHANGELOG ENTRY> -->
43-
4475
## 2023.3.27
4576

4677
([Full Changelog](https://github.com/jupyterlab/lumino/compare/v2023.3.15...0a73581874b5cee395282ee16875963cf4440bc7))

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.4.7",
3+
"version": "2023.4.27",
44
"private": true,
55
"workspaces": [
66
"examples/*",

0 commit comments

Comments
 (0)