Skip to content

Commit

Permalink
Revert "v1.4.0"
Browse files Browse the repository at this point in the history
This reverts commit 4143bd6.
  • Loading branch information
deekshas8 committed Dec 9, 2024
1 parent 4143bd6 commit d79cee8
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 90 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-shoes-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ai-sdk/orchestration': minor
---

[New Functionality] Add support for grounding capabilities of the orchestration service.
5 changes: 5 additions & 0 deletions .changeset/seven-chairs-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ai-sdk/foundation-models': minor
---

[New Functionality] Support streaming chat completion in the Azure OpenAI client in `foundation-models`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sap-ai-sdk",
"version": "1.4.0",
"version": "1.3.0",
"description": "",
"keywords": [],
"license": "Apache-2.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/ai-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @sap-ai-sdk/ai-api

## 1.4.0

### Patch Changes

- @sap-ai-sdk/core@1.4.0

## 1.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/ai-api",
"version": "1.4.0",
"version": "1.3.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 0 additions & 2 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @sap-ai-sdk/core

## 1.4.0

## 1.3.0

## 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/core",
"version": "1.4.0",
"version": "1.3.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
11 changes: 0 additions & 11 deletions packages/foundation-models/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @sap-ai-sdk/foundation-models

## 1.4.0

### Minor Changes

- 71b1a52: [New Functionality] Support streaming chat completion in the Azure OpenAI client in `foundation-models`.

### Patch Changes

- @sap-ai-sdk/ai-api@1.4.0
- @sap-ai-sdk/core@1.4.0

## 1.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation-models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/foundation-models",
"version": "1.4.0",
"version": "1.3.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
9 changes: 0 additions & 9 deletions packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @sap-ai-sdk/langchain

## 1.4.0

### Patch Changes

- Updated dependencies [71b1a52]
- @sap-ai-sdk/foundation-models@1.4.0
- @sap-ai-sdk/ai-api@1.4.0
- @sap-ai-sdk/core@1.4.0

## 1.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/langchain",
"version": "1.4.0",
"version": "1.3.0",
"description": "LangChain clients based on the @sap-ai-sdk",
"license": "Apache-2.0",
"keywords": [
Expand Down
11 changes: 0 additions & 11 deletions packages/orchestration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @sap-ai-sdk/orchestration

## 1.4.0

### Minor Changes

- 4cd289d: [New Functionality] Add support for grounding capabilities of the orchestration service.

### Patch Changes

- @sap-ai-sdk/ai-api@1.4.0
- @sap-ai-sdk/core@1.4.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/orchestration",
"version": "1.4.0",
"version": "1.3.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
10 changes: 0 additions & 10 deletions sample-cap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @sap-ai-sdk/sample-cap

## 1.4.0

### Patch Changes

- Updated dependencies [4cd289d]
- Updated dependencies [71b1a52]
- @sap-ai-sdk/orchestration@1.4.0
- @sap-ai-sdk/foundation-models@1.4.0
- @sap-ai-sdk/ai-api@1.4.0

## 1.3.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions sample-cap/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"type": "module",
"name": "@sap-ai-sdk/sample-cap",
"version": "1.4.0",
"version": "1.3.0",
"description": "Sample CAP application with Cloud SDK for AI.",
"repository": "https://github.com/sap/ai-sdk-js",
"private": true,
"dependencies": {
"@sap-ai-sdk/ai-api": "^1.4.0",
"@sap-ai-sdk/foundation-models": "^1.4.0",
"@sap-ai-sdk/orchestration": "^1.4.0",
"@sap-ai-sdk/ai-api": "^1",
"@sap-ai-sdk/foundation-models": "^1",
"@sap-ai-sdk/orchestration": "^1",
"express": "^4",
"@sap/xssec": "^4",
"@sap/cds": "^8.5.1"
Expand Down
11 changes: 0 additions & 11 deletions sample-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @sap-ai-sdk/sample-code

## 1.4.0

### Patch Changes

- Updated dependencies [4cd289d]
- Updated dependencies [71b1a52]
- @sap-ai-sdk/orchestration@1.4.0
- @sap-ai-sdk/foundation-models@1.4.0
- @sap-ai-sdk/langchain@1.4.0
- @sap-ai-sdk/ai-api@1.4.0

## 1.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sample-code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/sample-code",
"version": "1.4.0",
"version": "1.3.0",
"private": "true",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 0 additions & 9 deletions tests/e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @sap-ai-sdk/e2e-tests

## 1.4.0

### Patch Changes

- Updated dependencies [4cd289d]
- @sap-ai-sdk/orchestration@1.4.0
- @sap-ai-sdk/sample-code@1.4.0
- @sap-ai-sdk/ai-api@1.4.0

## 1.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/e2e-tests",
"version": "1.4.0",
"version": "1.3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": "true",
Expand Down
2 changes: 0 additions & 2 deletions tests/schema-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @sap-ai-sdk/schema-tests

## 1.4.0

## 1.3.0

## 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/schema-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/schema-tests",
"version": "1.4.0",
"version": "1.3.0",
"description": "Tests leveraging zod to ensure correct schema in the SAP AI SDK for JavaScript.",
"type": "module",
"private": true,
Expand Down
2 changes: 0 additions & 2 deletions tests/smoke-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @sap-ai-sdk/smoke-tests

## 1.4.0

## 1.3.0

## 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/smoke-tests",
"version": "1.4.0",
"version": "1.3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": "true",
Expand Down
2 changes: 0 additions & 2 deletions tests/type-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @sap-ai-sdk/type-tests

## 1.4.0

## 1.3.0

## 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/type-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/type-tests",
"version": "1.4.0",
"version": "1.3.0",
"description": "Tests to ensure correct types in the SAP AI SDK for JavaScript.",
"type": "module",
"private": true,
Expand Down

0 comments on commit d79cee8

Please sign in to comment.