Skip to content

Commit 7496a54

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-content-collections 0.1.332 - project: plugin-image-compression 0.2.281 - project: plugin-style-dictionary 0.3.233 - project: plugin-oxc-transform 0.5.341 - project: plugin-cloudflare 0.2.11 - project: plugin-stylelint 0.1.336 - project: plugin-asyncapi 0.1.336 - project: plugin-rolldown 0.7.339 - project: plugin-unimport 0.1.333 - project: plugin-deepkit 0.11.211 - project: plugin-esbuild 0.13.337 - project: plugin-graphql 0.1.333 - project: plugin-hey-api 0.1.286 - project: plugin-i18next 0.1.229 - project: plugin-openapi 0.2.337 - project: plugin-tamagui 0.1.322 - project: plugin-typedoc 0.10.340 - project: plugin-unbuild 0.5.338 - project: plugin-untyped 0.2.285 - project: plugin-webpack 0.5.337 - project: plugin-automd 0.1.332 - project: plugin-crypto 0.10.360 - project: plugin-eslint 0.8.336 - project: plugin-marked 0.1.297 - project: plugin-nodejs 0.1.252 - project: plugin-oxlint 0.7.336 - project: plugin-plugin 0.12.283 - project: plugin-prisma 0.4.14 - project: plugin-pulumi 0.5.13 - project: plugin-rollup 0.7.338 - project: plugin-rspack 0.5.337 - project: plugin-satori 0.1.331 - project: plugin-tsdown 0.1.282 - project: plugin-alloy 0.25.16 - project: plugin-babel 0.12.337 - project: plugin-biome 0.2.338 - project: plugin-capnp 0.1.335 - project: plugin-nitro 0.1.224 - project: plugin-react 0.1.386 - project: plugin-unenv 0.1.321 - project: plugin-date 0.12.395 - project: plugin-jest 0.1.340 - project: plugin-tsup 0.12.338 - project: plugin-vite 0.14.331 - project: plugin-env 0.16.51 - project: plugin-swc 0.5.341 - project: plugin-tsc 0.2.340 - project: powerlines 0.40.19 - project: plugin-id 0.9.341 - project: tsconfig 0.4.11 - project: deepkit 0.6.111 - project: core 0.2.15 - project: cli 0.1.25 - project: nx 0.11.260
1 parent e4b3bc4 commit 7496a54

File tree

106 files changed

+463
-54
lines changed

Some content is hidden

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

106 files changed

+463
-54
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powerlines/cli",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"type": "module",
55
"description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
66
"repository": {

packages/core/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 - Core
44

5+
## [0.2.15](https://github.com/storm-software/powerlines/releases/tag/core%400.2.15) (03/11/2026)
6+
7+
### Miscellaneous
8+
9+
- **core:** Added back logic to append prefix to resolved virtual module IDs ([1d29952e0](https://github.com/storm-software/powerlines/commit/1d29952e0))
10+
11+
### Bug Fixes
12+
13+
- **core:** Remove all prefix module resolution logic ([57f5efc46](https://github.com/storm-software/powerlines/commit/57f5efc46))
14+
515
## [0.2.14](https://github.com/storm-software/powerlines/releases/tag/core%400.2.14) (03/10/2026)
616

717
### 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.14",
3+
"version": "0.2.15",
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.111](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.111) (03/11/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-esbuild** to **v0.13.337**
10+
- Updated **powerlines** to **v0.40.19**
11+
512
## [0.6.110](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.110) (03/10/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.110",
3+
"version": "0.6.111",
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.260](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.260) (03/11/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.40.19**
10+
511
## [0.11.259](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.259) (03/10/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.259",
3+
"version": "0.11.260",
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.16](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.16) (03/11/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.283**
10+
- Updated **plugin-babel** to **v0.12.337**
11+
- Updated **powerlines** to **v0.40.19**
12+
- Updated **deepkit** to **v0.6.111**
13+
- Updated **core** to **v0.2.15**
14+
515
## [0.25.15](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.15) (03/10/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.15",
3+
"version": "0.25.16",
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.336](https://github.com/storm-software/powerlines/releases/tag/plugin-asyncapi%400.1.336) (03/11/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.283**
10+
- Updated **powerlines** to **v0.40.19**
11+
512
## [0.1.335](https://github.com/storm-software/powerlines/releases/tag/plugin-asyncapi%400.1.335) (03/10/2026)
613

714
### Updated Dependencies

0 commit comments

Comments
 (0)