@rootnative/inertia-gradients 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ This package ships in lockstep with `@rootnative/inertia` — version numbers tr
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.0.6] - 2026-08-08
10
+
11
+ **Lockstep version bump** alongside `@rootnative/inertia@0.0.6` (`boxShadow` animates under the default spring transition, and colour keys can animate away from their resting default). This adapter was checked against both defects and is unaffected: it drives one shared value per colour slot, so no colour ever reaches Reanimated inside an array, and every slot is seeded from a real colour rather than a resting default. No runtime changes; the `@rootnative/inertia` peer range moves to `>=0.0.6`.
12
+
9
13
  ## [0.0.5] - 2026-07-31
10
14
 
11
15
  **Lockstep version bump** alongside `@rootnative/inertia@0.0.5` (40 layout and text-metric keys join the `animate` surface, `AnimateStyle<C>` narrows to reject keys the runtime doesn't drive, and reduced motion is no longer bypassable by a sequence step's own `type`). No runtime changes in this adapter; the `@rootnative/inertia` peer range moves to `>=0.0.5`.
@@ -44,7 +48,8 @@ _No git tag was cut for this release; the published artifact is on npm as [`@roo
44
48
 
45
49
  - `MotionLinearGradient` over `expo-linear-gradient`. Accepts the same `initial` / `animate` / `transition` shape as the core `Motion.*` primitives, with animatable keys for `colors`, `start`, `end`, and `locations`.
46
50
 
47
- [unreleased]: https://github.com/rootnative/inertia/compare/core+gestures+gradients+svg@0.0.5...HEAD
51
+ [unreleased]: https://github.com/rootnative/inertia/compare/core+gestures+gradients+svg@0.0.6...HEAD
52
+ [0.0.6]: https://github.com/rootnative/inertia/releases/tag/core+gestures+gradients+svg@0.0.6
48
53
  [0.0.5]: https://github.com/rootnative/inertia/releases/tag/core+gestures+gradients+svg@0.0.5
49
54
  [0.0.4]: https://github.com/rootnative/inertia/releases/tag/core+gestures+gradients+svg@0.0.4
50
55
  [0.0.3]: https://github.com/rootnative/inertia/releases/tag/core+gestures+gradients+svg@0.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rootnative/inertia-gradients",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Animated linear gradient primitive for @rootnative/inertia, built on expo-linear-gradient.",
5
5
  "license": "MIT",
6
6
  "author": "RootNative",
@@ -50,7 +50,7 @@
50
50
  "!**/*.test.*"
51
51
  ],
52
52
  "peerDependencies": {
53
- "@rootnative/inertia": ">=0.0.5",
53
+ "@rootnative/inertia": ">=0.0.6",
54
54
  "expo-linear-gradient": ">=14.0.0",
55
55
  "react": ">=19.0.0",
56
56
  "react-native": ">=0.81.0",
@@ -71,7 +71,7 @@
71
71
  "size-limit": "^11.1.0",
72
72
  "tsup": "^8.3.5",
73
73
  "typescript": "^5.7.3",
74
- "@rootnative/inertia": "0.0.5"
74
+ "@rootnative/inertia": "0.0.6"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public"