Skip to content

Commit

Permalink
chore(release): 📣⚡ publish release 1.59.133 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xappbot committed Nov 20, 2024
1 parent 678f193 commit 40f0a55
Show file tree
Hide file tree
Showing 46 changed files with 307 additions and 105 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)


### Bug Fixes

* **deps:** update dependency jsonpath-plus to v10.2.0 ([#2539](https://github.com/stentorium/stentor/issues/2539)) ([678f193](https://github.com/stentorium/stentor/commit/678f1933afa34e9aab16f1bc2e72821edcd1547d))
* **deps:** update dependency marked-xhtml to v1.0.12 ([#2534](https://github.com/stentorium/stentor/issues/2534)) ([cac5ce5](https://github.com/stentorium/stentor/commit/cac5ce5fba1cd96af335f357d5188151c8b58550))
* Strings for Handler Map Keys ([#2541](https://github.com/stentorium/stentor/issues/2541)) ([50c0320](https://github.com/stentorium/stentor/commit/50c0320702ee8c1aec1ea4facc623c3159e75744))





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package repo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/**"
],
"npmClient": "yarn",
"version": "1.59.132",
"version": "1.59.133",
"command": {
"init": {
"exact": true
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-channel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)

**Note:** Version bump only for package stentor-channel





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-channel
Expand Down
6 changes: 3 additions & 3 deletions packages/stentor-channel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.132",
"version": "1.59.133",
"description": "The most basic of channels, one that uses stentor requests & responses as input.",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -29,8 +29,8 @@
},
"dependencies": {
"@xapp/patterns": "2.0.2",
"stentor-logger": "1.59.132",
"stentor-utils": "1.59.132"
"stentor-logger": "1.59.133",
"stentor-utils": "1.59.133"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-conditional/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)

**Note:** Version bump only for package stentor-conditional





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-conditional
Expand Down
4 changes: 2 additions & 2 deletions packages/stentor-conditional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.132",
"version": "1.59.133",
"description": "Conditionals for 📣 stentor",
"types": "lib/index",
"typings": "lib/index",
Expand All @@ -26,7 +26,7 @@
"vm2": "3.9.19"
},
"dependencies": {
"stentor-logger": "1.59.132"
"stentor-logger": "1.59.133"
},
"optionalDependencies": {
"vm2": "3.9.19"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)

**Note:** Version bump only for package stentor-context





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-context
Expand Down
6 changes: 3 additions & 3 deletions packages/stentor-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.132",
"version": "1.59.133",
"description": "Context for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -30,8 +30,8 @@
"dependencies": {
"@xapp/patterns": "2.0.2",
"stentor-constants": "1.59.128",
"stentor-response": "1.59.132",
"stentor-storage": "1.59.132"
"stentor-response": "1.59.133",
"stentor-storage": "1.59.133"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
11 changes: 11 additions & 0 deletions packages/stentor-determiner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)


### Bug Fixes

* **deps:** update dependency jsonpath-plus to v10.2.0 ([#2539](https://github.com/stentorium/stentor/issues/2539)) ([678f193](https://github.com/stentorium/stentor/commit/678f1933afa34e9aab16f1bc2e72821edcd1547d))





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-determiner
Expand Down
16 changes: 8 additions & 8 deletions packages/stentor-determiner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.132",
"version": "1.59.133",
"description": "Determination for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -29,15 +29,15 @@
},
"dependencies": {
"jsonpath-plus": "10.2.0",
"stentor-conditional": "1.59.132",
"stentor-conditional": "1.59.133",
"stentor-constants": "1.59.128",
"stentor-guards": "1.59.128",
"stentor-interaction-model": "1.59.132",
"stentor-logger": "1.59.132",
"stentor-request": "1.59.132",
"stentor-storage": "1.59.132",
"stentor-time": "1.59.132",
"stentor-utils": "1.59.132"
"stentor-interaction-model": "1.59.133",
"stentor-logger": "1.59.133",
"stentor-request": "1.59.133",
"stentor-storage": "1.59.133",
"stentor-time": "1.59.133",
"stentor-utils": "1.59.133"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-handler-delegating/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)

**Note:** Version bump only for package stentor-handler-delegating





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-handler-delegating
Expand Down
6 changes: 3 additions & 3 deletions packages/stentor-handler-delegating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.132",
"version": "1.59.133",
"description": "Delegating handler for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -23,8 +23,8 @@
"typescript": "5.5.4"
},
"dependencies": {
"stentor-handler": "1.59.132",
"stentor-utils": "1.59.132"
"stentor-handler": "1.59.133",
"stentor-utils": "1.59.133"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
11 changes: 11 additions & 0 deletions packages/stentor-handler-factory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)


### Bug Fixes

* Strings for Handler Map Keys ([#2541](https://github.com/stentorium/stentor/issues/2541)) ([50c0320](https://github.com/stentorium/stentor/commit/50c0320702ee8c1aec1ea4facc623c3159e75744))





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-handler-factory
Expand Down
18 changes: 9 additions & 9 deletions packages/stentor-handler-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.132",
"version": "1.59.133",
"description": "Handler factory for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -24,19 +24,19 @@
"sinon": "19.0.2",
"sinon-chai": "3.7.0",
"stentor-models": "1.59.128",
"stentor-request": "1.59.132",
"stentor-request": "1.59.133",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"stentor-constants": "1.59.128",
"stentor-context": "1.59.132",
"stentor-handler": "1.59.132",
"stentor-handler-delegating": "1.59.132",
"stentor-interaction-model": "1.59.132",
"stentor-logger": "1.59.132",
"stentor-response": "1.59.132",
"stentor-utils": "1.59.132"
"stentor-context": "1.59.133",
"stentor-handler": "1.59.133",
"stentor-handler-delegating": "1.59.133",
"stentor-interaction-model": "1.59.133",
"stentor-logger": "1.59.133",
"stentor-response": "1.59.133",
"stentor-utils": "1.59.133"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-handler-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)

**Note:** Version bump only for package stentor-handler-manager





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-handler-manager
Expand Down
14 changes: 7 additions & 7 deletions packages/stentor-handler-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.132",
"version": "1.59.133",
"description": "Handler manager for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -26,17 +26,17 @@
"sinon": "19.0.2",
"sinon-chai": "3.7.0",
"stentor-models": "1.59.128",
"stentor-request": "1.59.132",
"stentor-request": "1.59.133",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"stentor-guards": "1.59.128",
"stentor-handler": "1.59.132",
"stentor-handler-factory": "1.59.132",
"stentor-logger": "1.59.132",
"stentor-response": "1.59.132",
"stentor-storage": "1.59.132"
"stentor-handler": "1.59.133",
"stentor-handler-factory": "1.59.133",
"stentor-logger": "1.59.133",
"stentor-response": "1.59.133",
"stentor-storage": "1.59.133"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)

**Note:** Version bump only for package stentor-handler





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-handler
Expand Down
20 changes: 10 additions & 10 deletions packages/stentor-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.132",
"version": "1.59.133",
"description": "Handlers for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -24,23 +24,23 @@
"sinon": "19.0.2",
"sinon-chai": "3.7.0",
"stentor-models": "1.59.128",
"stentor-request": "1.59.132",
"stentor-request": "1.59.133",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"@xapp/patterns": "2.0.2",
"stentor-conditional": "1.59.132",
"stentor-conditional": "1.59.133",
"stentor-constants": "1.59.128",
"stentor-context": "1.59.132",
"stentor-context": "1.59.133",
"stentor-guards": "1.59.128",
"stentor-history": "1.59.128",
"stentor-interaction-model": "1.59.132",
"stentor-locales": "1.59.132",
"stentor-logger": "1.59.132",
"stentor-response": "1.59.132",
"stentor-storage": "1.59.132",
"stentor-utils": "1.59.132"
"stentor-interaction-model": "1.59.133",
"stentor-locales": "1.59.133",
"stentor-logger": "1.59.133",
"stentor-response": "1.59.133",
"stentor-storage": "1.59.133",
"stentor-utils": "1.59.133"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-interaction-model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.133](https://github.com/stentorium/stentor/compare/v1.59.132...v1.59.133) (2024-11-20)

**Note:** Version bump only for package stentor-interaction-model





## [1.59.132](https://github.com/stentorium/stentor/compare/v1.59.131...v1.59.132) (2024-11-11)

**Note:** Version bump only for package stentor-interaction-model
Expand Down
Loading

0 comments on commit 40f0a55

Please sign in to comment.