Skip to content

Commit

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

- project: ionic-react 19.1.1

- project: capacitor 19.1.1

- project: sveltekit 19.0.1

- project: stencil 19.0.1

- project: preact 19.0.1

- project: svelte 19.0.1

- project: solid 19.0.1
  • Loading branch information
Nxext Bot committed Oct 6, 2024
1 parent 5539123 commit bebc600
Show file tree
Hide file tree
Showing 16 changed files with 113 additions and 10 deletions.
14 changes: 14 additions & 0 deletions packages/capacitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 19.1.1 (2024-10-06)


### 🩹 Fixes

- **capacitor:** add `@capacitor/app` dependency ([842418f2](https://github.com/nxext/nx-extensions/commit/842418f2))

- **capacitor:** support standalone workspaces ([7ff4baf8](https://github.com/nxext/nx-extensions/commit/7ff4baf8))


### ❤️ Thank You

- Edouard Bozon @edbzn

# Changelog

# 13.0.0
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": "19.1.0",
"version": "19.1.1",
"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
27 changes: 27 additions & 0 deletions packages/ionic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 19.1.1 (2024-10-06)


### 🩹 Fixes

- **ionic-angular:** use the prefix for components ([b084cd97](https://github.com/nxext/nx-extensions/commit/b084cd97))

- **ionic-angular:** add missing capacitor plugins ([7b39d7df](https://github.com/nxext/nx-extensions/commit/7b39d7df))

- **ionic-angular:** resolve routes import correctly ([e447abc4](https://github.com/nxext/nx-extensions/commit/e447abc4))

- **ionic-angular:** move main.ts to src ([104065eb](https://github.com/nxext/nx-extensions/commit/104065eb))

- **ionic-angular:** update jest config to work with ionic ([91003d18](https://github.com/nxext/nx-extensions/commit/91003d18))

- **ionic-angular:** update jest config correctly ([b0a6ef82](https://github.com/nxext/nx-extensions/commit/b0a6ef82))


### 🧱 Updated Dependencies

- Updated capacitor to 19.1.1


### ❤️ Thank You

- Edouard Bozon @edbzn

# Changelog

# 14.0.0
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": "19.1.0",
"version": "19.1.1",
"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": "^19.1.0",
"@nxext/capacitor": "^19.1.1",
"@nx/devkit": "^19.0.0",
"@nx/angular": "^19.0.0",
"tslib": "^2.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ionic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 19.1.1 (2024-10-06)


### 🧱 Updated Dependencies

- Updated capacitor to 19.1.1

# Changelog

# 14.0.0
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": "19.1.0",
"version": "19.1.1",
"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": "^19.1.0",
"@nxext/capacitor": "^19.1.1",
"@nx/devkit": "^19.0.0",
"tslib": "^2.3.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 19.0.1 (2024-10-06)


### 🩹 Fixes

- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))


### ❤️ Thank You

- Edouard Bozon @edbzn
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/preact",
"version": "19.0.0",
"version": "19.0.1",
"license": "MIT",
"author": "Jordan Hall",
"description": "Nx plugin for preact",
Expand Down
11 changes: 11 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 19.0.1 (2024-10-06)


### 🩹 Fixes

- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))


### ❤️ Thank You

- Edouard Bozon @edbzn
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/solid",
"version": "19.0.0",
"version": "19.0.1",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for solid",
Expand Down
11 changes: 11 additions & 0 deletions packages/stencil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 19.0.1 (2024-10-06)


### 🩹 Fixes

- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))


### ❤️ Thank You

- Edouard Bozon @edbzn
2 changes: 1 addition & 1 deletion packages/stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/stencil",
"version": "19.0.0",
"version": "19.0.1",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for stenciljs",
Expand Down
11 changes: 11 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 19.0.1 (2024-10-06)


### 🩹 Fixes

- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))


### ❤️ Thank You

- Edouard Bozon @edbzn
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/svelte",
"version": "19.0.0",
"version": "19.0.1",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for Svelte",
Expand Down
11 changes: 11 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 19.0.1 (2024-10-06)


### 🩹 Fixes

- bump deps ([5d7fe4f1](https://github.com/nxext/nx-extensions/commit/5d7fe4f1))


### ❤️ Thank You

- Edouard Bozon @edbzn
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/sveltekit",
"version": "19.0.0",
"version": "19.0.1",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for Sveltekit",
Expand Down

0 comments on commit bebc600

Please sign in to comment.