Skip to content

Commit 67f4076

Browse files
author
Nxext Bot
committed
chore(release): publish
- project: ionic-angular 20.0.0 - project: ionic-react 20.0.0 - project: capacitor 20.0.0 - project: sveltekit 20.0.0 - project: stencil 20.0.0 - project: preact 20.0.0 - project: svelte 20.0.0 - project: solid 20.0.0
1 parent b6104d2 commit 67f4076

16 files changed

+130
-10
lines changed

packages/capacitor/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2024-10-14)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."
10+
11+
### ❤️ Thank You
12+
13+
- pawel-twardziak
14+
115
## 19.1.2 (2024-10-08)
216

317

packages/capacitor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/capacitor",
3-
"version": "19.1.2",
3+
"version": "20.0.0",
44
"description": "An Nx plugin for developing cross-platform applications using Capacitor",
55
"homepage": "https://nxext.github.io/nx-extensions/docs/capacitor/getting-started.html",
66
"repository": {

packages/ionic-angular/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 20.0.0 (2024-10-14)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated capacitor to 20.0.0
14+
15+
### ❤️ Thank You
16+
17+
- pawel-twardziak
18+
119
## 19.1.2 (2024-10-08)
220

321

packages/ionic-angular/package.json

+2-2
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": "19.1.2",
4+
"version": "20.0.0",
55
"homepage": "https://nxext.github.io/nx-extensions/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": "^19.1.2",
23+
"@nxext/capacitor": "^20.0.0",
2424
"tslib": "^2.3.0",
2525
"typescript": "5.5.4",
2626
"@phenomnomnominal/tsquery": "~5.0.1"

packages/ionic-react/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 20.0.0 (2024-10-14)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated capacitor to 20.0.0
14+
15+
### ❤️ Thank You
16+
17+
- pawel-twardziak
18+
119
## 19.1.2 (2024-10-08)
220

321

packages/ionic-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/ionic-react",
3-
"version": "19.1.2",
3+
"version": "20.0.0",
44
"description": "An Nx plugin for developing Ionic React applications and libraries",
55
"homepage": "https://nxext.github.io/nx-extensions/docs/ionic-react/overview.html",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"schematics": "./generators.json",
2121
"builders": "./executors.json",
2222
"dependencies": {
23-
"@nxext/capacitor": "^19.1.2",
23+
"@nxext/capacitor": "^20.0.0",
2424
"tslib": "^2.3.0"
2525
},
2626
"peerDependencies": {

packages/preact/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2024-10-14)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."
10+
11+
### ❤️ Thank You
12+
13+
- pawel-twardziak
14+
115
## 19.0.2 (2024-10-10)
216

317

packages/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/preact",
3-
"version": "19.0.2",
3+
"version": "20.0.0",
44
"license": "MIT",
55
"author": "Jordan Hall",
66
"description": "Nx plugin for preact",

packages/solid/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2024-10-14)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."
10+
11+
### ❤️ Thank You
12+
13+
- pawel-twardziak
14+
115
## 19.0.2 (2024-10-10)
216

317

packages/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/solid",
3-
"version": "19.0.2",
3+
"version": "20.0.0",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for solid",

packages/stencil/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2024-10-14)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."
10+
11+
### ❤️ Thank You
12+
13+
- pawel-twardziak
14+
115
## 19.0.2 (2024-10-08)
216

317

packages/stencil/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/stencil",
3-
"version": "19.0.2",
3+
"version": "20.0.0",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for stenciljs",

packages/svelte/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2024-10-14)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."
10+
11+
### ❤️ Thank You
12+
13+
- pawel-twardziak
14+
115
## 19.0.2 (2024-10-10)
216

317

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/svelte",
3-
"version": "19.0.2",
3+
"version": "20.0.0",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for Svelte",

packages/sveltekit/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2024-10-14)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."
10+
11+
### ❤️ Thank You
12+
13+
- pawel-twardziak
14+
115
## 19.0.2 (2024-10-10)
216

317

packages/sveltekit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/sveltekit",
3-
"version": "19.0.2",
3+
"version": "20.0.0",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for Sveltekit",

0 commit comments

Comments
 (0)