Skip to content

Commit ecf056e

Browse files
Version Packages (beta) (#173)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 65c62c5 commit ecf056e

File tree

5 files changed

+31
-2
lines changed

5 files changed

+31
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
},
1212
"changesets": [
1313
"angry-gifts-explode",
14+
"brave-cats-leave",
1415
"brown-waves-share",
16+
"curvy-cycles-crash",
1517
"dry-seals-lie",
1618
"dull-buckets-decide",
1719
"eighty-seas-itch",
@@ -39,11 +41,14 @@
3941
"red-cameras-peel",
4042
"rich-geese-shave",
4143
"selfish-dancers-train",
44+
"shaggy-dancers-wait",
4245
"shy-terms-perform",
4346
"six-wolves-flash",
47+
"stupid-dancers-rush",
4448
"stupid-peaches-brush",
4549
"tall-mails-explain",
4650
"tame-tools-battle",
51+
"thin-snakes-dance",
4752
"three-moose-smile",
4853
"tidy-gifts-speak",
4954
"yellow-lobsters-crash"

packages/log-client/CHANGELOG.md

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

3+
## 3.0.0-beta.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [97ea257]
8+
- Updated dependencies [4ba84e4]
9+
- Updated dependencies [4ba84e4]
10+
- Updated dependencies [97ea257]
11+
- Updated dependencies [4ba84e4]
12+
- @lightmill/log-server@3.0.0-beta.22
13+
314
## 3.0.0-beta.21
415

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

packages/log-server/CHANGELOG.md

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

3+
## 3.0.0-beta.22
4+
5+
### Major Changes
6+
7+
- 4ba84e4: Rename Store#addRunLogs to Store#addLogs.
8+
- 4ba84e4: Stop sorting logs per type with SQLiteStore#getLogs. Creation date is more relevant. Also update the corresponding database index.
9+
- 97ea257: Store has been renamed to SQLiteStore. The store type has been untied from the SQLiteStore class.
10+
- 4ba84e4: Store#addLogs now requires a createdAt property for each log
11+
12+
### Patch Changes
13+
14+
- 97ea257: fix clients being able to create two runs
15+
316
## 3.0.0-beta.19
417

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

0 commit comments

Comments
 (0)