@umituz/atomic-next 1.8.2 β†’ 1.8.3

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -445,7 +445,7 @@ npm run test:watch
445
445
 
446
446
  ## πŸ“š Documentation
447
447
 
448
- Visit our [documentation site](https://atomic-next.umituz.com) for:
448
+ Visit our [documentation site](https://umituz.com/opensource/atomic-next) for:
449
449
 
450
450
  - **Interactive Component Playground**
451
451
  - **Complete API Documentation**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/atomic-next",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "A comprehensive atomic design system specifically built for Next.js applications with Server/Client Component separation, built-in optimizations, and semantic HTML support.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "author": "Ümit UZ <umit@umituz.com>",
42
42
  "license": "MIT",
43
- "homepage": "https://github.com/umituz/atomic-next",
43
+ "homepage": "https://umituz.com/opensource/atomic-next",
44
44
  "repository": {
45
45
  "type": "git",
46
46
  "url": "git+https://github.com/umituz/atomic-next.git"