Skip to content

Commit 1a8886f

Browse files
Version Packages (beta) (#166)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 858914e commit 1a8886f

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
},
1212
"changesets": [
1313
"angry-gifts-explode",
14+
"brown-waves-share",
1415
"dry-seals-lie",
16+
"dull-buckets-decide",
1517
"eighty-seas-itch",
1618
"four-hornets-know",
1719
"fresh-hats-invent",

packages/react-experiment/CHANGELOG.md

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

3+
## 3.0.0-beta.20
4+
5+
### Major Changes
6+
7+
- e3774ba: Rename Run's config prop to elements, and RunConfig type to RunElements
8+
9+
### Patch Changes
10+
11+
- 858914e: Fix logger's run not being marked as completed under run completion.
12+
313
## 3.0.0-beta.19
414

515
### Minor 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.19",
3+
"version": "3.0.0-beta.20",
44
"description": "React utility to run HCI experiments on the web.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)