File tree 16 files changed +113
-10
lines changed
16 files changed +113
-10
lines changed Original file line number Diff line number Diff line change
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
+
1
15
# Changelog
2
16
3
17
# 13.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nxext/capacitor" ,
3
- "version" : " 19.1.0 " ,
3
+ "version" : " 19.1.1 " ,
4
4
"description" : " An Nx plugin for developing cross-platform applications using Capacitor" ,
5
5
"homepage" : " https://nxext.github.io/nx-extensions/docs/capacitor/getting-started.html" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change
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
+
1
28
# Changelog
2
29
3
30
# 14.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nxext/ionic-angular" ,
3
3
"description" : " An Nx plugin for developing Ionic Angular applications" ,
4
- "version" : " 19.1.0 " ,
4
+ "version" : " 19.1.1 " ,
5
5
"homepage" : " https://nxext.github.io/nx-extensions/docs/ionic-angular/overview.html" ,
6
6
"repository" : {
7
7
"type" : " git" ,
20
20
"schematics" : " ./generators.json" ,
21
21
"builders" : " ./executors.json" ,
22
22
"dependencies" : {
23
- "@nxext/capacitor" : " ^19.1.0 " ,
23
+ "@nxext/capacitor" : " ^19.1.1 " ,
24
24
"@nx/devkit" : " ^19.0.0" ,
25
25
"@nx/angular" : " ^19.0.0" ,
26
26
"tslib" : " ^2.3.0" ,
Original file line number Diff line number Diff line change
1
+ ## 19.1.1 (2024-10-07)
2
+
3
+
4
+ ### 🧱 Updated Dependencies
5
+
6
+ - Updated capacitor to 19.1.1
7
+
1
8
# Changelog
2
9
3
10
# 14.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nxext/ionic-react" ,
3
- "version" : " 19.1.0 " ,
3
+ "version" : " 19.1.1 " ,
4
4
"description" : " An Nx plugin for developing Ionic React applications and libraries" ,
5
5
"homepage" : " https://nxext.github.io/nx-extensions/docs/ionic-react/overview.html" ,
6
6
"repository" : {
20
20
"schematics" : " ./generators.json" ,
21
21
"builders" : " ./executors.json" ,
22
22
"dependencies" : {
23
- "@nxext/capacitor" : " ^19.1.0 " ,
23
+ "@nxext/capacitor" : " ^19.1.1 " ,
24
24
"@nx/devkit" : " ^19.0.0" ,
25
25
"tslib" : " ^2.3.0"
26
26
},
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nxext/preact" ,
3
- "version" : " 19.0.0 " ,
3
+ "version" : " 19.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Jordan Hall" ,
6
6
"description" : " Nx plugin for preact" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nxext/solid" ,
3
- "version" : " 19.0.0 " ,
3
+ "version" : " 19.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Dominik Pieper" ,
6
6
"description" : " Nx plugin for solid" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nxext/stencil" ,
3
- "version" : " 19.0.0 " ,
3
+ "version" : " 19.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Dominik Pieper" ,
6
6
"description" : " Nx plugin for stenciljs" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nxext/svelte" ,
3
- "version" : " 19.0.0 " ,
3
+ "version" : " 19.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Dominik Pieper" ,
6
6
"description" : " Nx plugin for Svelte" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nxext/sveltekit" ,
3
- "version" : " 19.0.0 " ,
3
+ "version" : " 19.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Dominik Pieper" ,
6
6
"description" : " Nx plugin for Sveltekit" ,
You can’t perform that action at this time.
0 commit comments