Skip to content

Commit

Permalink
main(.changeset): (changeset): fix parameters parsing for commands
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Sep 4, 2024
1 parent 9b93450 commit 48512cd
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-apples-lay.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/qllm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# qllm

## 2.7.1

### Patch Changes

- 9b93450: Fix parameters parsing for commands
- Updated dependencies [9b93450]
- qllm-lib@3.4.1

## 2.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qllm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm",
"version": "2.7.0",
"version": "2.7.1",
"description": "QLLM CLI: A versatile CLI tool for interacting with multiple AI/LLM providers. Features include chat sessions, one-time queries, image handling, and conversation management. Streamlines AI development with easy provider/model switching and configuration.",
"keywords": [
"ai",
Expand Down
6 changes: 6 additions & 0 deletions packages/qllm-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# qllm-lib

## 3.4.1

### Patch Changes

- 9b93450: Fix parameters parsing for commands

## 3.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qllm-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm-lib",
"version": "3.4.0",
"version": "3.4.1",
"description": "Core library providing robust AI engineering functionalities tailored for Large Language Model (LLM) applications, enabling developers to build, deploy, and optimize AI solutions with ease.",
"keywords": [
"ai",
Expand Down
13 changes: 10 additions & 3 deletions packages/qllm-samples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# qllm-samples

## 1.0.2

### Patch Changes

- Updated dependencies [9b93450]
- qllm-lib@3.4.1

## 1.0.1

### Patch Changes

- Updated dependencies [6611cb9]
- Updated dependencies [4e20449]
- qllm-lib@3.4.0
- Updated dependencies [6611cb9]
- Updated dependencies [4e20449]
- qllm-lib@3.4.0
2 changes: 1 addition & 1 deletion packages/qllm-samples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm-samples",
"version": "1.0.1",
"version": "1.0.2",
"description": "QLLM Samples",
"keywords": [
"ai",
Expand Down

0 comments on commit 48512cd

Please sign in to comment.