Skip to content

Commit b84fd55

Browse files
committed
patch libraries
1 parent f97649c commit b84fd55

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.6",
2+
"version": "0.8.7",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"

packages/dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.7",
2+
"version": "0.1.8",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
@@ -52,6 +52,6 @@
5252
"Victor Oliva (https://github.com/voliva)"
5353
],
5454
"devDependencies": {
55-
"@react-rxjs/core": "0.8.6"
55+
"@react-rxjs/core": "0.8.7"
5656
}
5757
}

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.4",
2+
"version": "0.9.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
@@ -51,6 +51,6 @@
5151
"Victor Oliva (https://github.com/voliva)"
5252
],
5353
"devDependencies": {
54-
"@react-rxjs/core": "0.8.6"
54+
"@react-rxjs/core": "0.8.7"
5555
}
5656
}

0 commit comments

Comments
 (0)