Skip to content
Prev Previous commit
Next Next commit
chore: add changesets
  • Loading branch information
joshuaellis committed Apr 6, 2022
commit 9466bc49f9a2450858abd64bb78b69d92d2626ec
16 changes: 16 additions & 0 deletions .changeset/orange-rivers-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
'@react-spring/animated': patch
'@react-spring/core': patch
'@react-spring/parallax': patch
'@react-spring/shared': patch
'@react-spring/konva': patch
'@react-spring/native': patch
'@react-spring/three': patch
'@react-spring/web': patch
'@react-spring/zdog': patch
'@react-spring/rafz': patch
'react-spring': patch
'@react-spring/types': patch
---

[r18] fix cleanup fluid observer in withAnimated
21 changes: 21 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@react-spring/demo": "1.0.0",
"@react-spring/docs": "1.0.6",
"@react-spring/animated": "9.4.4",
"@react-spring/core": "9.4.4",
"@react-spring/parallax": "9.4.4",
"@react-spring/rafz": "9.4.4",
"react-spring": "9.4.4",
"@react-spring/shared": "9.4.4",
"@react-spring/types": "9.4.4",
"@react-spring/konva": "9.4.4",
"@react-spring/native": "9.4.4",
"@react-spring/three": "9.4.4",
"@react-spring/web": "9.4.4",
"@react-spring/zdog": "9.4.4"
},
"changesets": []
}