Skip to content

Commit 1c0765d

Browse files
authored
Bump version (#486)
* Make tabbable optional (backward change) * Bump version * Remove unpublished version from changelog * Remove alpha from menubar example version * Update extracted API
1 parent 0ae5b39 commit 1c0765d

File tree

26 files changed

+853
-322
lines changed

26 files changed

+853
-322
lines changed

CHANGELOG.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,6 @@
22

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

5-
## 2022.11.29
6-
7-
([Full Changelog](https://github.com/jupyterlab/lumino/compare/@lumino/[email protected]))
8-
9-
### Enhancements made
10-
11-
- Improve the menubar accessibility [#476](https://github.com/jupyterlab/lumino/pull/476) ([@fcollonval](https://github.com/fcollonval))
12-
13-
### Bugs fixed
14-
15-
- Fix drag-and-drop of nested dock panel [#473](https://github.com/jupyterlab/lumino/pull/473) ([@drcd1](https://github.com/drcd1))
16-
17-
### Maintenance and upkeep improvements
18-
19-
- Correct example version for 1.x [#479](https://github.com/jupyterlab/lumino/pull/479) ([@fcollonval](https://github.com/fcollonval))
20-
21-
### Contributors to this release
22-
23-
([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2022-10-31&to=2022-11-29&type=c))
24-
25-
[@afshin](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aafshin+updated%3A2022-10-31..2022-11-29&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ablink1073+updated%3A2022-10-31..2022-11-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2022-10-31..2022-11-29&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ameeseeksmachine+updated%3A2022-10-31..2022-11-29&type=Issues) | [@scmmmh](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ascmmmh+updated%3A2022-10-31..2022-11-29&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Avidartf+updated%3A2022-10-31..2022-11-29&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2022-10-31..2022-11-29&type=Issues)
26-
27-
<!-- <END NEW CHANGELOG ENTRY> -->
28-
295
## 2022.10.31
306

317
([Full Changelog](https://github.com/jupyterlab/lumino/compare/@lumino/[email protected]))
@@ -52,6 +28,8 @@
5228

5329
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2022-10-05..2022-10-31&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2022-10-05..2022-10-31&type=Issues) | [@meeseeksdev](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ameeseeksdev+updated%3A2022-10-05..2022-10-31&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ameeseeksmachine+updated%3A2022-10-05..2022-10-31&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Avidartf+updated%3A2022-10-05..2022-10-31&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2022-10-05..2022-10-31&type=Issues)
5430

31+
<!-- <END NEW CHANGELOG ENTRY> -->
32+
5533
## 2022.10.5
5634

5735
([Full Changelog](https://github.com/jupyterlab/lumino/compare/@lumino/[email protected]))

api-extractor-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*
4646
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
4747
*/
48-
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",
48+
"mainEntryPointFilePath": "<projectFolder>/types/index.d.ts",
4949

5050
/**
5151
* A list of NPM package names whose exports should be treated as part of this package.

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": "0.8.5",
3+
"version": "0.8.6",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/default-theme": "^0.22.5",
10+
"@lumino/default-theme": "^0.22.6",
1111
"@lumino/messaging": "^1.10.3",
12-
"@lumino/widgets": "^1.35.0",
12+
"@lumino/widgets": "^1.36.0",
1313
"es6-promise": "^4.0.5"
1414
},
1515
"devDependencies": {

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": "0.32.5",
3+
"version": "0.32.6",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/datagrid": "^0.36.5",
11-
"@lumino/default-theme": "^0.22.5",
10+
"@lumino/datagrid": "^0.36.6",
11+
"@lumino/default-theme": "^0.22.6",
1212
"@lumino/dragdrop": "^1.14.3",
13-
"@lumino/widgets": "^1.35.0",
13+
"@lumino/widgets": "^1.36.0",
1414
"es6-promise": "^4.0.5"
1515
},
1616
"devDependencies": {

examples/example-datastore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/example-datastore",
3-
"version": "0.21.5",
3+
"version": "0.21.6",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
@@ -14,7 +14,7 @@
1414
"@lumino/datastore": "^0.18.3",
1515
"@lumino/disposable": "^1.10.3",
1616
"@lumino/dragdrop": "^1.14.3",
17-
"@lumino/widgets": "^1.35.0",
17+
"@lumino/widgets": "^1.36.0",
1818
"codemirror": "^5.48.2",
1919
"es6-promise": "^4.0.5",
2020
"websocket": "^1.0.28"

examples/example-dockpanel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@lumino/example-dockpanel",
3-
"version": "0.21.5",
3+
"version": "0.21.6",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
1010
"@lumino/commands": "^1.21.0",
11-
"@lumino/default-theme": "^0.22.5",
11+
"@lumino/default-theme": "^0.22.6",
1212
"@lumino/dragdrop": "^1.14.3",
1313
"@lumino/messaging": "^1.10.3",
14-
"@lumino/widgets": "^1.35.0",
14+
"@lumino/widgets": "^1.36.0",
1515
"es6-promise": "^4.0.5"
1616
},
1717
"devDependencies": {

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": "0.1.0-alpha.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/default-theme": "^0.22.5",
10+
"@lumino/default-theme": "^0.22.6",
1111
"@lumino/messaging": "^1.10.3",
12-
"@lumino/widgets": "^1.35.0",
12+
"@lumino/widgets": "^1.36.0",
1313
"es6-promise": "^4.0.5"
1414
},
1515
"devDependencies": {

examples/example-nested-dockpanel-amd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/example-nested-dockpanel-amd",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"scripts": {
66
"test": "node ./test/runner.js"

packages/application/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/application",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "Lumino Pluggable Application",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@lumino/commands": "^1.21.0",
5050
"@lumino/coreutils": "^1.12.1",
51-
"@lumino/widgets": "^1.35.0"
51+
"@lumino/widgets": "^1.36.0"
5252
},
5353
"devDependencies": {
5454
"@microsoft/api-extractor": "^7.6.0",

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": "0.36.5",
3+
"version": "0.36.6",
44
"description": "Lumino Tabular Data Grid",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -45,7 +45,7 @@
4545
"@lumino/keyboard": "^1.8.2",
4646
"@lumino/messaging": "^1.10.3",
4747
"@lumino/signaling": "^1.11.0",
48-
"@lumino/widgets": "^1.35.0"
48+
"@lumino/widgets": "^1.36.0"
4949
},
5050
"devDependencies": {
5151
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)