Skip to content

Commit 3a994fc

Browse files
committed
chore(release): publish 8.0.0-alpha.14
1 parent f279467 commit 3a994fc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/rxjs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 8.0.0-alpha.14
2+
3+
### 🩹 Fixes
4+
5+
- **rxjs:** removed unnecessary peer deps
6+
7+
### ❤️ Thank You
8+
9+
- Ben Lesh
10+
111
## 8.0.0-alpha.13
212

313
### 🚀 Features

packages/rxjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rxjs",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
44
"description": "Reactive Extensions for modern JavaScript",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)