Skip to content

Commit a97b140

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-content-collections 0.1.371 - project: plugin-image-compression 0.2.320 - project: plugin-style-dictionary 0.3.272 - project: plugin-oxc-transform 0.5.380 - project: plugin-cloudflare 0.5.13 - project: plugin-stylelint 0.1.375 - project: plugin-asyncapi 0.1.375 - project: plugin-rolldown 0.7.376 - project: plugin-unimport 0.1.372 - project: plugin-deepkit 0.11.250 - project: plugin-esbuild 0.13.374 - project: plugin-graphql 0.1.372 - project: plugin-hey-api 0.1.325 - project: plugin-i18next 0.1.268 - project: plugin-openapi 0.2.376 - project: plugin-tamagui 0.1.361 - project: plugin-typedoc 0.10.379 - project: plugin-unbuild 0.5.374 - project: plugin-untyped 0.2.324 - project: plugin-webpack 0.5.373 - project: plugin-automd 0.1.371 - project: plugin-crypto 0.10.402 - project: plugin-eslint 0.8.375 - project: plugin-marked 0.1.336 - project: plugin-nodejs 0.1.294 - project: plugin-oxlint 0.7.375 - project: plugin-plugin 0.12.322 - project: plugin-prisma 0.4.53 - project: plugin-pulumi 0.6.12 - project: plugin-rollup 0.7.374 - project: plugin-rspack 0.5.373 - project: plugin-satori 0.1.370 - project: plugin-tsdown 0.1.319 - project: plugin-alloy 0.25.58 - project: plugin-babel 0.12.373 - project: plugin-biome 0.2.377 - project: plugin-capnp 0.1.374 - project: plugin-nitro 0.1.263 - project: plugin-react 0.1.428 - project: plugin-unenv 0.1.360 - project: plugin-date 0.12.437 - project: plugin-jest 0.1.379 - project: plugin-tsup 0.12.375 - project: plugin-vite 0.14.369 - project: plugin-env 0.16.93 - project: plugin-swc 0.5.380 - project: plugin-tsc 0.2.379 - project: powerlines 0.42.12 - project: plugin-id 0.9.380 - project: tsconfig 0.4.42 - project: deepkit 0.6.150 - project: core 0.10.0 - project: cli 0.1.56 - project: nx 0.11.300
1 parent 20f3c69 commit a97b140

File tree

107 files changed

+466
-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.

107 files changed

+466
-54
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.56](https://github.com/storm-software/powerlines/releases/tag/cli%400.1.56) (03/22/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.42.12**
10+
511
## [0.1.55](https://github.com/storm-software/powerlines/releases/tag/cli%400.1.55) (03/22/2026)
612

713
### Bug Fixes

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.55",
3+
"version": "0.1.56",
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.10.0](https://github.com/storm-software/powerlines/releases/tag/core%400.10.0) (03/22/2026)
6+
7+
### Features
8+
9+
- **core:** Added `clone` function to `Context` objects ([e5c62d8fd](https://github.com/storm-software/powerlines/commit/e5c62d8fd))
10+
511
## [0.9.1](https://github.com/storm-software/powerlines/releases/tag/core%400.9.1) (03/22/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.9.1",
3+
"version": "0.10.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: 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.150](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.150) (03/22/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-esbuild** to **v0.13.374**
10+
- Updated **powerlines** to **v0.42.12**
11+
512
## [0.6.149](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.149) (03/22/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.149",
3+
"version": "0.6.150",
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.300](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.300) (03/22/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.42.12**
10+
511
## [0.11.299](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.299) (03/22/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.299",
3+
"version": "0.11.300",
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.58](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.58) (03/22/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.322**
10+
- Updated **plugin-babel** to **v0.12.373**
11+
- Updated **powerlines** to **v0.42.12**
12+
- Updated **deepkit** to **v0.6.150**
13+
- Updated **core** to **v0.10.0**
14+
515
## [0.25.57](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.25.57) (03/22/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.57",
3+
"version": "0.25.58",
44
"type": "module",
55
"description": "A package containing various Alloy framework components and helper utilities.",
66
"repository": {

0 commit comments

Comments
 (0)