Skip to content

Commit dde0f2e

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-content-collections 0.1.330 - project: plugin-image-compression 0.2.279 - project: plugin-style-dictionary 0.3.231 - project: plugin-oxc-transform 0.5.339 - project: plugin-cloudflare 0.2.9 - project: plugin-stylelint 0.1.334 - project: plugin-asyncapi 0.1.334 - project: plugin-rolldown 0.7.337 - project: plugin-unimport 0.1.331 - project: plugin-deepkit 0.11.209 - project: plugin-esbuild 0.13.335 - project: plugin-graphql 0.1.331 - project: plugin-hey-api 0.1.284 - project: plugin-i18next 0.1.227 - project: plugin-openapi 0.2.335 - project: plugin-tamagui 0.1.320 - project: plugin-typedoc 0.10.338 - project: plugin-unbuild 0.5.336 - project: plugin-untyped 0.2.283 - project: plugin-webpack 0.5.335 - project: plugin-automd 0.1.330 - project: plugin-crypto 0.10.358 - project: plugin-eslint 0.8.334 - project: plugin-marked 0.1.295 - project: plugin-nodejs 0.1.250 - project: plugin-oxlint 0.7.334 - project: plugin-plugin 0.12.281 - project: plugin-prisma 0.4.12 - project: plugin-pulumi 0.5.11 - project: plugin-rollup 0.7.336 - project: plugin-rspack 0.5.335 - project: plugin-satori 0.1.329 - project: plugin-tsdown 0.1.280 - project: plugin-alloy 0.25.14 - project: plugin-babel 0.12.335 - project: plugin-biome 0.2.336 - project: plugin-capnp 0.1.333 - project: plugin-nitro 0.1.222 - project: plugin-react 0.1.384 - project: plugin-unenv 0.1.319 - project: plugin-date 0.12.393 - project: plugin-jest 0.1.338 - project: plugin-tsup 0.12.336 - project: plugin-vite 0.14.329 - project: plugin-env 0.16.49 - project: plugin-swc 0.5.339 - project: plugin-tsc 0.2.338 - project: powerlines 0.40.17 - project: plugin-id 0.9.339 - project: deepkit 0.6.109 - project: core 0.2.13 - project: nx 0.11.258
1 parent 7d8f9ea commit dde0f2e

File tree

104 files changed

+449
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+449
-52
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog for Powerlines - Core
44

5+
## [0.2.13](https://github.com/storm-software/powerlines/releases/tag/core%400.2.13) (03/09/2026)
6+
7+
### Bug Fixes
8+
9+
- **core:** Resolve issue replacing prefix in module resolution ([138e463be](https://github.com/storm-software/powerlines/commit/138e463be))
10+
511
## [0.2.12](https://github.com/storm-software/powerlines/releases/tag/core%400.2.12) (03/09/2026)
612

713
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/core",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"private": false,
55
"description": "An internal core package for Powerlines - please use the `powerlines` package for public usage.",
66
"homepage": "https://stormsoftware.com",

packages/deepkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog for Powerlines - Deepkit
44

5+
## [0.6.109](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.109) (03/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-esbuild** to **v0.13.335**
10+
- Updated **powerlines** to **v0.40.17**
11+
512
## [0.6.108](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.108) (03/09/2026)
613

714
### Updated Dependencies

packages/deepkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/deepkit",
3-
"version": "0.6.108",
3+
"version": "0.6.109",
44
"private": false,
55
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
66
"keywords": ["deepkit", "powerlines", "storm-software"],

packages/nx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog for Powerlines - Nx
44

5+
## [0.11.258](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.258) (03/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.40.17**
10+
511
## [0.11.257](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.257) (03/09/2026)
612

713
### Updated Dependencies

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/nx",
3-
"version": "0.11.257",
3+
"version": "0.11.258",
44
"private": false,
55
"type": "commonjs",
66
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",

packages/plugin-alloy/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
# Changelog for Powerlines - Plugin Alloy
44

5+
## [0.25.14](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.14) (03/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.281**
10+
- Updated **plugin-babel** to **v0.12.335**
11+
- Updated **powerlines** to **v0.40.17**
12+
- Updated **deepkit** to **v0.6.109**
13+
- Updated **core** to **v0.2.13**
14+
515
## [0.25.13](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.13) (03/09/2026)
616

717
### Updated Dependencies

packages/plugin-alloy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/plugin-alloy",
3-
"version": "0.25.13",
3+
"version": "0.25.14",
44
"type": "module",
55
"description": "A package containing various Alloy framework components and helper utilities.",
66
"repository": {

packages/plugin-asyncapi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog for Powerlines - Plugin Asyncapi
44

5+
## [0.1.334](https://github.com/storm-software/powerlines/releases/tag/plugin-asyncapi%400.1.334) (03/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.281**
10+
- Updated **powerlines** to **v0.40.17**
11+
512
## [0.1.333](https://github.com/storm-software/powerlines/releases/tag/plugin-asyncapi%400.1.333) (03/09/2026)
613

714
### Updated Dependencies

packages/plugin-asyncapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/plugin-asyncapi",
3-
"version": "0.1.333",
3+
"version": "0.1.334",
44
"type": "module",
55
"description": "A Powerlines plugin to generate project code from AsyncAPI specifications.",
66
"repository": {

0 commit comments

Comments
 (0)