Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: ionic-angular 20.0.5

- project: ionic-react 20.0.3

- project: capacitor 20.1.0
  • Loading branch information
Nxext Bot committed Dec 9, 2024
1 parent b245d3c commit f567156
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
10 changes: 10 additions & 0 deletions packages/capacitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 20.1.0 (2024-12-09)

### 🚀 Features

- **capacitor:** add inference plugin ([6f2d7a51](https://github.com/nxext/nx-extensions/commit/6f2d7a51))

### ❤️ Thank You

- Edouard Bozon @edbzn

## 20.0.2 (2024-11-04)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/capacitor",
"version": "20.0.2",
"version": "20.1.0",
"description": "An Nx plugin for developing cross-platform applications using Capacitor",
"homepage": "https://nxext.github.io/nx-extensions/docs/capacitor/getting-started.html",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ionic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 20.0.5 (2024-12-09)

### 🧱 Updated Dependencies

- Updated capacitor to 20.1.0

## 20.0.4 (2024-12-04)

### 🩹 Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/ionic-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxext/ionic-angular",
"description": "An Nx plugin for developing Ionic Angular applications",
"version": "20.0.4",
"version": "20.0.5",
"homepage": "https://nxext.github.io/nx-extensions/docs/ionic-angular/overview.html",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"schematics": "./generators.json",
"builders": "./executors.json",
"dependencies": {
"@nxext/capacitor": "^20.0.2",
"@nxext/capacitor": "^20.1.0",
"tslib": "^2.3.0",
"typescript": "^5.4.2",
"@phenomnomnominal/tsquery": "~5.0.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/ionic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 20.0.3 (2024-12-09)

### 🧱 Updated Dependencies

- Updated capacitor to 20.1.0

## 20.0.2 (2024-11-04)

### 🧱 Updated Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/ionic-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/ionic-react",
"version": "20.0.2",
"version": "20.0.3",
"description": "An Nx plugin for developing Ionic React applications and libraries",
"homepage": "https://nxext.github.io/nx-extensions/docs/ionic-react/overview.html",
"repository": {
Expand All @@ -20,7 +20,7 @@
"schematics": "./generators.json",
"builders": "./executors.json",
"dependencies": {
"@nxext/capacitor": "^20.0.2",
"@nxext/capacitor": "^20.1.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit f567156

Please sign in to comment.