Skip to content

Commit

Permalink
Version Packages (canary)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 25, 2024
1 parent fffc3cd commit 457d168
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"big-rabbits-smash",
"bright-teachers-learn",
"brown-swans-battle",
"chilly-balloons-cough",
"cuddly-baboons-help",
"dry-houses-happen",
"eighty-yaks-happen",
Expand All @@ -49,6 +50,7 @@
"lovely-apricots-bake",
"orange-pets-act",
"rare-queens-impress",
"serious-hairs-begin",
"ten-chefs-cheat",
"ten-masks-tap",
"tender-years-rhyme",
Expand Down
7 changes: 7 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @latitude-data/server

## 2.1.0-canary.5

### Patch Changes

- Updated dependencies [060da6a]
- @latitude-data/llm-manager@0.0.1-canary.1

## 2.1.0-canary.4

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latitude-data/server",
"description": "Backend for Latitude",
"version": "2.1.0-canary.4",
"version": "2.1.0-canary.5",
"license": "LGPL",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @latitude-data/cli

## 1.11.0-canary.6

### Patch Changes

- 060da6a: Fixed version checking not recognizing the installed Latitude version from a project

## 1.11.0-canary.5

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latitude-data/cli",
"description": "CLI for Latitude",
"version": "1.11.0-canary.5",
"version": "1.11.0-canary.6",
"license": "LGPL",
"bin": {
"latitude": "dist/cli.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/llm_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @latitude-data/llm-manager

## 0.0.1-canary.1

### Patch Changes

- 060da6a: Added missing readQuery function

## 0.0.1-canary.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/llm_manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitude-data/llm-manager",
"version": "0.0.1-canary.0",
"version": "0.0.1-canary.1",
"license": "LGPL",
"description": "Manage LLM models and prompts",
"scripts": {
Expand Down

0 comments on commit 457d168

Please sign in to comment.