@dotcms/angular 1.1.1-next.5 → 1.1.1-next.7

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,11 +24,11 @@ The `@dotcms/angular` SDK is the DotCMS official Angular library. It empowers An
24
24
  - [Common Issues & Solutions](#common-issues--solutions)
25
25
  - [Debugging Tips](#debugging-tips)
26
26
  - [Still Having Issues?](#still-having-issues)
27
- - [dotCMS Support](#dotcms-support)
28
- - [How To Contribute](#how-to-contribute)
27
+ - [Support](#support)
28
+ - [Contributing](#contributing)
29
29
  - [Changelog](#changelog)
30
30
  - [v1.1.1](#111)
31
- - [Licensing Information](#licensing-information)
31
+ - [Licensing](#licensing)
32
32
 
33
33
  ## Prerequisites & Setup
34
34
 
@@ -772,7 +772,7 @@ If you're still experiencing problems after trying these solutions:
772
772
  - Error messages
773
773
  - Code samples
774
774
 
775
- ## dotCMS Support
775
+ ## Support
776
776
 
777
777
  We offer multiple channels to get help with the dotCMS Angular SDK:
778
778
 
@@ -788,9 +788,9 @@ When reporting issues, please include:
788
788
  - Minimal reproduction steps
789
789
  - Expected vs. actual behavior
790
790
 
791
- ## How To Contribute
791
+ ## Contributing
792
792
 
793
- GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the DotCMS UVE SDK! If you'd like to contribute, please follow these steps:
793
+ GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the dotCMS Angular SDK! If you'd like to contribute, please follow these steps:
794
794
 
795
795
  1. Fork the repository [dotCMS/core](https://github.com/dotCMS/core)
796
796
  2. Create a feature branch (`git checkout -b feature/amazing-feature`)
@@ -842,7 +842,7 @@ provideDotCMSClient({
842
842
  - Improved language-specific image handling
843
843
  - Better integration with Angular's `NgOptimizedImage` directive
844
844
 
845
- ### Licensing Information
845
+ ## Licensing
846
846
 
847
847
  dotCMS comes in multiple editions and as such is dual-licensed. The dotCMS Community Edition is licensed under the GPL 3.0 and is freely available for download, customization, and deployment for use within organizations of all stripes. dotCMS Enterprise Editions (EE) adds several enterprise features and is available via a supported, indemnified commercial license from dotCMS. For the differences between the editions, see [the feature page](http://www.dotcms.com/cms-platform/features).
848
848
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/angular",
3
- "version": "1.1.1-next.5",
3
+ "version": "1.1.1-next.7",
4
4
  "peerDependencies": {
5
5
  "rxjs": ">=7.0.0",
6
6
  "@angular/common": ">=17.0.0",