Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 420c328

Browse files
committed
chore(nxext): version bump to 17
1 parent eb27674 commit 420c328

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/capacitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/capacitor",
3-
"version": "16.7.0",
3+
"version": "17.0.0",
44
"description": "An Nx plugin for developing cross-platform applications using Capacitor",
55
"author": {
66
"name": "Devin Shoemaker",
@@ -29,4 +29,4 @@
2929
"peerDependencies": {
3030
"@nx/web": "17.1.1"
3131
}
32-
}
32+
}

packages/ionic-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/ionic-angular",
3-
"version": "16.7.0",
3+
"version": "17.0.0",
44
"description": "An Nx plugin for developing Ionic React applications and libraries",
55
"author": {
66
"name": "Devin Shoemaker",
@@ -26,7 +26,7 @@
2626
"builders": "./executors.json",
2727
"dependencies": {
2828
"tslib": "^2.3.0",
29-
"@nxext/capacitor": "^16.7.0",
29+
"@nxext/capacitor": "^17.0.0",
3030
"@phenomnomnominal/tsquery": "~5.0.1",
3131
"@nx/devkit": "17.1.1",
3232
"typescript": "5.2.2"
@@ -35,4 +35,4 @@
3535
"@nx/angular": "17.1.1",
3636
"@nx/eslint": "17.1.1"
3737
}
38-
}
38+
}

packages/ionic-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/ionic-react",
3-
"version": "16.7.0",
3+
"version": "17.0.0",
44
"description": "An Nx plugin for developing Ionic React applications and libraries",
55
"author": {
66
"name": "Devin Shoemaker",
@@ -26,7 +26,7 @@
2626
"builders": "./executors.json",
2727
"dependencies": {
2828
"tslib": "^2.3.0",
29-
"@nxext/capacitor": "^16.7.0",
29+
"@nxext/capacitor": "^17.0.0",
3030
"@nx/devkit": "17.1.1",
3131
"typescript": "5.2.2"
3232
},
@@ -35,4 +35,4 @@
3535
"@phenomnomnominal/tsquery": "~5.0.1",
3636
"@nx/eslint": "17.1.1"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)