@rxap/ngx-localize 18.0.3-dev.0 → 18.0.3-dev.1

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 CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [18.0.3-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.3-dev.0...@rxap/ngx-localize@18.0.3-dev.1) (2024-06-21)
7
+
8
+ **Note:** Version bump only for package @rxap/ngx-localize
9
+
6
10
  ## [18.0.3-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.2...@rxap/ngx-localize@18.0.3-dev.0) (2024-06-20)
7
11
 
8
12
  **Note:** Version bump only for package @rxap/ngx-localize
package/README.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ![NPM](https://img.shields.io/npm/l/@rxap/ngx-localize)
9
9
 
10
10
  - [Installation](#installation)
11
+ - [Generators](#generators)
11
12
 
12
13
  # Installation
13
14
 
@@ -17,5 +18,17 @@ yarn add @rxap/ngx-localize
17
18
  ```
18
19
  **Install peer dependencies:**
19
20
  ```bash
20
- yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.1.0 @rxap/ngx-user@^18.0.2 rxjs@^7.8.1
21
+ yarn add @angular/common@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.1.1-dev.0 @rxap/ngx-user@^18.0.3-dev.0 rxjs@^7.8.1
22
+ ```
23
+ **Execute the init generator:**
24
+ ```bash
25
+ yarn nx g @rxap/ngx-localize:init
26
+ ```
27
+ # Generators
28
+
29
+ ## init
30
+ > Initialize the package in the workspace
31
+
32
+ ```bash
33
+ yarn nx g @rxap/ngx-localize:init
21
34
  ```
@@ -85,6 +85,8 @@
85
85
  <h1>Change Log</h1>
86
86
  <p>All notable changes to this project will be documented in this file.
87
87
  See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
88
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.3-dev.0...@rxap/ngx-localize@18.0.3-dev.1">18.0.3-dev.1</a> (2024-06-21)</h2>
89
+ <p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
88
90
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.2...@rxap/ngx-localize@18.0.3-dev.0">18.0.3-dev.0</a> (2024-06-20)</h2>
89
91
  <p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
90
92
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@18.0.2-dev.2...@rxap/ngx-localize@18.0.2">18.0.2</a> (2024-06-18)</h2>
@@ -100,6 +100,8 @@
100
100
  <li class="breadcrumb-item">Dependencies</li>
101
101
  </ol>
102
102
  <ul class="dependencies-list">
103
+ <li>
104
+ <b>@nx/devkit</b> : 19.3.0</li>
103
105
  <li>
104
106
  <b>tslib</b> : 2.6.2</li>
105
107
  </ul>
@@ -115,9 +117,9 @@
115
117
  <li>
116
118
  <b>@angular/core</b> : ^18.0.1</li>
117
119
  <li>
118
- <b>@rxap/config</b> : ^18.1.0</li>
120
+ <b>@rxap/config</b> : ^18.1.1-dev.0</li>
119
121
  <li>
120
- <b>@rxap/ngx-user</b> : ^18.0.2</li>
122
+ <b>@rxap/ngx-user</b> : ^18.0.3-dev.0</li>
121
123
  <li>
122
124
  <b>rxjs</b> : ^7.8.1</li>
123
125
  </ul>
@@ -91,11 +91,18 @@
91
91
  <img src="https://img.shields.io/npm/l/@rxap/ngx-localize" alt="NPM" class="img-responsive"></p>
92
92
  <ul>
93
93
  <li><a href="#installation">Installation</a></li>
94
+ <li><a href="#generators">Generators</a></li>
94
95
  </ul>
95
96
  <h1>Installation</h1>
96
97
  <p><strong>Add the package to your workspace:</strong></p>
97
98
  <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;rxap/ngx-localize</code></pre></div><p><strong>Install peer dependencies:</strong></p>
98
- <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^18.0.1 &#64;angular/core&#64;^18.0.1 &#64;rxap/config&#64;^18.1.0 &#64;rxap/ngx-user&#64;^18.0.2 rxjs&#64;^7.8.1 </code></pre></div>
99
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^18.0.1 &#64;angular/core&#64;^18.0.1 &#64;rxap/config&#64;^18.1.1-dev.0 &#64;rxap/ngx-user&#64;^18.0.3-dev.0 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
100
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g &#64;rxap/ngx-localize:init</code></pre></div><h1>Generators</h1>
101
+ <h2>init</h2>
102
+ <blockquote>
103
+ <p>Initialize the package in the workspace</p>
104
+ </blockquote>
105
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g &#64;rxap/ngx-localize:init</code></pre></div>
99
106
 
100
107
 
101
108