Skip to content

Commit

Permalink
Version Packages (canary) (#535)
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
geclos and github-actions[bot] authored Jun 25, 2024
1 parent f260532 commit bf5be11
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,29 @@
"@latitude-data/eslint-config": "0.1.0",
"latitude-vscode": "0.0.5",
"@latitude-data/typescript": "0.1.0",
"@latitude-data/storage-driver": "0.0.0"
"@latitude-data/storage-driver": "0.0.0",
"@latitude-data/llm-manager": "0.0.0"
},
"changesets": [
"angry-windows-heal",
"big-rabbits-smash",
"bright-teachers-learn",
"brown-swans-battle",
"cuddly-baboons-help",
"dry-houses-happen",
"eighty-yaks-happen",
"eleven-rocks-sneeze",
"hip-colts-sell",
"hip-pears-clap",
"honest-comics-sit",
"hungry-adults-jump",
"lovely-apricots-bake",
"orange-pets-act",
"rare-queens-impress",
"ten-chefs-cheat",
"ten-masks-tap",
"tender-years-rhyme",
"thick-beans-double",
"wet-bikes-check",
"wise-lions-breathe"
]
Expand Down
14 changes: 14 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @latitude-data/server

## 2.1.0-canary.4

### Minor Changes

- d8ab241: Added new dynamic endpoint for prompts folder, and created a script to run prompts from a dev terminal.

### Patch Changes

- Updated dependencies [d8ab241]
- Updated dependencies [d8ab241]
- @latitude-data/client@0.11.1-canary.0
- @latitude-data/llm-manager@0.0.1-canary.0
- @latitude-data/svelte@0.8.1-canary.0

## 2.1.0-canary.3

### Patch 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.3",
"version": "2.1.0-canary.4",
"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.5

### Minor Changes

- d8ab241: prompt folder is now automatically synced with the Latitude project. New prompt command on CLI to generate AI reports based on prompts.

## 1.11.0-canary.4

### Patch 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.4",
"version": "1.11.0-canary.5",
"license": "LGPL",
"bin": {
"latitude": "dist/cli.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/client/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @latitude-data/client

## 0.11.1-canary.0

### Patch Changes

- d8ab241: Added new STREAM_PARAM constant for the prompt API

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latitude-data/client",
"description": "Core package of all Latitude client libraries",
"version": "0.11.0",
"version": "0.11.1-canary.0",
"license": "LGPL",
"scripts": {
"build:rollup": "rollup -c",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @latitude-data/react

## 0.9.2-canary.0

### Patch Changes

- Updated dependencies [d8ab241]
- @latitude-data/client@0.11.1-canary.0

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitude-data/react",
"version": "0.9.1",
"version": "0.9.2-canary.0",
"license": "LGPL",
"scripts": {
"build:rollup": "rollup -c",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @latitude-data/svelte

## 0.8.1-canary.0

### Patch Changes

- Updated dependencies [d8ab241]
- @latitude-data/client@0.11.1-canary.0

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitude-data/svelte",
"version": "0.8.0",
"version": "0.8.1-canary.0",
"license": "LGPL",
"scripts": {
"build": "pnpm run buildAndPackage",
Expand Down
7 changes: 7 additions & 0 deletions packages/llm_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @latitude-data/llm-manager

## 0.0.1-canary.0

### Patch Changes

- d8ab241: New LLM Manager that reads, compiles, and generates responses to prompts through LLM models.
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.0",
"version": "0.0.1-canary.0",
"license": "LGPL",
"description": "Manage LLM models and prompts",
"scripts": {
Expand Down

0 comments on commit bf5be11

Please sign in to comment.