Skip to content

Commit bf67ed1

Browse files
committed
Update to version 0.15.0 with Angular 19.2 support
Bump package versions to 0.15.0 and upgrade Angular dependencies to 19.2.x. Update documentation to include the new version alongside its changelog entry.
1 parent 889b2d2 commit bf67ed1

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "red-zoom",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/demo/src/app/documentation/documentation.component.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ <h2>Compatibility</h2>
155155
</tr>
156156
</tbody>
157157
<tbody>
158+
<tr>
159+
<td>0.15.0</td>
160+
<td>19.2.x</td>
161+
</tr>
158162
<tr>
159163
<td>0.14.0</td>
160164
<td>18.1.x</td>
@@ -184,6 +188,16 @@ <h2>Compatibility</h2>
184188

185189
<h2>Changelog</h2>
186190
<ul class="changelog">
191+
<li class="changelog__item">
192+
<div class="changelog__title">
193+
<span class="changelog__number">Version 0.15.0</span>
194+
<span class="changelog__date">May 20, 2025</span>
195+
</div>
196+
197+
<ul class="changelog__list">
198+
<li>Updated: Angular from 18.0 to 19.2</li>
199+
</ul>
200+
</li>
187201
<li class="changelog__item">
188202
<div class="changelog__title">
189203
<span class="changelog__number">Version 0.14.0</span>

projects/ngx-red-zoom/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"directory": "projects/ngx-red-zoom"
1616
},
1717
"license": "MIT",
18-
"version": "0.14.0",
18+
"version": "0.15.0",
1919
"peerDependencies": {
20-
"@angular/common": "^18.1.0",
21-
"@angular/core": "^18.1.0"
20+
"@angular/common": "^19.2.0",
21+
"@angular/core": "^19.2.0"
2222
},
2323
"dependencies": {
2424
"tslib": "^2.3.0"
2525
},
2626
"sideEffects": false
27-
}
27+
}

0 commit comments

Comments
 (0)