From f9e39e5d12062599cd9c4ba9ca08be2b83b687d4 Mon Sep 17 00:00:00 2001 From: dosco <832235+dosco@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:57:25 -0700 Subject: [PATCH] chore: release v9.0.28 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 8 ++++---- package.json | 2 +- src/ax/package.json | 2 +- src/examples/package.json | 2 +- 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7131331..921ebc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + + +## [9.0.28](https://github.com/ax-llm/ax/compare/9.0.26...9.0.27) (2024-07-09) + + +### Bug Fixes + +* issue with model map feature ([d33d9be](https://github.com/ax-llm/ax/commit/d33d9be6fe3da6d1e38213f5203746952a7790b1)) + +## [9.0.27](https://github.com/ax-llm/ax/compare/9.0.26...9.0.27) (2024-07-09) + + +### Bug Fixes + +* model map issue ([ab29d6e](https://github.com/ax-llm/ax/commit/ab29d6e6cf39255a6b1f488043cb378387bcb5ac)) + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package-lock.json b/package-lock.json index ba43bc37..78dbc10b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ax-llm/ax-monorepo", - "version": "9.0.27", + "version": "9.0.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ax-llm/ax-monorepo", - "version": "9.0.27", + "version": "9.0.28", "license": "Apache-2.0", "workspaces": [ "src/*" @@ -21724,7 +21724,7 @@ }, "src/ax": { "name": "@ax-llm/ax", - "version": "9.0.27", + "version": "9.0.28", "license": "Apache-2.0", "dependencies": { "json5": "^2.2.3" @@ -21755,7 +21755,7 @@ "name": "@ax-llm/ax-examples", "license": "Apache-2.0", "dependencies": { - "@ax-llm/ax": "9.0.27" + "@ax-llm/ax": "9.0.28" }, "devDependencies": { "npm-run-all": "^4.1.5", diff --git a/package.json b/package.json index 8aa18c20..33613c54 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,5 @@ ], "author": "Vikram ", "private": "true", - "version": "9.0.27" + "version": "9.0.28" } diff --git a/src/ax/package.json b/src/ax/package.json index 7b712130..3cd99eb1 100644 --- a/src/ax/package.json +++ b/src/ax/package.json @@ -1,6 +1,6 @@ { "name": "@ax-llm/ax", - "version": "9.0.27", + "version": "9.0.28", "type": "module", "description": "The best library to work with LLMs", "repository": { diff --git a/src/examples/package.json b/src/examples/package.json index 31499801..d392876a 100644 --- a/src/examples/package.json +++ b/src/examples/package.json @@ -13,7 +13,7 @@ "tsx": "node --env-file=.env --import=tsx" }, "dependencies": { - "@ax-llm/ax": "9.0.27" + "@ax-llm/ax": "9.0.28" }, "devDependencies": { "npm-run-all": "^4.1.5",