Skip to content

Commit

Permalink
Merge pull request #1124 from nxext/fix-stencil-release
Browse files Browse the repository at this point in the history
Fix stencil release
  • Loading branch information
edbzn authored Oct 8, 2024
2 parents 3373ec7 + bac7bd0 commit ef626bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"cache": true
},
"nx-release-publish": {
"dependsOn": ["^build"],
"dependsOn": ["build"],
"options": {
"packageRoot": "dist/{projectRoot}"
}
Expand Down
12 changes: 0 additions & 12 deletions packages/stencil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
## 19.0.2 (2024-10-08)


### 🩹 Fixes

- **stencil:** support Nx `context.projectsConfigurations` ([#1120](https://github.com/nxext/nx-extensions/pull/1120))


### ❤️ Thank You

- francescocaveglia @francescocaveglia

## 19.0.1 (2024-10-07)


Expand Down
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.2",
"version": "0.0.0-e2e",
"license": "MIT",
"author": "Dominik Pieper",
"description": "Nx plugin for stenciljs",
Expand Down

0 comments on commit ef626bd

Please sign in to comment.