Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 28, 2024
1 parent 32ad70e commit 85861eb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion packages/csp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-26T13:32:20Z
- **Last updated**: 2024-04-28T14:28:17Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,20 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@3.2.0) (2024-04-28)

#### 🚀 Features

- update Mult/PubSub unsub handling, add docs ([32ad70e](https://github.com/thi-ng/umbrella/commit/32ad70e))
- add optional auto-closing for Mult.unsubscribe(), PubSub.unsubscribeTopic()
- add docs

#### 🩹 Bug fixes

- update select() ([5e87c8d](https://github.com/thi-ng/umbrella/commit/5e87c8d))
- update select(), ensure write queue of selected channel is being updated
- mark Channel.updateQueue() as internal

## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@3.1.0) (2024-04-26)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "3.1.0",
"version": "3.2.0",
"description": "Primitives & operators for Communicating Sequential Processes based on async/await and async iterables",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-csp",
"version": "3.1.123",
"version": "3.1.124",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/csp": "^3.1.0",
"@thi.ng/csp": "^3.2.0",
"@thi.ng/rstream": "^8.4.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3942,7 +3942,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/csp@npm:^3.1.0, @thi.ng/csp@workspace:^, @thi.ng/csp@workspace:packages/csp":
"@thi.ng/csp@npm:^3.2.0, @thi.ng/csp@workspace:^, @thi.ng/csp@workspace:packages/csp":
version: 0.0.0-use.local
resolution: "@thi.ng/csp@workspace:packages/csp"
dependencies:
Expand Down Expand Up @@ -5786,7 +5786,7 @@ __metadata:
resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp"
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/csp": "npm:^3.1.0"
"@thi.ng/csp": "npm:^3.2.0"
"@thi.ng/rstream": "npm:^8.4.3"
esbuild: "npm:^0.20.2"
typedoc: "npm:^0.25.12"
Expand Down

0 comments on commit 85861eb

Please sign in to comment.