Skip to content

Commit d6b8415

Browse files
Version Packages (beta) (#161)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6738f81 commit d6b8415

File tree

7 files changed

+24
-3
lines changed

7 files changed

+24
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
"large-cats-build",
2222
"late-emus-fold",
2323
"long-waves-dance",
24+
"mighty-jobs-vanish",
2425
"modern-chairs-act",
2526
"moody-masks-swim",
2627
"moody-parrots-agree",
2728
"nasty-chairs-grin",
2829
"olive-mugs-grow",
2930
"perfect-bags-try",
3031
"pink-news-prove",
32+
"poor-cameras-battle",
3133
"poor-shrimps-smile",
3234
"quick-falcons-play",
3335
"red-cameras-peel",

packages/log-client/CHANGELOG.md

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

3+
## 3.0.0-beta.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e3c47af]
8+
- @lightmill/log-server@3.0.0-beta.19
9+
310
## 3.0.0-alpha.18
411

512
### 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-alpha.18",
3+
"version": "3.0.0-beta.19",
44
"description": "Client for LightMill's log server.",
55
"license": "MIT",
66
"type": "module",

packages/log-server/CHANGELOG.md

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

3+
## 3.0.0-beta.19
4+
5+
### Patch Changes
6+
7+
- e3c47af: fix crashes when trying to create a run that already exists
8+
39
## 3.0.0-alpha.18
410

511
### Major Changes

packages/log-server/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-server",
3-
"version": "3.0.0-alpha.18",
3+
"version": "3.0.0-beta.19",
44
"description": "Server, and middleware to receive, store and export lightmill logs",
55
"author": "Quentin Roy <contact@quentinroy.fr>",
66
"license": "MIT",

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.19
4+
5+
### Minor Changes
6+
7+
- 6753790: manage logger errors, add Run's error property, and add useError hook
8+
39
## 3.0.0-alpha.15
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-alpha.15",
3+
"version": "3.0.0-beta.19",
44
"description": "React utility to run HCI experiments on the web.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)