@furystack/shades-lottie 9.0.1 → 9.0.2

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 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.2] - 2026-03-19
4
+
5
+ ### ✨ Features
6
+
7
+ - Bumped `@furystack/shades` and `@furystack/core` dependencies.
8
+ - 9.0.0 breaking change: `shadowDomName` renamed to `customElementName`.
9
+
10
+ ### ⬆️ Dependencies
11
+
12
+ - Upgraded `vite` from ^7.3.1 to ^8.0.0 for improved build performance and new features
13
+ - Upgraded `vitest` from ^4.0.18 to ^4.1.0
14
+ - Upgraded `@vitest/coverage-istanbul` from ^4.0.18 to ^4.1.0
15
+
3
16
  ## [9.0.1] - 2026-03-10
4
17
 
5
18
  ### ⬆️ Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/shades-lottie",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Lottie animation player wrapper for FuryStack Shades",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -38,10 +38,10 @@
38
38
  "homepage": "https://github.com/furystack/furystack",
39
39
  "devDependencies": {
40
40
  "typescript": "^5.9.3",
41
- "vitest": "^4.0.18"
41
+ "vitest": "^4.1.0"
42
42
  },
43
43
  "dependencies": {
44
- "@furystack/shades": "^13.1.0",
44
+ "@furystack/shades": "^13.1.1",
45
45
  "@lottiefiles/lottie-player": "^2.0.12"
46
46
  },
47
47
  "engines": {