Skip to content

Commit

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

- project: sveltekit 20.0.3

- project: stencil 20.0.6

- project: common 20.0.1

- project: preact 20.0.3

- project: svelte 20.0.3

- project: solid 20.0.3
  • Loading branch information
Nxext Bot committed Oct 21, 2024
1 parent 60686d4 commit ec70a9f
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 8 deletions.
10 changes: 10 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 20.0.1 (2024-10-21)

### 🩹 Fixes

- ts version with minor and patch being flexible ([60686d4f](https://github.com/nxext/nx-extensions/commit/60686d4f))

### ❤️ Thank You

- Paweł Twardziak

# 20.0.0 (2024-10-16)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/common",
"version": "20.0.0",
"version": "20.0.1",
"description": "Common utilities for Nxext Nx plugins",
"author": {
"name": "Gion Kunz",
Expand Down
10 changes: 10 additions & 0 deletions packages/ionic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 20.0.2 (2024-10-21)

### 🩹 Fixes

- ts version with minor and patch being flexible ([60686d4f](https://github.com/nxext/nx-extensions/commit/60686d4f))

### ❤️ Thank You

- Paweł Twardziak

## 20.0.1 (2024-10-15)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "20.0.2",
"homepage": "https://nxext.github.io/nx-extensions/docs/ionic-angular/overview.html",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 20.0.3 (2024-10-21)

### 🩹 Fixes

- ts version with minor and patch being flexible ([60686d4f](https://github.com/nxext/nx-extensions/commit/60686d4f))
- **preact:** repair missing directory prop and align the code to nx20 ([c1fdefcf](https://github.com/nxext/nx-extensions/commit/c1fdefcf))

### ❤️ Thank You

- Paweł Twardziak

## 20.0.2 (2024-10-15)

### 🩹 Fixes
Expand Down
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": "20.0.2",
"version": "20.0.3",
"license": "MIT",
"author": "Jordan Hall",
"description": "Nx plugin for preact",
Expand Down
10 changes: 10 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 20.0.3 (2024-10-21)

### 🩹 Fixes

- ts version with minor and patch being flexible ([60686d4f](https://github.com/nxext/nx-extensions/commit/60686d4f))

### ❤️ Thank You

- Paweł Twardziak

## 20.0.2 (2024-10-15)

### 🩹 Fixes
Expand Down
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": "20.0.2",
"version": "20.0.3",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for solid",
Expand Down
14 changes: 14 additions & 0 deletions packages/stencil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 20.0.6 (2024-10-21)

### 🩹 Fixes

- ts version with minor and patch being flexible ([60686d4f](https://github.com/nxext/nx-extensions/commit/60686d4f))

### 🧱 Updated Dependencies

- Updated common to 20.0.1

### ❤️ Thank You

- Paweł Twardziak

## 20.0.5 (2024-10-17)

### 🩹 Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxext/stencil",
"version": "20.0.5",
"version": "20.0.6",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for stenciljs",
Expand All @@ -26,7 +26,7 @@
"builders": "./executors.json",
"executors": "./executors.json",
"dependencies": {
"@nxext/common": "^20.0.0",
"@nxext/common": "^20.0.1",
"@nx/devkit": "^20.0.0",
"@stencil/core": "^4.12.6",
"@nx/workspace": "^20.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 20.0.3 (2024-10-21)

### 🩹 Fixes

- ts version with minor and patch being flexible ([60686d4f](https://github.com/nxext/nx-extensions/commit/60686d4f))

### ❤️ Thank You

- Paweł Twardziak

## 20.0.2 (2024-10-15)

### 🩹 Fixes
Expand Down
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": "20.0.2",
"version": "20.0.3",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for Svelte",
Expand Down
10 changes: 10 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 20.0.3 (2024-10-21)

### 🩹 Fixes

- ts version with minor and patch being flexible ([60686d4f](https://github.com/nxext/nx-extensions/commit/60686d4f))

### ❤️ Thank You

- Paweł Twardziak

## 20.0.2 (2024-10-15)

### 🩹 Fixes
Expand Down
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": "20.0.2",
"version": "20.0.3",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for Sveltekit",
Expand Down

0 comments on commit ec70a9f

Please sign in to comment.