Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/olive-doodles-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sad-radios-rhyme.md

This file was deleted.

6 changes: 5 additions & 1 deletion packages/async-observable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# @eventkit/async-observable

## 0.3.0

Version bumped to match the version of `@eventkit/base`

## 0.2.0

### Patch Changes

- [`fa3aa52`](https://github.com/hntrl/eventkit/commit/fa3aa52410d95dbe79f093f6bd992b800d4768f2) Thanks [@hntrl](https://github.com/hntrl)! - Fixes an issue where subscribers wouldn't be tracked by the observable when using constructor syntax
- [`fa3aa52`](https://github.com/hntrl/eventkit/commit/fa3aa52410d95dbe79f093f6bd992b800d4768f2) - Fixes an issue where subscribers wouldn't be tracked by the observable when using constructor syntax

## 0.1.1

Expand Down
2 changes: 1 addition & 1 deletion packages/async-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventkit/async-observable",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"author": "Hunter Lovell <hunter@hntrl.io>",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eventkit-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eventkit/http

## 0.3.0

### Patch Changes

- Updated dependencies [[`03fb5d1`](https://github.com/hntrl/eventkit/commit/03fb5d13a3370d5164cf81527710c25c4e67e3e5), [`7b6dbb1`](https://github.com/hntrl/eventkit/commit/7b6dbb1a1d96478fcc25c8325648c31d08e78467)]:
- @eventkit/base@0.3.0

## 0.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventkit-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventkit/http",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"author": "Hunter Lovell <hunter@hntrl.io>",
"description": "HTTP helpers for eventkit",
Expand Down
13 changes: 13 additions & 0 deletions packages/eventkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eventkit

## 0.3.0

### Minor Changes

- [#6](https://github.com/hntrl/eventkit/pull/6) [`03fb5d1`](https://github.com/hntrl/eventkit/commit/03fb5d13a3370d5164cf81527710c25c4e67e3e5) Thanks [@hntrl](https://github.com/hntrl)! - Introduces **10** new operators into eventkit: `find`, `findIndex`, `first`, `isEmpty`, `last`, `max`, `min`, `pairwise`, `skip`, and `every`. See the [docs](https://hntrl.github.io/eventkit/guide/concepts/transforming-data#available-operators) for a complete reference.

### Patch Changes

- [#6](https://github.com/hntrl/eventkit/pull/6) [`7b6dbb1`](https://github.com/hntrl/eventkit/commit/7b6dbb1a1d96478fcc25c8325648c31d08e78467) Thanks [@hntrl](https://github.com/hntrl)! - Fixed some invariant behavior with the `reduce` operator where the chain of accumulator calls depending on the seed value wasn't consistent with the native array method

- Updated dependencies []:
- @eventkit/async-observable@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventkit/base",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"author": "Hunter Lovell <hunter@hntrl.io>",
"description": "Declarative event stream processing library",
Expand Down