Skip to content

Commit 7ad34a7

Browse files
Version Packages (beta) (#169)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3aec3a commit 7ad34a7

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
"itchy-worms-matter",
2323
"large-cats-build",
2424
"late-emus-fold",
25+
"late-tools-grow",
2526
"long-waves-dance",
2627
"mighty-jobs-vanish",
28+
"mighty-onions-drop",
2729
"modern-chairs-act",
2830
"moody-masks-swim",
2931
"moody-parrots-agree",

packages/log-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lightmill/log-client
22

3+
## 3.0.0-beta.21
4+
5+
### Patch Changes
6+
7+
- 06505dd: fix flushing being ignored when log queue only contains one log
8+
39
## 3.0.0-beta.19
410

511
### Patch Changes

packages/log-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightmill/log-client",
3-
"version": "3.0.0-beta.19",
3+
"version": "3.0.0-beta.21",
44
"description": "Client for LightMill's log server.",
55
"license": "MIT",
66
"type": "module",

packages/react-experiment/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lightmill/react-experiment
22

3+
## 3.0.0-beta.21
4+
5+
### Major Changes
6+
7+
- b3aec3a: Do not flush before completing a run, and do not require loggers to define a flush method.
8+
39
## 3.0.0-beta.20
410

511
### Major Changes

packages/react-experiment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightmill/react-experiment",
3-
"version": "3.0.0-beta.20",
3+
"version": "3.0.0-beta.21",
44
"description": "React utility to run HCI experiments on the web.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)