Skip to content

Commit

Permalink
Version Packages (beta) (#173)
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 Jul 31, 2023
1 parent 65c62c5 commit ecf056e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2 deletions.
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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ecf056e

Please sign in to comment.