Skip to content

Commit 0a73581

Browse files
authored
Update versions (#566)
* Update versions * Update yarn.lock * Backport 1.x changelog
1 parent d577cc9 commit 0a73581

File tree

11 files changed

+65
-43
lines changed

11 files changed

+65
-43
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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]))

examples/example-accordionpanel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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",

examples/example-datagrid/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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",

examples/example-dockpanel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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",

examples/example-menubar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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",

packages/application/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -44,9 +44,9 @@
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",

packages/commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/datagrid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -43,7 +43,7 @@
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",

packages/default-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -24,7 +24,7 @@
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"

packages/widgets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -55,7 +55,7 @@
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",

0 commit comments

Comments
 (0)