@work-rjkashyap/unified-ui 0.2.4 → 0.3.0

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 (3) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/bin/cli.mjs +1635 -4
  3. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
 
11
11
  ### 🚀 Features
12
12
 
13
+ - Add postpublish script for automatic tagging and changelog regeneration ([f07fbd7](https://github.com/imrj05/unified-ui/commit/f07fbd7e8ad0583d891a623c89db1ef952d90b8e))
13
14
  - Add Separator component with customizable styles and accessibility features ([a8320ae](https://github.com/imrj05/unified-ui/commit/a8320aea8c105b954b28e5c7d0ab73f22dfea085))
14
15
  - Add loading skeleton for themes page and enhance sidebar functionality
15
16
  - Implemented a loading skeleton component for the themes page to improve user experience during data fetching.
@@ -38,6 +39,7 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
38
39
 
39
40
  ### 🐛 Bug Fixes
40
41
 
42
+ - Update exports in unified-ui dist file to include new components and variants ([44145eb](https://github.com/imrj05/unified-ui/commit/44145ebee0f7081beb1b9ada91e0205fced098e5))
41
43
  - Enhance changelog script to scan all commits if no tags are found ([fdbb105](https://github.com/imrj05/unified-ui/commit/fdbb105c47e4afa1f999b0eddfe884a903b76466))
42
44
  - Update component links from /docs/components to /components ([d511280](https://github.com/imrj05/unified-ui/commit/d511280063616413efb9235d81d21eabf467b2ca))
43
45
 
@@ -52,6 +54,10 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
52
54
 
53
55
  ### 🏗️ Miscellaneous
54
56
 
57
+ - **changelog:** Auto-update unreleased entries [skip ci] ([4dc43b0](https://github.com/imrj05/unified-ui/commit/4dc43b053de38b769c2c407bb4de375e2d1bb110))
58
+ - **changelog:** Auto-update unreleased entries [skip ci] ([bf93189](https://github.com/imrj05/unified-ui/commit/bf931896586457223f5e2a60cbbae2955ecb202d))
59
+ - **changelog:** Auto-update unreleased entries [skip ci] ([2c133db](https://github.com/imrj05/unified-ui/commit/2c133dbc6225bde8a5e95320b6e3c857afa7038c))
60
+ - Update package version to 0.2.4 and correct homepage URL ([e055e60](https://github.com/imrj05/unified-ui/commit/e055e6044a0870dde83a4788158f0fe24ae15544))
55
61
  - **changelog:** Auto-update unreleased entries [skip ci] ([29ba39b](https://github.com/imrj05/unified-ui/commit/29ba39bfb6657de25e35aec17a2318a8c309a029))
56
62
  - **changelog:** Auto-update unreleased entries [skip ci] ([ea0ff88](https://github.com/imrj05/unified-ui/commit/ea0ff88e24c5bfa919db43f313b679b4c69dad1a))
57
63
  - **changelog:** Auto-update unreleased entries [skip ci] ([e5002e4](https://github.com/imrj05/unified-ui/commit/e5002e412e06361d1f6e71ace066f354b38ee631))
@@ -65,6 +71,7 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
65
71
 
66
72
  ### Other
67
73
 
74
+ - Merge branch 'main' of github.com:imrj05/unified-ui ([b302e8c](https://github.com/imrj05/unified-ui/commit/b302e8c88b687281ddb5e226d78787a98990b794))
68
75
  - Merge pull request #1 from imrj05/vercel/vercel-web-analytics-to-nextjs-g6zfpb
69
76
 
70
77
  Add Vercel Web Analytics to Next.js ([#1](https://github.com/imrj05/unified-ui/issues/1)) ([ce8670a](https://github.com/imrj05/unified-ui/commit/ce8670a5682780d1f6ef58eb880ef5a414edcb68))