Skip to content

Commit

Permalink
Version Packages (alpha) (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 23, 2023
1 parent e06205c commit 566b83a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"olive-mugs-grow",
"perfect-bags-try",
"pink-news-prove",
"poor-shrimps-smile",
"quick-falcons-play",
"red-cameras-peel",
"selfish-dancers-train",
Expand All @@ -36,6 +37,7 @@
"tall-mails-explain",
"tame-tools-battle",
"three-moose-smile",
"tidy-gifts-speak",
"yellow-lobsters-crash"
]
}
12 changes: 12 additions & 0 deletions packages/log-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lightmill/log-client

## 3.0.0-alpha.16

### Major Changes

- 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.

### Patch Changes

- Updated dependencies [e06205c]
- Updated dependencies [d082fc5]
- @lightmill/log-server@3.0.0-alpha.16

## 3.0.0-alpha.15

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

## 3.0.0-alpha.16

### Major Changes

- e06205c: Use accept header instead of querystring argument to specify expected log export format (csv/json).
- 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.

## 3.0.0-alpha.15

### Minor 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.15",
"version": "3.0.0-alpha.16",
"description": "Server, and middleware to receive, store and export lightmill logs",
"author": "Quentin Roy <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 566b83a

Please sign in to comment.