Skip to content

Commit

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

- project: ionic-react 20.0.2

- project: capacitor 20.0.2
  • Loading branch information
Nxext Bot committed Nov 4, 2024
1 parent 2dfe07b commit af13234
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/capacitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 20.0.2 (2024-11-04)

### 🩹 Fixes

- **capacitor:** align default web-dir for esbuild executor ([df7d67d8](https://github.com/nxext/nx-extensions/commit/df7d67d8))
- **capacitor:** align default web-dir for esbuild executor ([25160590](https://github.com/nxext/nx-extensions/commit/25160590))

### ❤️ Thank You

- Paweł Twardziak

## 20.0.1 (2024-10-15)

### 🩹 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.1",
"version": "20.0.2",
"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.3 (2024-11-04)

### 🧱 Updated Dependencies

- Updated capacitor to 20.0.2

## 20.0.2 (2024-10-21)

### 🩹 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.2",
"version": "20.0.3",
"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.1",
"@nxext/capacitor": "^20.0.2",
"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.2 (2024-11-04)

### 🧱 Updated Dependencies

- Updated capacitor to 20.0.2

## 20.0.1 (2024-10-15)

### 🩹 Fixes
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.1",
"version": "20.0.2",
"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.1",
"@nxext/capacitor": "^20.0.2",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit af13234

Please sign in to comment.