Skip to content

Commit 2fbc5a8

Browse files
author
Nxext Bot
committed
chore(release): publish
- project: sveltekit 20.0.1 - project: stencil 20.0.1 - project: preact 20.0.1 - project: svelte 20.0.1 - project: solid 20.0.1
1 parent f7c56ab commit 2fbc5a8

File tree

10 files changed

+55
-5
lines changed

10 files changed

+55
-5
lines changed

packages/preact/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.0.1 (2024-10-14)
2+
3+
### 🩹 Fixes
4+
5+
- **preact:** export default for all generators ([ae156f78](https://github.com/nxext/nx-extensions/commit/ae156f78))
6+
7+
### ❤️ Thank You
8+
9+
- Paweł Twardziak
10+
111
# 20.0.0 (2024-10-14)
212

313
### 🚀 Features

packages/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/preact",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"license": "MIT",
55
"author": "Jordan Hall",
66
"description": "Nx plugin for preact",

packages/solid/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.0.1 (2024-10-14)
2+
3+
### 🩹 Fixes
4+
5+
- **solid:** export default for all generators ([cdd34de8](https://github.com/nxext/nx-extensions/commit/cdd34de8))
6+
7+
### ❤️ Thank You
8+
9+
- Paweł Twardziak
10+
111
# 20.0.0 (2024-10-14)
212

313
### 🚀 Features

packages/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/solid",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for solid",

packages/stencil/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.0.1 (2024-10-14)
2+
3+
### 🩹 Fixes
4+
5+
- **stencil:** export default for all generators ([7df02a4b](https://github.com/nxext/nx-extensions/commit/7df02a4b))
6+
7+
### ❤️ Thank You
8+
9+
- Paweł Twardziak
10+
111
# 20.0.0 (2024-10-14)
212

313
### 🚀 Features

packages/stencil/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/stencil",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for stenciljs",

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.0.1 (2024-10-14)
2+
3+
### 🩹 Fixes
4+
5+
- **svelte:** export default for all generators ([a931f048](https://github.com/nxext/nx-extensions/commit/a931f048))
6+
7+
### ❤️ Thank You
8+
9+
- Paweł Twardziak
10+
111
# 20.0.0 (2024-10-14)
212

313
### 🚀 Features

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/svelte",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for Svelte",

packages/sveltekit/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.0.1 (2024-10-14)
2+
3+
### 🩹 Fixes
4+
5+
- **sveltekit:** export default for all generators ([61df76d4](https://github.com/nxext/nx-extensions/commit/61df76d4))
6+
7+
### ❤️ Thank You
8+
9+
- Paweł Twardziak
10+
111
# 20.0.0 (2024-10-14)
212

313
### 🚀 Features

packages/sveltekit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nxext/sveltekit",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"license": "MIT",
55
"author": "Dominik Pieper",
66
"description": "Nx plugin for Sveltekit",

0 commit comments

Comments
 (0)