Skip to content

Commit dc0afe3

Browse files
committed
patch packages
1 parent 810fff0 commit dc0afe3

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.4",
2+
"version": "0.8.5",
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.6",
2+
"version": "0.1.7",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
@@ -53,6 +53,6 @@
5353
"Victor Oliva (https://github.com/voliva)"
5454
],
5555
"devDependencies": {
56-
"@react-rxjs/core": "0.8.4"
56+
"@react-rxjs/core": "0.8.5"
5757
}
5858
}

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.3",
2+
"version": "0.9.4",
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.4"
55+
"@react-rxjs/core": "0.8.5"
5656
}
5757
}

0 commit comments

Comments
 (0)