Skip to content

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqboxed committed Feb 3, 2023
1 parent 18448af commit 12eaafb
Show file tree
Hide file tree
Showing 19 changed files with 102 additions and 62 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](/compare/v0.0.14...v0.0.15) (2023-02-03)

### Reverts

- Revert "chore: move api endpoints" 18448af

## [0.0.14](/compare/v0.0.13...v0.0.14) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/spresso_sdk_node
Expand Down
6 changes: 6 additions & 0 deletions clients/client_price_optimization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](/compare/v0.0.14...v0.0.15) (2023-02-03)

### Reverts

- Revert "chore: move api endpoints" 18448af

## [0.0.14](/compare/v0.0.13...v0.0.14) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/price_optimization
Expand Down
10 changes: 5 additions & 5 deletions clients/client_price_optimization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spressoinsights/price_optimization",
"version": "0.0.14",
"version": "0.0.15",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand All @@ -17,10 +17,10 @@
},
"license": "Apache-2.0",
"dependencies": {
"@spressoinsights/cache": "^0.0.14",
"@spressoinsights/cache_in_memory": "^0.0.14",
"@spressoinsights/http_client_org": "^0.0.14",
"@spressoinsights/utils": "^0.0.14",
"@spressoinsights/cache": "^0.0.15",
"@spressoinsights/cache_in_memory": "^0.0.15",
"@spressoinsights/http_client_org": "^0.0.15",
"@spressoinsights/utils": "^0.0.15",
"cockatiel": "2.0.2",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.0.14",
"version": "0.0.15",
"command": {
"publish": {
"allowBranch": ["main"]
Expand Down
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](/compare/v0.0.14...v0.0.15) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/auth

## [0.0.14](/compare/v0.0.13...v0.0.14) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/auth
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spressoinsights/auth",
"version": "0.0.14",
"version": "0.0.15",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand All @@ -17,8 +17,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@spressoinsights/http_client": "^0.0.14",
"@spressoinsights/utils": "^0.0.14",
"@spressoinsights/http_client": "^0.0.15",
"@spressoinsights/utils": "^0.0.15",
"tslib": "2.4.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](/compare/v0.0.14...v0.0.15) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/cache

## [0.0.14](/compare/v0.0.13...v0.0.14) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/cache
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spressoinsights/cache",
"version": "0.0.14",
"version": "0.0.15",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"directory": ""
},
"dependencies": {
"@spressoinsights/utils": "^0.0.14",
"@spressoinsights/utils": "^0.0.15",
"lodash": "4.17.21",
"tslib": "2.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/cache_in_memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](/compare/v0.0.14...v0.0.15) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/cache_in_memory

## [0.0.14](/compare/v0.0.13...v0.0.14) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/cache_in_memory
Expand Down
6 changes: 3 additions & 3 deletions packages/cache_in_memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spressoinsights/cache_in_memory",
"version": "0.0.14",
"version": "0.0.15",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand All @@ -17,8 +17,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@spressoinsights/cache": "^0.0.14",
"@spressoinsights/utils": "^0.0.14",
"@spressoinsights/cache": "^0.0.15",
"@spressoinsights/utils": "^0.0.15",
"lru-cache": "7.14.0",
"tslib": "^2.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/cache_redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](/compare/v0.0.14...v0.0.15) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/cache_redis

## [0.0.14](/compare/v0.0.13...v0.0.14) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/cache_redis
Expand Down
6 changes: 3 additions & 3 deletions packages/cache_redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spressoinsights/cache_redis",
"version": "0.0.14",
"version": "0.0.15",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand All @@ -17,8 +17,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@spressoinsights/cache": "^0.0.14",
"@spressoinsights/utils": "^0.0.14",
"@spressoinsights/cache": "^0.0.15",
"@spressoinsights/utils": "^0.0.15",
"@types/lodash": "4.14.186",
"lodash": "4.17.21",
"tslib": "^2.4.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/http_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](/compare/v0.0.14...v0.0.15) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/http_client

## [0.0.14](/compare/v0.0.13...v0.0.14) (2023-02-03)

**Note:** Version bump only for package @spressoinsights/http_client
Expand Down
4 changes: 2 additions & 2 deletions packages/http_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spressoinsights/http_client",
"version": "0.0.14",
"version": "0.0.15",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand All @@ -17,7 +17,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@spressoinsights/utils": "^0.0.14",
"@spressoinsights/utils": "^0.0.15",
"axios": "1.1.3",
"tslib": "^2.4.1"
},
Expand Down
Loading

0 comments on commit 12eaafb

Please sign in to comment.