Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqboxed committed Dec 1, 2022
1 parent eff1858 commit 7106578
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 39 deletions.
4 changes: 4 additions & 0 deletions 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.4](/compare/v0.0.3...v0.0.4) (2022-12-01)

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

## [0.0.3](/compare/v0.0.1...v0.0.3) (2022-12-01)

**Note:** Version bump only for package @spressoinsights/spresso_sdk_node
Expand Down
4 changes: 4 additions & 0 deletions clients/client_price_optimization/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.4](/compare/v0.0.3...v0.0.4) (2022-12-01)

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

## [0.0.3](/compare/v0.0.1...v0.0.3) (2022-12-01)

**Note:** Version bump only for package @spressoinsights/price_optimization
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "0.0.4",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand All @@ -16,9 +16,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@spressoinsights/cache": "^0.0.3",
"@spressoinsights/cache_in_memory": "^0.0.3",
"@spressoinsights/http_client_org": "^0.0.3",
"@spressoinsights/cache": "^0.0.4",
"@spressoinsights/cache_in_memory": "^0.0.4",
"@spressoinsights/http_client_org": "^0.0.4",
"cockatiel": "3.0.0-anyengine.0",
"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.3",
"version": "0.0.4",
"command": {
"publish": {
"allowBranch": ["main"]
Expand Down
46 changes: 23 additions & 23 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.4](/compare/v0.0.3...v0.0.4) (2022-12-01)

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

## [0.0.3](/compare/v0.0.1...v0.0.3) (2022-12-01)

**Note:** Version bump only for package @spressoinsights/auth
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.0.4",
"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/http_client": "^0.0.3"
"@spressoinsights/http_client": "^0.0.4"
},
"devDependencies": {
"concurrently": "7.0.0"
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.4](/compare/v0.0.3...v0.0.4) (2022-12-01)

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

## [0.0.3](/compare/v0.0.1...v0.0.3) (2022-12-01)

**Note:** Version bump only for package @spressoinsights/cache
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spressoinsights/cache",
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
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.4](/compare/v0.0.3...v0.0.4) (2022-12-01)

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

## [0.0.3](/compare/v0.0.1...v0.0.3) (2022-12-01)

**Note:** Version bump only for package @spressoinsights/cache_in_memory
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.0.4",
"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/cache": "^0.0.3",
"@spressoinsights/cache": "^0.0.4",
"lru-cache": "7.14.0"
},
"devDependencies": {
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.4](/compare/v0.0.3...v0.0.4) (2022-12-01)

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

## [0.0.3](/compare/v0.0.1...v0.0.3) (2022-12-01)

**Note:** Version bump only for package @spressoinsights/cache_redis
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.0.4",
"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/cache": "^0.0.3",
"@spressoinsights/cache": "^0.0.4",
"@types/lodash": "4.14.186",
"lodash": "4.17.21"
},
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.4](/compare/v0.0.3...v0.0.4) (2022-12-01)

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

## [0.0.3](/compare/v0.0.1...v0.0.3) (2022-12-01)

**Note:** Version bump only for package @spressoinsights/http_client
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.0.4",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/http_client_org/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.4](/compare/v0.0.3...v0.0.4) (2022-12-01)

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

## [0.0.3](/compare/v0.0.1...v0.0.3) (2022-12-01)

**Note:** Version bump only for package @spressoinsights/http_client_org
Expand Down
6 changes: 3 additions & 3 deletions packages/http_client_org/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spressoinsights/http_client_org",
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
Expand All @@ -16,8 +16,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@spressoinsights/auth": "^0.0.3",
"@spressoinsights/http_client": "^0.0.3"
"@spressoinsights/auth": "^0.0.4",
"@spressoinsights/http_client": "^0.0.4"
},
"devDependencies": {
"concurrently": "7.0.0"
Expand Down

0 comments on commit 7106578

Please sign in to comment.