Skip to content

Commit 95b664c

Browse files
Version Packages
1 parent c92e86e commit 95b664c

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/shy-teeth-look.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

modules/module-editor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @journeyapps-labs/reactor-mod-editor
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7a189d0]
8+
- @journeyapps-labs/reactor-mod@5.2.1
9+
310
## 2.1.1
411

512
### Patch Changes

modules/module-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps-labs/reactor-mod-editor",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

modules/module-reactor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @journeyapps-labs/reactor-mod
22

3+
## 5.2.1
4+
5+
### Patch Changes
6+
7+
- 7a189d0: Export missing batch store and also hotfix with tree nodes not collapsing or opening correctly if they are not ReactorTreeNodes
8+
39
## 5.2.0
410

511
### Minor Changes

modules/module-reactor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps-labs/reactor-mod",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

0 commit comments

Comments
 (0)