From faed1fe226d2d14ea958ca5a176dbee487367fe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:54:22 +0100 Subject: [PATCH] Version Packages (#53) Co-authored-by: github-actions[bot] --- .changeset/curvy-ligers-rule.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/curvy-ligers-rule.md diff --git a/.changeset/curvy-ligers-rule.md b/.changeset/curvy-ligers-rule.md deleted file mode 100644 index 6dea8dfd..00000000 --- a/.changeset/curvy-ligers-rule.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@daiso-tech/core": minor ---- - -# IAsyncCollection and AsyncIterableCollection -Changed IAsyncCollection contract to use PromiseLike instead of Promise. -Changed AsyncIterableCollection to use LazyPromise instead of Promise. -Removed all try catches catched unknown errors. -Renamed timeout to takeUntilTimeout, and abort to takeUntilAbort. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a1a00e..8836e251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @daiso-tech/core +## 0.5.0 + +### Minor Changes + +- 790a76c: # IAsyncCollection and AsyncIterableCollection + Changed IAsyncCollection contract to use PromiseLike instead of Promise. + Changed AsyncIterableCollection to use LazyPromise instead of Promise. + Removed all try catches catched unknown errors. + Renamed timeout to takeUntilTimeout, and abort to takeUntilAbort. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 94c35d94..1dea80ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@daiso-tech/core", "private": false, - "version": "0.4.0", + "version": "0.5.0", "author": "Yousif Abdulkarim", "license": "Apache-2.0", "main": "./dist/cjs/_module.js",