@umituz/atomic-next 2.0.1 → 2.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.
package/dist/index.js CHANGED
@@ -37,7 +37,7 @@ var Image2__default = /*#__PURE__*/_interopDefault(Image2);
37
37
  var Link__default = /*#__PURE__*/_interopDefault(Link);
38
38
 
39
39
  /**
40
- * @umituz/atomic-next v2.0.0
40
+ * @umituz/atomic-next
41
41
  * Atomic design system for Next.js
42
42
  * https://umituz.com/opensource/atomic-next
43
43
  */
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import Image2 from 'next/image';
10
10
  import Link from 'next/link';
11
11
 
12
12
  /**
13
- * @umituz/atomic-next v2.0.0
13
+ * @umituz/atomic-next
14
14
  * Atomic design system for Next.js
15
15
  * https://umituz.com/opensource/atomic-next
16
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/atomic-next",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A comprehensive atomic design system for Next.js with Server/Client Component separation, built-in optimizations, and semantic HTML support.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",