@aivue/360-spin 1.0.1 → 1.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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.2] - 2025-12-09
9
+
10
+ ### Changed
11
+ - Re-published package with latest build
12
+ - Updated package metadata and documentation
13
+ - Ensured compatibility with latest Vue versions
14
+
15
+ ### Maintenance
16
+ - Rebuilt package with latest dependencies
17
+ - Verified npm package integrity
18
+ - Updated build configuration
19
+
8
20
  ## [1.0.1] - 2024-12-06
9
21
 
10
22
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aivue/360-spin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Interactive 360-degree product image spin component for Vue.js",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",