Skip to content

Commit

Permalink
Release v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
compose-sdk-release-bot committed May 10, 2024
1 parent a83846a commit 4b38fdd
Show file tree
Hide file tree
Showing 20 changed files with 104 additions and 555 deletions.
286 changes: 0 additions & 286 deletions .gitlab-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.10.0",
"version": "1.10.1",
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
"private": true,
Expand Down
14 changes: 7 additions & 7 deletions packages/sdk-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Sisense",
"Compose SDK"
],
"version": "1.10.0",
"version": "1.10.1",
"type": "module",
"exports": "./dist/index.js",
"main": "./dist/index.js",
Expand All @@ -20,12 +20,12 @@
"license": "SEE LICENSE IN LICENSE.md",
"bin": "./dist/index.js",
"dependencies": {
"@sisense/sdk-common": "^1.10.0",
"@sisense/sdk-data": "^1.10.0",
"@sisense/sdk-modeling": "^1.10.0",
"@sisense/sdk-query-client": "^1.10.0",
"@sisense/sdk-rest-client": "^1.10.0",
"@sisense/sdk-tracking": "^1.10.0",
"@sisense/sdk-common": "^1.10.1",
"@sisense/sdk-data": "^1.10.1",
"@sisense/sdk-modeling": "^1.10.1",
"@sisense/sdk-query-client": "^1.10.1",
"@sisense/sdk-rest-client": "^1.10.1",
"@sisense/sdk-tracking": "^1.10.1",
"cross-fetch": "^4.0.0",
"inquirer": "^8.1.2",
"js-levenshtein": "^1.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Sisense",
"Compose SDK"
],
"version": "1.10.0",
"version": "1.10.1",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Sisense",
"Compose SDK"
],
"version": "1.10.0",
"version": "1.10.1",
"type": "module",
"exports": {
".": "./dist/index.js",
Expand All @@ -23,8 +23,8 @@
"author": "Sisense",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@sisense/sdk-common": "^1.10.0",
"@sisense/sdk-rest-client": "^1.10.0",
"@sisense/sdk-common": "^1.10.1",
"@sisense/sdk-rest-client": "^1.10.1",
"guid-typescript": "^1.0.9",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-modeling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Sisense",
"Compose SDK"
],
"version": "1.10.0",
"version": "1.10.1",
"author": "Sisense",
"license": "SEE LICENSE IN LICENSE.md",
"type": "module",
Expand All @@ -20,7 +20,7 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@sisense/sdk-data": "^1.10.0",
"@sisense/sdk-data": "^1.10.1",
"prettier": "^3.2.5",
"typescript": "4.8.4"
},
Expand Down
Loading

0 comments on commit 4b38fdd

Please sign in to comment.