@react-rxjs/core@0.10.0-rc.4

This commit is contained in:
Josep M Sobrepere 2022-07-20 13:08:55 +02:00
parent fcc4db85ac
commit 621f3142a4
No known key found for this signature in database
GPG Key ID: 9A207FDA2481C91A
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -8637,7 +8637,7 @@
},
"packages/core": {
"name": "@react-rxjs/core",
"version": "0.10.0-rc.3",
"version": "0.10.0-rc.4",
"license": "MIT",
"dependencies": {
"@rx-state/core": "0.1.0-rc.5",

View File

@ -1,5 +1,5 @@
{
"version": "0.10.0-rc.3",
"version": "0.10.0-rc.4",
"repository": {
"type": "git",
"url": "git+https://github.com/re-rxjs/react-rxjs.git"

View File

@ -52,6 +52,6 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@react-rxjs/core": "0.10.0-rc.1"
"@react-rxjs/core": "0.10.0-rc.4"
}
}

View File

@ -51,6 +51,6 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@react-rxjs/core": "0.10.0-rc.1"
"@react-rxjs/core": "0.10.0-rc.4"
}
}