Skip to content

Commit d500b0c

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-content-collections 0.1.378 - project: plugin-image-compression 0.2.327 - project: plugin-style-dictionary 0.3.279 - project: plugin-oxc-transform 0.5.387 - project: plugin-cloudflare 0.5.20 - project: plugin-stylelint 0.1.382 - project: plugin-asyncapi 0.1.382 - project: plugin-rolldown 0.7.378 - project: plugin-unimport 0.1.379 - project: plugin-deepkit 0.11.257 - project: plugin-esbuild 0.13.379 - project: plugin-graphql 0.1.379 - project: plugin-hey-api 0.1.332 - project: plugin-i18next 0.1.275 - project: plugin-openapi 0.2.383 - project: plugin-tamagui 0.1.368 - project: plugin-typedoc 0.10.386 - project: plugin-unbuild 0.5.376 - project: plugin-untyped 0.2.331 - project: plugin-webpack 0.5.375 - project: plugin-automd 0.1.378 - project: plugin-crypto 0.10.409 - project: plugin-eslint 0.8.382 - project: plugin-marked 0.1.343 - project: plugin-nodejs 0.1.301 - project: plugin-oxlint 0.7.382 - project: plugin-plugin 0.12.329 - project: plugin-prisma 0.4.60 - project: plugin-pulumi 0.6.19 - project: plugin-rollup 0.7.376 - project: plugin-rspack 0.5.375 - project: plugin-satori 0.1.377 - project: plugin-tsdown 0.1.321 - project: plugin-alloy 0.25.65 - project: plugin-babel 0.12.375 - project: plugin-biome 0.2.384 - project: plugin-capnp 0.1.381 - project: plugin-nitro 0.1.270 - project: plugin-react 0.1.435 - project: plugin-unenv 0.1.367 - project: plugin-date 0.12.444 - project: plugin-jest 0.1.386 - project: plugin-tsup 0.12.380 - project: plugin-vite 0.14.374 - project: plugin-env 0.16.100 - project: plugin-swc 0.5.387 - project: plugin-tsc 0.2.386 - project: powerlines 0.42.19 - project: plugin-id 0.9.387 - project: deepkit 0.6.157 - project: core 0.11.0 - project: cli 0.1.63 - project: nx 0.11.307
1 parent ec3bfca commit d500b0c

File tree

106 files changed

+465
-53
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

+465
-53
lines changed

packages/cli/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 - CLI
44

5+
## [0.1.63](https://github.com/storm-software/powerlines/releases/tag/cli%400.1.63) (03/23/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.42.19**
10+
511
## [0.1.62](https://github.com/storm-software/powerlines/releases/tag/cli%400.1.62) (03/23/2026)
612

713
### Updated Dependencies

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.62",
3+
"version": "0.1.63",
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: 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.11.0](https://github.com/storm-software/powerlines/releases/tag/core%400.11.0) (03/23/2026)
6+
7+
### Features
8+
9+
- **core:** Added resolve override options to apply to module resolver ([ec3bfca02](https://github.com/storm-software/powerlines/commit/ec3bfca02))
10+
511
## [0.10.0](https://github.com/storm-software/powerlines/releases/tag/core%400.10.0) (03/22/2026)
612

713
### Features

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.10.1",
3+
"version": "0.11.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
# Changelog for Powerlines - Deepkit
44

5+
## [0.6.157](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.157) (03/23/2026)
6+
7+
### Features
8+
9+
- **core:** Added resolve override options to apply to module resolver ([ec3bfca02](https://github.com/storm-software/powerlines/commit/ec3bfca02))
10+
11+
### Updated Dependencies
12+
13+
- Updated **plugin-esbuild** to **v0.13.379**
14+
- Updated **powerlines** to **v0.42.19**
15+
516
## [0.6.156](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.156) (03/23/2026)
617

718
### 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.156",
3+
"version": "0.6.157",
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.307](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.307) (03/23/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.42.19**
10+
511
## [0.11.306](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.306) (03/23/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.306",
3+
"version": "0.11.307",
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.65](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.65) (03/23/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.329**
10+
- Updated **plugin-babel** to **v0.12.375**
11+
- Updated **powerlines** to **v0.42.19**
12+
- Updated **deepkit** to **v0.6.157**
13+
- Updated **core** to **v0.11.0**
14+
515
## [0.25.64](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.64) (03/23/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.64",
3+
"version": "0.25.65",
44
"type": "module",
55
"description": "A package containing various Alloy framework components and helper utilities.",
66
"repository": {

0 commit comments

Comments
 (0)