@furystack/shades-lottie 8.0.6 → 8.0.8

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.8] - 2026-03-03
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated `@furystack/shades` with updated `@furystack/utils` dependency
8
+ - Updated `@furystack/shades` with transitive dependency fixes
9
+
10
+ ## [8.0.7] - 2026-02-26
11
+
12
+ ### ⬆️ Dependencies
13
+
14
+ - Updated internal `@furystack/*` dependencies
15
+ - Bumped due to updated workspace dependencies
16
+
3
17
  ## [8.0.6] - 2026-02-26
4
18
 
5
19
  ### ⬆️ Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/shades-lottie",
3
- "version": "8.0.6",
3
+ "version": "8.0.8",
4
4
  "description": "Lottie animation player wrapper for FuryStack Shades",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -41,7 +41,7 @@
41
41
  "vitest": "^4.0.18"
42
42
  },
43
43
  "dependencies": {
44
- "@furystack/shades": "^12.2.3",
44
+ "@furystack/shades": "^12.2.5",
45
45
  "@lottiefiles/lottie-player": "^2.0.12"
46
46
  },
47
47
  "engines": {