Skip to content

Commit b656825

Browse files
author
Nxext Bot
committed
chore(release): publish
- project: ionic-angular 19.1.1 - project: ionic-react 19.1.1 - project: capacitor 19.1.1 - project: sveltekit 19.0.1 - project: stencil 19.0.1 - project: preact 19.0.1 - project: svelte 19.0.1 - project: solid 19.0.1
1 parent b4b43c0 commit b656825

16 files changed

+113
-10
lines changed

packages/capacitor/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 19.1.1 (2024-10-07)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **capacitor:** add `@capacitor/app` dependency ([842418f2](https://github.com/nxext/nx-extensions/commit/842418f2))
7+
8+
- **capacitor:** support standalone workspaces ([7ff4baf8](https://github.com/nxext/nx-extensions/commit/7ff4baf8))
9+
10+
11+
### ❤️ Thank You
12+
13+
- Edouard Bozon @edbzn
14+
115
# Changelog
216

317
# 13.0.0

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.0",
3+
"version": "19.1.1",
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

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 19.1.1 (2024-10-07)
2+
3+
4+
### 🩹 Fixes
5+
6+
- **ionic-angular:** use the prefix for components ([b084cd97](https://github.com/nxext/nx-extensions/commit/b084cd97))
7+
8+
- **ionic-angular:** add missing capacitor plugins ([7b39d7df](https://github.com/nxext/nx-extensions/commit/7b39d7df))
9+
10+
- **ionic-angular:** resolve routes import correctly ([e447abc4](https://github.com/nxext/nx-extensions/commit/e447abc4))
11+
12+
- **ionic-angular:** move main.ts to src ([104065eb](https://github.com/nxext/nx-extensions/commit/104065eb))
13+
14+
- **ionic-angular:** update jest config to work with ionic ([91003d18](https://github.com/nxext/nx-extensions/commit/91003d18))
15+
16+
- **ionic-angular:** update jest config correctly ([b0a6ef82](https://github.com/nxext/nx-extensions/commit/b0a6ef82))
17+
18+
19+
### 🧱 Updated Dependencies
20+
21+
- Updated capacitor to 19.1.1
22+
23+
24+
### ❤️ Thank You
25+
26+
- Edouard Bozon @edbzn
27+
128
# Changelog
229

330
# 14.0.0

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.0",
4+
"version": "19.1.1",
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.0",
23+
"@nxext/capacitor": "^19.1.1",
2424
"@nx/devkit": "^19.0.0",
2525
"@nx/angular": "^19.0.0",
2626
"tslib": "^2.3.0",

packages/ionic-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 19.1.1 (2024-10-07)
2+
3+
4+
### 🧱 Updated Dependencies
5+
6+
- Updated capacitor to 19.1.1
7+
18
# Changelog
29

310
# 14.0.0

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.0",
3+
"version": "19.1.1",
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.0",
23+
"@nxext/capacitor": "^19.1.1",
2424
"@nx/devkit": "^19.0.0",
2525
"tslib": "^2.3.0"
2626
},

packages/preact/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 19.0.1 (2024-10-07)
2+
3+
4+
### 🩹 Fixes
5+
6+
- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Edouard Bozon @edbzn

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.0",
3+
"version": "19.0.1",
44
"license": "MIT",
55
"author": "Jordan Hall",
66
"description": "Nx plugin for preact",

packages/solid/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 19.0.1 (2024-10-07)
2+
3+
4+
### 🩹 Fixes
5+
6+
- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Edouard Bozon @edbzn

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.0",
3+
"version": "19.0.1",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for solid",

packages/stencil/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 19.0.1 (2024-10-07)
2+
3+
4+
### 🩹 Fixes
5+
6+
- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Edouard Bozon @edbzn

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.0",
3+
"version": "19.0.1",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for stenciljs",

packages/svelte/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 19.0.1 (2024-10-07)
2+
3+
4+
### 🩹 Fixes
5+
6+
- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Edouard Bozon @edbzn

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.0",
3+
"version": "19.0.1",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for Svelte",

packages/sveltekit/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 19.0.1 (2024-10-07)
2+
3+
4+
### 🩹 Fixes
5+
6+
- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Edouard Bozon @edbzn

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.0",
3+
"version": "19.0.1",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for Sveltekit",

0 commit comments

Comments
 (0)