Skip to content

Commit 566b83a

Browse files
Version Packages (alpha) (#153)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e06205c commit 566b83a

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"olive-mugs-grow",
2828
"perfect-bags-try",
2929
"pink-news-prove",
30+
"poor-shrimps-smile",
3031
"quick-falcons-play",
3132
"red-cameras-peel",
3233
"selfish-dancers-train",
@@ -36,6 +37,7 @@
3637
"tall-mails-explain",
3738
"tame-tools-battle",
3839
"three-moose-smile",
40+
"tidy-gifts-speak",
3941
"yellow-lobsters-crash"
4042
]
4143
}

packages/log-client/CHANGELOG.md

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

3+
## 3.0.0-alpha.16
4+
5+
### Major Changes
6+
7+
- d082fc5: Fix log export sorting. Log server's log push now requires a date property. Log client's log now also requires a date property.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e06205c]
12+
- Updated dependencies [d082fc5]
13+
- @lightmill/log-server@3.0.0-alpha.16
14+
315
## 3.0.0-alpha.15
416

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

packages/log-server/CHANGELOG.md

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

3+
## 3.0.0-alpha.16
4+
5+
### Major Changes
6+
7+
- e06205c: Use accept header instead of querystring argument to specify expected log export format (csv/json).
8+
- d082fc5: Fix log export sorting. Log server's log push now requires a date property. Log client's log now also requires a date property.
9+
310
## 3.0.0-alpha.15
411

512
### Minor 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.15",
3+
"version": "3.0.0-alpha.16",
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)