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
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
},
"changesets": [
"angry-gifts-explode",
"brave-cats-leave",
"brown-waves-share",
"curvy-cycles-crash",
"dry-seals-lie",
"dull-buckets-decide",
"eighty-seas-itch",
Expand Down Expand Up @@ -39,11 +41,14 @@
"red-cameras-peel",
"rich-geese-shave",
"selfish-dancers-train",
"shaggy-dancers-wait",
"shy-terms-perform",
"six-wolves-flash",
"stupid-dancers-rush",
"stupid-peaches-brush",
"tall-mails-explain",
"tame-tools-battle",
"thin-snakes-dance",
"three-moose-smile",
"tidy-gifts-speak",
"yellow-lobsters-crash"
Expand Down
11 changes: 11 additions & 0 deletions packages/log-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lightmill/log-client

## 3.0.0-beta.22

### Patch Changes

- Updated dependencies [97ea257]
- Updated dependencies [4ba84e4]
- Updated dependencies [4ba84e4]
- Updated dependencies [97ea257]
- Updated dependencies [4ba84e4]
- @lightmill/log-server@3.0.0-beta.22

## 3.0.0-beta.21

### 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-beta.21",
"version": "3.0.0-beta.22",
"description": "Client for LightMill's log server.",
"license": "MIT",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/log-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lightmill/log-server

## 3.0.0-beta.22

### Major Changes

- 4ba84e4: Rename Store#addRunLogs to Store#addLogs.
- 4ba84e4: Stop sorting logs per type with SQLiteStore#getLogs. Creation date is more relevant. Also update the corresponding database index.
- 97ea257: Store has been renamed to SQLiteStore. The store type has been untied from the SQLiteStore class.
- 4ba84e4: Store#addLogs now requires a createdAt property for each log

### Patch Changes

- 97ea257: fix clients being able to create two runs

## 3.0.0-beta.19

### Patch 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-beta.19",
"version": "3.0.0-beta.22",
"description": "Server, and middleware to receive, store and export lightmill logs",
"author": "Quentin Roy <contact@quentinroy.fr>",
"license": "MIT",
Expand Down