Skip to content

Commit f567156

Browse files
author
Nxext Bot
committed
chore(release): publish
- project: ionic-angular 20.0.5 - project: ionic-react 20.0.3 - project: capacitor 20.1.0
1 parent b245d3c commit f567156

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-5
lines changed

packages/capacitor/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.1.0 (2024-12-09)
2+
3+
### 🚀 Features
4+
5+
- **capacitor:** add inference plugin ([6f2d7a51](https://github.com/nxext/nx-extensions/commit/6f2d7a51))
6+
7+
### ❤️ Thank You
8+
9+
- Edouard Bozon @edbzn
10+
111
## 20.0.2 (2024-11-04)
212

313
### 🩹 Fixes

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": "20.0.2",
3+
"version": "20.1.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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 20.0.5 (2024-12-09)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated capacitor to 20.1.0
6+
17
## 20.0.4 (2024-12-04)
28

39
### 🩹 Fixes

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": "20.0.4",
4+
"version": "20.0.5",
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": "^20.0.2",
23+
"@nxext/capacitor": "^20.1.0",
2424
"tslib": "^2.3.0",
2525
"typescript": "^5.4.2",
2626
"@phenomnomnominal/tsquery": "~5.0.1"

packages/ionic-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 20.0.3 (2024-12-09)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated capacitor to 20.1.0
6+
17
## 20.0.2 (2024-11-04)
28

39
### 🧱 Updated Dependencies

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": "20.0.2",
3+
"version": "20.0.3",
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": "^20.0.2",
23+
"@nxext/capacitor": "^20.1.0",
2424
"tslib": "^2.3.0"
2525
},
2626
"peerDependencies": {

0 commit comments

Comments
 (0)