quick-links-infinite 0.0.4 → 0.0.6

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/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # Changelog
2
+
3
+ ### Updated
4
+ - Updated the URLs of some quick links to ensure they redirect to the correct and latest destinations.
5
+ - Revised the quick links list to reflect recent changes and improve user navigation.
package/README.md CHANGED
@@ -64,4 +64,4 @@ For more information on using the Angular CLI, including detailed command refere
64
64
 
65
65
  ## Changelog
66
66
 
67
- For detailed information about changes in each version, please check the [CHANGELOG](./CHANGELOG.md)
67
+ For detailed information about changes in each version, please check the [CHANGELOG](CHANGELOG.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quick-links-infinite",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"