Skip to content

Commit 69ab3f9

Browse files
author
lukasbachbot
committed
chore: tidy up after release
1 parent e48218b commit 69ab3f9

File tree

4 files changed

+32
-18
lines changed

4 files changed

+32
-18
lines changed

lerna-publish-summary.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"packageName":"react-complex-tree-autodemo","version":"2.5.1-alpha.0"},{"packageName":"react-complex-tree-blueprintjs-renderers","version":"2.5.1-alpha.0"},{"packageName":"react-complex-tree","version":"2.5.1-alpha.0"}]
1+
[{"packageName":"react-complex-tree-autodemo","version":"2.6.0"},{"packageName":"react-complex-tree-blueprintjs-renderers","version":"2.6.0"},{"packageName":"react-complex-tree","version":"2.6.0"}]

next-release-notes.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!--
2+
### Breaking Changes
3+
4+
### Features
5+
16
### Bug Fixes and Improvements
2-
- If a tree environment renders without an item defined as focused in its `viewState` parameter, it will invoke the `onFocusItem`
3-
prop with the first item in the tree during its render. In the past, this was implicitly and silently set in the `viewState` prop,
4-
now this assignment is triggered explicitly with the handler call (#363)
5-
- Fixed a bug where an additional invalid drop target would be available at the bottom-most location when dragging via keyboard interactions (#363)
7+
8+
### Other Changes
9+
-->

packages/docs/docs/changelog.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ sidebar_position: 6
44

55
# Changelog
66

7+
## 2.6.0 - 14/03/2025
8+
9+
### Bug Fixes and Improvements
10+
- If a tree environment renders without an item defined as focused in its `viewState` parameter, it will invoke the `onFocusItem`
11+
prop with the first item in the tree during its render. In the past, this was implicitly and silently set in the `viewState` prop,
12+
now this assignment is triggered explicitly with the handler call (#363)
13+
- Fixed a bug where an additional invalid drop target would be available at the bottom-most location when dragging via keyboard interactions (#363)
14+
15+
16+
717
## 2.5.0 - 11/03/2025
818

919
### Breaking Changes

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -11803,7 +11803,7 @@ __metadata:
1180311803
languageName: node
1180411804
linkType: hard
1180511805

11806-
"demodata@^2.5.1-alpha.0, demodata@workspace:packages/demodata":
11806+
"demodata@^2.6.0, demodata@workspace:packages/demodata":
1180711807
version: 0.0.0-use.local
1180811808
resolution: "demodata@workspace:packages/demodata"
1180911809
dependencies:
@@ -12029,17 +12029,17 @@ __metadata:
1202912029
"@mdx-js/react": ^1.6.21
1203012030
"@svgr/webpack": ^6.5.1
1203112031
clsx: ^1.1.1
12032-
demodata: ^2.5.1-alpha.0
12032+
demodata: ^2.6.0
1203312033
docusaurus-plugin-react-docgen-typescript: ^1.0.2
1203412034
docusaurus-plugin-typedoc: ^0.18.0
1203512035
file-loader: ^6.2.0
1203612036
iframe-resizer: ^4.3.2
1203712037
iframe-resizer-react: ^1.1.0
1203812038
prism-react-renderer: ^1.2.1
1203912039
react: ^18.2.0
12040-
react-complex-tree: ^2.5.1-alpha.0
12041-
react-complex-tree-autodemo: ^2.5.1-alpha.0
12042-
react-complex-tree-blueprintjs-renderers: ^2.5.1-alpha.0
12040+
react-complex-tree: ^2.6.0
12041+
react-complex-tree-autodemo: ^2.6.0
12042+
react-complex-tree-blueprintjs-renderers: ^2.6.0
1204312043
react-docgen-typescript: ^2.2.2
1204412044
react-dom: ^18.2.0
1204512045
typedoc: ^0.23.18
@@ -21548,7 +21548,7 @@ __metadata:
2154821548
languageName: node
2154921549
linkType: hard
2155021550

21551-
"react-complex-tree-autodemo@^2.5.1-alpha.0, react-complex-tree-autodemo@workspace:packages/autodemo":
21551+
"react-complex-tree-autodemo@^2.6.0, react-complex-tree-autodemo@workspace:packages/autodemo":
2155221552
version: 0.0.0-use.local
2155321553
resolution: "react-complex-tree-autodemo@workspace:packages/autodemo"
2155421554
dependencies:
@@ -21562,18 +21562,18 @@ __metadata:
2156221562
"@types/react-dom": ^18.0.7
2156321563
babel-jest: ^27.5.1
2156421564
babel-loader: ^9.1.0
21565-
demodata: ^2.5.1-alpha.0
21565+
demodata: ^2.6.0
2156621566
jest: ^26.6.3
2156721567
react: ^18.2.0
21568-
react-complex-tree: ^2.5.1-alpha.0
21568+
react-complex-tree: ^2.6.0
2156921569
react-dom: ^18.2.0
2157021570
react-test-renderer: ^18.2.0
2157121571
ts-node: ^10.7.0
2157221572
typescript: 4.9.3
2157321573
languageName: unknown
2157421574
linkType: soft
2157521575

21576-
"react-complex-tree-blueprintjs-renderers@^2.5.1-alpha.0, react-complex-tree-blueprintjs-renderers@workspace:packages/blueprintjs-renderers":
21576+
"react-complex-tree-blueprintjs-renderers@^2.6.0, react-complex-tree-blueprintjs-renderers@workspace:packages/blueprintjs-renderers":
2157721577
version: 0.0.0-use.local
2157821578
resolution: "react-complex-tree-blueprintjs-renderers@workspace:packages/blueprintjs-renderers"
2157921579
dependencies:
@@ -21589,10 +21589,10 @@ __metadata:
2158921589
"@types/react-dom": ^18.0.7
2159021590
babel-jest: ^27.5.1
2159121591
babel-loader: ^9.1.0
21592-
demodata: ^2.5.1-alpha.0
21592+
demodata: ^2.6.0
2159321593
jest: ^26.6.3
2159421594
react: ^18.2.0
21595-
react-complex-tree: ^2.5.1-alpha.0
21595+
react-complex-tree: ^2.6.0
2159621596
react-dom: ^18.2.0
2159721597
react-test-renderer: ^18.2.0
2159821598
ts-node: ^10.7.0
@@ -21640,7 +21640,7 @@ __metadata:
2164021640
languageName: unknown
2164121641
linkType: soft
2164221642

21643-
"react-complex-tree@^2.5.1-alpha.0, react-complex-tree@workspace:packages/core":
21643+
"react-complex-tree@^2.6.0, react-complex-tree@workspace:packages/core":
2164421644
version: 0.0.0-use.local
2164521645
resolution: "react-complex-tree@workspace:packages/core"
2164621646
dependencies:
@@ -21658,7 +21658,7 @@ __metadata:
2165821658
babel-jest: ^27.5.1
2165921659
babel-loader: ^9.1.0
2166021660
cpy-cli: ^3.1.1
21661-
demodata: ^2.5.1-alpha.0
21661+
demodata: ^2.6.0
2166221662
jest: ^29.2.2
2166321663
jest-dom: ^4.0.0
2166421664
jest-environment-jsdom: ^29.2.2

0 commit comments

Comments
 (0)