Skip to content

Commit 79c0262

Browse files
author
Nxext Bot
committed
chore(release): publish
- project: ionic-angular 20.1.0 - project: ionic-react 20.1.0 - project: capacitor 20.2.0 - project: sveltekit 20.1.0 - project: stencil 20.1.0 - project: common 20.1.0 - project: preact 20.1.0 - project: svelte 20.1.0 - project: solid 20.1.0
1 parent d1df91d commit 79c0262

File tree

18 files changed

+139
-13
lines changed

18 files changed

+139
-13
lines changed

packages/capacitor/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 20.2.0 (2025-06-11)
2+
3+
### 🚀 Features
4+
5+
- 1184 add nx 21 support ([4a20602b](https://github.com/nxext/nx-extensions/commit/4a20602b))
6+
7+
### 🩹 Fixes
8+
9+
- **url:** update docs url ([d78117cf](https://github.com/nxext/nx-extensions/commit/d78117cf))
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated common to 20.1.0
14+
15+
### ❤️ Thank You
16+
17+
- Abdelaziz Bennouna
18+
- Paweł Twardziak
19+
120
## 20.1.0 (2024-12-09)
221

322
### 🚀 Features

packages/capacitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/capacitor",
3-
"version": "20.1.0",
3+
"version": "20.2.0",
44
"description": "An Nx plugin for developing cross-platform applications using Capacitor",
55
"homepage": "https://nxext.dev/docs/capacitor/overview.html",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"builders": "./executors.json",
2424
"dependencies": {
2525
"tslib": "^2.3.0",
26-
"@nxext/common": "20.0.1",
26+
"@nxext/common": "20.1.0",
2727
"@nx/devkit": "^21.0.0",
2828
"nx": "^21.0.0",
2929
"@nx/js": "^21.0.0",

packages/common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.1.0 (2025-06-11)
2+
3+
### 🚀 Features
4+
5+
- 1184 add nx 21 support ([4a20602b](https://github.com/nxext/nx-extensions/commit/4a20602b))
6+
7+
### ❤️ Thank You
8+
9+
- Paweł Twardziak
10+
111
## 20.0.1 (2024-10-21)
212

313
### 🩹 Fixes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/common",
3-
"version": "20.0.1",
3+
"version": "20.1.0",
44
"description": "Common utilities for Nxext Nx plugins",
55
"author": {
66
"name": "Gion Kunz",

packages/ionic-angular/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 20.1.0 (2025-06-11)
2+
3+
### 🚀 Features
4+
5+
- 1184 add nx 21 support ([4a20602b](https://github.com/nxext/nx-extensions/commit/4a20602b))
6+
7+
### 🩹 Fixes
8+
9+
- **url:** update docs url ([ac5f9110](https://github.com/nxext/nx-extensions/commit/ac5f9110))
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated capacitor to 20.2.0
14+
15+
### ❤️ Thank You
16+
17+
- Abdelaziz Bennouna
18+
- Paweł Twardziak
19+
120
## 20.0.5 (2024-12-09)
221

322
### 🧱 Updated Dependencies

packages/ionic-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxext/ionic-angular",
33
"description": "An Nx plugin for developing Ionic Angular applications",
4-
"version": "20.0.5",
4+
"version": "20.1.0",
55
"homepage": "https://nxext.dev/docs/ionic-angular/overview.html",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"schematics": "./generators.json",
2121
"builders": "./executors.json",
2222
"dependencies": {
23-
"@nxext/capacitor": "20.1.0",
23+
"@nxext/capacitor": "20.2.0",
2424
"tslib": "^2.3.0",
2525
"@nx/devkit": "^21.0.0",
2626
"@nx/js": "^21.0.0",

packages/ionic-react/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 20.1.0 (2025-06-11)
2+
3+
### 🚀 Features
4+
5+
- 1184 add nx 21 support ([4a20602b](https://github.com/nxext/nx-extensions/commit/4a20602b))
6+
7+
### 🩹 Fixes
8+
9+
- **url:** update docs url ([035d8eda](https://github.com/nxext/nx-extensions/commit/035d8eda))
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated capacitor to 20.2.0
14+
15+
### ❤️ Thank You
16+
17+
- Abdelaziz Bennouna
18+
- Paweł Twardziak
19+
120
## 20.0.3 (2024-12-09)
221

322
### 🧱 Updated Dependencies

packages/ionic-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/ionic-react",
3-
"version": "20.0.3",
3+
"version": "20.1.0",
44
"description": "An Nx plugin for developing Ionic React applications and libraries",
55
"homepage": "https://nxext.dev/docs/ionic-react/overview.html",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"schematics": "./generators.json",
2121
"builders": "./executors.json",
2222
"dependencies": {
23-
"@nxext/capacitor": "20.1.0",
23+
"@nxext/capacitor": "20.2.0",
2424
"tslib": "^2.3.0",
2525
"@nx/devkit": "^21.0.0",
2626
"@nx/js": "^21.0.0"

packages/preact/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.1.0 (2025-06-11)
2+
3+
### 🚀 Features
4+
5+
- 1184 add nx 21 support ([4a20602b](https://github.com/nxext/nx-extensions/commit/4a20602b))
6+
7+
### ❤️ Thank You
8+
9+
- Paweł Twardziak
10+
111
## 20.0.3 (2024-10-21)
212

313
### 🩹 Fixes

packages/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/preact",
3-
"version": "20.0.3",
3+
"version": "20.1.0",
44
"license": "MIT",
55
"author": "Jordan Hall",
66
"description": "Nx plugin for preact",

0 commit comments

Comments
 (0)