File tree Expand file tree Collapse file tree 11 files changed +65
-43
lines changed Expand file tree Collapse file tree 11 files changed +65
-43
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,28 @@ See [migration guide](https://lumino.readthedocs.io/en/latest/migration.html) fo
145145
146146<!-- <END NEW CHANGELOG ENTRY> -->
147147
148+ ## 2023.3.27 (1.x)
149+
150+ (
[ Full Changelog
] ( https://github.com/jupyterlab/lumino/compare/@lumino/[email protected] ) )
151+
152+ ### Bugs fixed
153+
154+ - Remove ` IDragEvent ` deprecated tag [ #561 ] ( https://github.com/jupyterlab/lumino/pull/561 ) ([ @afshin ] ( https://github.com/afshin ) )
155+
156+ ### Maintenance and upkeep improvements
157+
158+ - Update versions [ #565 ] ( https://github.com/jupyterlab/lumino/pull/565 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
159+
160+ ### Documentation improvements
161+
162+ - Remove ` IDragEvent ` deprecated tag [ #561 ] ( https://github.com/jupyterlab/lumino/pull/561 ) ([ @afshin ] ( https://github.com/afshin ) )
163+
164+ ### Contributors to this release
165+
166+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/lumino/graphs/contributors?from=2023-01-23&to=2023-03-27&type=c ) )
167+
168+ [ @afshin ] ( https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aafshin+updated%3A2023-01-23..2023-03-27&type=Issues ) | [ @andrii-i ] ( https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aandrii-i+updated%3A2023-01-23..2023-03-27&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2023-01-23..2023-03-27&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2023-01-23..2023-03-27&type=Issues ) | [ @steff456 ] ( https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Asteff456+updated%3A2023-01-23..2023-03-27&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2023-01-23..2023-03-27&type=Issues )
169+
148170## 2023.1.23
149171
150172(
[ Full Changelog
] ( https://github.com/jupyterlab/lumino/compare/@lumino/[email protected] ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/example-accordionpanel" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " tsc && rollup -c" ,
77 "clean" : " rimraf build"
88 },
99 "dependencies" : {
10- "@lumino/default-theme" : " ^2.0.0 " ,
10+ "@lumino/default-theme" : " ^2.0.1 " ,
1111 "@lumino/messaging" : " ^2.0.0" ,
12- "@lumino/widgets" : " ^2.0.0 "
12+ "@lumino/widgets" : " ^2.0.1 "
1313 },
1414 "devDependencies" : {
1515 "@rollup/plugin-node-resolve" : " ^15.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/example-datagrid" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " tsc && rollup -c" ,
77 "clean" : " rimraf build"
88 },
99 "dependencies" : {
10- "@lumino/datagrid" : " ^2.0.0 " ,
11- "@lumino/default-theme" : " ^2.0.0 " ,
10+ "@lumino/datagrid" : " ^2.0.1 " ,
11+ "@lumino/default-theme" : " ^2.0.1 " ,
1212 "@lumino/dragdrop" : " ^2.0.0" ,
13- "@lumino/widgets" : " ^2.0.0 "
13+ "@lumino/widgets" : " ^2.0.1 "
1414 },
1515 "devDependencies" : {
1616 "@rollup/plugin-node-resolve" : " ^15.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/example-dockpanel" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " tsc && rollup -c" ,
77 "clean" : " rimraf build"
88 },
99 "dependencies" : {
10- "@lumino/commands" : " ^2.0.0 " ,
11- "@lumino/default-theme" : " ^2.0.0 " ,
10+ "@lumino/commands" : " ^2.0.1 " ,
11+ "@lumino/default-theme" : " ^2.0.1 " ,
1212 "@lumino/dragdrop" : " ^2.0.0" ,
1313 "@lumino/messaging" : " ^2.0.0" ,
14- "@lumino/widgets" : " ^2.0.0 "
14+ "@lumino/widgets" : " ^2.0.1 "
1515 },
1616 "devDependencies" : {
1717 "@rollup/plugin-node-resolve" : " ^15.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/example-menubar" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " tsc && rollup -c" ,
77 "clean" : " rimraf build"
88 },
99 "dependencies" : {
10- "@lumino/default-theme" : " ^2.0.0 " ,
10+ "@lumino/default-theme" : " ^2.0.1 " ,
1111 "@lumino/messaging" : " ^2.0.0" ,
12- "@lumino/widgets" : " ^2.0.0 "
12+ "@lumino/widgets" : " ^2.0.1 "
1313 },
1414 "devDependencies" : {
1515 "@rollup/plugin-node-resolve" : " ^15.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/application" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " Lumino Pluggable Application" ,
55 "homepage" : " https://github.com/jupyterlab/lumino" ,
66 "bugs" : {
4444 "displayName" : " application"
4545 },
4646 "dependencies" : {
47- "@lumino/commands" : " ^2.0.0 " ,
47+ "@lumino/commands" : " ^2.0.1 " ,
4848 "@lumino/coreutils" : " ^2.0.0" ,
49- "@lumino/widgets" : " ^2.0.0 "
49+ "@lumino/widgets" : " ^2.0.1 "
5050 },
5151 "devDependencies" : {
5252 "@lumino/buildutils" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/commands" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " Lumino Commands" ,
55 "homepage" : " https://github.com/jupyterlab/lumino" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/datagrid" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " Lumino Tabular Data Grid" ,
55 "homepage" : " https://github.com/jupyterlab/lumino" ,
66 "bugs" : {
4343 "@lumino/keyboard" : " ^2.0.0" ,
4444 "@lumino/messaging" : " ^2.0.0" ,
4545 "@lumino/signaling" : " ^2.0.0" ,
46- "@lumino/widgets" : " ^2.0.0 "
46+ "@lumino/widgets" : " ^2.0.1 "
4747 },
4848 "devDependencies" : {
4949 "@lumino/buildutils" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/default-theme" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " Lumino Default Theme" ,
55 "homepage" : " https://github.com/jupyterlab/lumino" ,
66 "bugs" : {
2424 },
2525 "dependencies" : {
2626 "@lumino/dragdrop" : " ^2.0.0" ,
27- "@lumino/widgets" : " ^2.0.0 "
27+ "@lumino/widgets" : " ^2.0.1 "
2828 },
2929 "publishConfig" : {
3030 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumino/widgets" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " Lumino Widgets" ,
55 "homepage" : " https://github.com/jupyterlab/lumino" ,
66 "bugs" : {
5555 },
5656 "dependencies" : {
5757 "@lumino/algorithm" : " ^2.0.0" ,
58- "@lumino/commands" : " ^2.0.0 " ,
58+ "@lumino/commands" : " ^2.0.1 " ,
5959 "@lumino/coreutils" : " ^2.0.0" ,
6060 "@lumino/disposable" : " ^2.0.0" ,
6161 "@lumino/domutils" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments