Skip to content

Commit

Permalink
Version Packages (beta) (#191)
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 Nov 27, 2023
1 parent 7696b2f commit c83bc3e
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"gentle-ads-battle",
"giant-eagles-tickle",
"hip-gorillas-talk",
"hot-houses-brake",
"itchy-apricots-perform",
"itchy-worms-matter",
"large-cats-build",
Expand All @@ -46,7 +47,9 @@
"perfect-bags-try",
"pink-cars-sort",
"pink-news-prove",
"pink-sloths-turn",
"poor-cameras-battle",
"poor-horses-love",
"poor-shrimps-smile",
"proud-carrots-hide",
"quick-falcons-play",
Expand Down
6 changes: 6 additions & 0 deletions packages/log-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightmill/log-api

## 3.0.0-beta.25

### Patch Changes

- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.

## 3.0.0-beta.23

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/log-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/log-api",
"version": "3.0.0-beta.23",
"version": "3.0.0-beta.25",
"description": "API for Lightmill log server",
"author": "Quentin Roy <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/log-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lightmill/log-client

## 3.0.0-beta.25

### Patch Changes

- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.
- Updated dependencies [2d3d87e]
- @lightmill/log-api@3.0.0-beta.25

## 3.0.0-beta.23

### 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-beta.23",
"version": "3.0.0-beta.25",
"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-beta.25

### Patch Changes

- Updated dependencies [2d3d87e]
- @lightmill/log-api@3.0.0-beta.25

## 3.0.0-beta.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.24",
"version": "3.0.0-beta.25",
"description": "Server, and middleware to receive, store and export lightmill logs",
"author": "Quentin Roy <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vitest": "^0.34.6"
},
"dependencies": {
"@lightmill/log-api": "workspace:3.0.0-beta.23",
"@lightmill/log-api": "workspace:3.0.0-beta.25",
"@paralleldrive/cuid2": "^2.2.2",
"@zodios/core": "^10.9.2",
"@zodios/express": "^10.6.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-experiment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lightmill/react-experiment

## 3.0.0-beta.25

### Major Changes

- f01d46f: Rename Run log prop to onLog

### Minor Changes

- 7696b2f: Add log content in use logger typing with default values.

### Patch Changes

- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.
- Updated dependencies [2d3d87e]
- @lightmill/runner@3.0.0-beta.25

## 3.0.0-beta.23

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-experiment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/react-experiment",
"version": "3.0.0-beta.23",
"version": "3.0.0-beta.25",
"description": "React utility to run HCI experiments on the web.",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0-beta.25

### Patch Changes

- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.

## 3.0.0-beta.23

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/runner",
"version": "3.0.0-beta.23",
"version": "3.0.0-beta.25",
"description": "JS Runner for LightMill.",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/static-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0-beta.25

### Patch Changes

- 2d3d87e: Remove package.json engines directive which fixes a warning when consumer uses a different node version.

## 3.0.0-alpha.6

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/static-design/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lightmill/static-design",
"type": "module",
"version": "3.0.0-alpha.6",
"version": "3.0.0-beta.25",
"description": "Select timelines and control the flow of trials based on a static design.",
"author": "Quentin Roy <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit c83bc3e

Please sign in to comment.