Skip to content

Commit 74249fc

Browse files
Version Packages (alpha) (#158)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e389d54 commit 74249fc

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"poor-shrimps-smile",
3232
"quick-falcons-play",
3333
"red-cameras-peel",
34+
"rich-geese-shave",
3435
"selfish-dancers-train",
3536
"shy-terms-perform",
3637
"six-wolves-flash",

packages/log-client/CHANGELOG.md

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

3+
## 3.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e389d54]
8+
- @lightmill/log-server@3.0.0-alpha.18
9+
310
## 3.0.0-alpha.17
411

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

packages/log-server/CHANGELOG.md

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

3+
## 3.0.0-alpha.18
4+
5+
### Major Changes
6+
7+
- e389d54: Stop adding a created_at column to the export
8+
39
## 3.0.0-alpha.17
410

511
### Major 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.17",
3+
"version": "3.0.0-alpha.18",
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)