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/curly-berries-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-items-sing.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twelve-apples-cry.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- [#10](https://github.com/hntrl/eventkit/pull/10) [`d1d5dca`](https://github.com/hntrl/eventkit/commit/d1d5dcace45730de1feabfbc81216a7fd034b29f) Thanks [@hntrl](https://github.com/hntrl)! - Gave some TLC to the bundling process for each package. Each package bundle now contains sourcemaps for both cjs & esm builds, as well as a new `index.global.js` and `index.global.min.js` that is intended to be used with browser targets.

## 0.3.0

Version bumped to match the version of `@eventkit/base`
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.3.0",
"version": "0.3.1",
"license": "MIT",
"author": "Hunter Lovell <hunter@hntrl.io>",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eventkit-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @eventkit/http

## 0.3.1

### Patch Changes

- [#9](https://github.com/hntrl/eventkit/pull/9) [`107dfd4`](https://github.com/hntrl/eventkit/commit/107dfd470a195c854d96436ba5c5d81236cb8898) Thanks [@hntrl](https://github.com/hntrl)! - Makes the `@eventkit/base` peer dep optional which silences errors in package managers if it's not being used.

- [#10](https://github.com/hntrl/eventkit/pull/10) [`d1d5dca`](https://github.com/hntrl/eventkit/commit/d1d5dcace45730de1feabfbc81216a7fd034b29f) Thanks [@hntrl](https://github.com/hntrl)! - Gave some TLC to the bundling process for each package. Each package bundle now contains sourcemaps for both cjs & esm builds, as well as a new `index.global.js` and `index.global.min.js` that is intended to be used with browser targets.

- Updated dependencies [[`3ea1105`](https://github.com/hntrl/eventkit/commit/3ea1105c73b96a5e26aa80f0795b6dbf55941fef), [`d1d5dca`](https://github.com/hntrl/eventkit/commit/d1d5dcace45730de1feabfbc81216a7fd034b29f)]:
- @eventkit/base@0.3.1

## 0.3.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.3.0",
"version": "0.3.1",
"license": "MIT",
"author": "Hunter Lovell <hunter@hntrl.io>",
"description": "HTTP helpers for eventkit",
Expand Down
8 changes: 8 additions & 0 deletions packages/eventkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# eventkit

## 0.3.1

### Patch Changes

- [#9](https://github.com/hntrl/eventkit/pull/9) [`3ea1105`](https://github.com/hntrl/eventkit/commit/3ea1105c73b96a5e26aa80f0795b6dbf55941fef) Thanks [@hntrl](https://github.com/hntrl)! - The bundle now inlines all types associated with async-observable. This fixes an issue where types would be missing when installing with certain package managers. There may be some conflict for projects that use both `@eventkit/async-observable` and `@eventkit/base` in the same project with this change, but this pattern should be avoided anyways.

- [#10](https://github.com/hntrl/eventkit/pull/10) [`d1d5dca`](https://github.com/hntrl/eventkit/commit/d1d5dcace45730de1feabfbc81216a7fd034b29f) Thanks [@hntrl](https://github.com/hntrl)! - Gave some TLC to the bundling process for each package. Each package bundle now contains sourcemaps for both cjs & esm builds, as well as a new `index.global.js` and `index.global.min.js` that is intended to be used with browser targets.

## 0.3.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.3.0",
"version": "0.3.1",
"license": "MIT",
"author": "Hunter Lovell <hunter@hntrl.io>",
"description": "Declarative event stream processing library",
Expand Down