Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: stencil 20.0.4

- project: common 20.0.0
  • Loading branch information
Nxext Bot committed Oct 16, 2024
1 parent 045d2b1 commit 9f1c9e6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
20 changes: 20 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 20.0.0 (2024-10-16)

### 🚀 Features

- **common:** add is-verbose and a terminal-printer for clickable uri ([04bbec9e](https://github.com/nxext/nx-extensions/commit/04bbec9e))
- ⚠️ migrate workspace to Nx 20 ([#1136](https://github.com/nxext/nx-extensions/pull/1136))

### 🩹 Fixes

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

### ⚠️ Breaking Changes

- generator option `name` is replaced by `directory`, and the minimal required Nx version is `20.x`."

### ❤️ Thank You

- Edouard Bozon @edbzn
- Paweł Twardziak
- pawel-twardziak
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": "19.0.0",
"version": "20.0.0",
"description": "Common utilities for Nxext Nx plugins",
"author": {
"name": "Gion Kunz",
Expand Down
6 changes: 6 additions & 0 deletions packages/stencil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 20.0.4 (2024-10-16)

### 🧱 Updated Dependencies

- Updated common to 20.0.0

## 20.0.3 (2024-10-16)

### 🩹 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.3",
"version": "20.0.4",
"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": "19.0.0 || ^20.0.0",
"@nxext/common": "20.0.0",
"@nx/devkit": "^20.0.0",
"@stencil/core": "4.12.6",
"@nx/workspace": "^20.0.0",
Expand Down

0 comments on commit 9f1c9e6

Please sign in to comment.