@rootnative/inertia-gradients 0.0.0-alpha.2 → 0.0.0-alpha.4

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 +13 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,11 +6,23 @@ This package ships in lockstep with `@rootnative/inertia` — version numbers tr
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.0.0-alpha.2] - 2026-07-20
10
+
11
+ ### Changed
12
+
13
+ - Published bundles no longer include sourcemaps, and the `__type-tests__` directories are excluded from the npm package (packaging-only; no runtime change).
14
+
15
+ ## [0.0.0-alpha.1] - 2026-07-19
16
+
17
+ Lockstep version bump alongside `@rootnative/inertia@0.0.0-alpha.1` (README updates only; no runtime changes).
18
+
9
19
  ## [0.0.0-alpha.0]
10
20
 
11
21
  ### Added
12
22
 
13
23
  - `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`.
14
24
 
15
- [unreleased]: https://github.com/rootnative/inertia/compare/v0.0.0-alpha.0...HEAD
25
+ [unreleased]: https://github.com/rootnative/inertia/compare/core+gestures+gradients+svg@0.0.0-alpha.2...HEAD
26
+ [0.0.0-alpha.2]: https://github.com/rootnative/inertia/releases/tag/core+gestures+gradients+svg@0.0.0-alpha.2
27
+ [0.0.0-alpha.1]: https://github.com/rootnative/inertia/releases/tag/core+gestures+gradients+svg@0.0.0-alpha.1
16
28
  [0.0.0-alpha.0]: https://github.com/rootnative/inertia/releases/tag/v0.0.0-alpha.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rootnative/inertia-gradients",
3
- "version": "0.0.0-alpha.2",
3
+ "version": "0.0.0-alpha.4",
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.0-alpha.2",
53
+ "@rootnative/inertia": ">=0.0.0-alpha.4",
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.0-alpha.2"
74
+ "@rootnative/inertia": "0.0.0-alpha.4"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public"