Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
"large-cats-build",
"late-emus-fold",
"long-waves-dance",
"mighty-jobs-vanish",
"modern-chairs-act",
"moody-masks-swim",
"moody-parrots-agree",
"nasty-chairs-grin",
"olive-mugs-grow",
"perfect-bags-try",
"pink-news-prove",
"poor-cameras-battle",
"poor-shrimps-smile",
"quick-falcons-play",
"red-cameras-peel",
Expand Down
7 changes: 7 additions & 0 deletions packages/log-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightmill/log-client

## 3.0.0-beta.19

### Patch Changes

- Updated dependencies [e3c47af]
- @lightmill/log-server@3.0.0-beta.19

## 3.0.0-alpha.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/log-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/log-client",
"version": "3.0.0-alpha.18",
"version": "3.0.0-beta.19",
"description": "Client for LightMill's log server.",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/log-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightmill/log-server

## 3.0.0-beta.19

### Patch Changes

- e3c47af: fix crashes when trying to create a run that already exists

## 3.0.0-alpha.18

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/log-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/log-server",
"version": "3.0.0-alpha.18",
"version": "3.0.0-beta.19",
"description": "Server, and middleware to receive, store and export lightmill logs",
"author": "Quentin Roy <contact@quentinroy.fr>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-experiment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightmill/react-experiment

## 3.0.0-beta.19

### Minor Changes

- 6753790: manage logger errors, add Run's error property, and add useError hook

## 3.0.0-alpha.15

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-experiment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/react-experiment",
"version": "3.0.0-alpha.15",
"version": "3.0.0-beta.19",
"description": "React utility to run HCI experiments on the web.",
"license": "MIT",
"type": "module",
Expand Down