Skip to content

Commit 54a8980

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-content-collections 0.1.253 - project: plugin-image-compression 0.2.202 - project: plugin-style-dictionary 0.3.154 - project: plugin-oxc-transform 0.5.262 - project: plugin-stylelint 0.1.257 - project: plugin-asyncapi 0.1.257 - project: plugin-rolldown 0.7.263 - project: plugin-unimport 0.1.254 - project: plugin-deepkit 0.11.132 - project: plugin-esbuild 0.13.262 - project: plugin-graphql 0.1.254 - project: plugin-hey-api 0.1.207 - project: plugin-i18next 0.1.150 - project: plugin-openapi 0.2.258 - project: plugin-tamagui 0.1.243 - project: plugin-typedoc 0.10.261 - project: plugin-unbuild 0.5.263 - project: plugin-untyped 0.2.206 - project: plugin-webpack 0.5.262 - project: plugin-automd 0.1.253 - project: plugin-crypto 0.10.262 - project: plugin-eslint 0.8.257 - project: plugin-marked 0.1.218 - project: plugin-nodejs 0.1.154 - project: plugin-oxlint 0.7.257 - project: plugin-plugin 0.12.204 - project: plugin-prisma 0.2.207 - project: plugin-pulumi 0.2.233 - project: plugin-rollup 0.7.263 - project: plugin-rspack 0.5.262 - project: plugin-satori 0.1.252 - project: plugin-tsdown 0.1.206 - project: plugin-alloy 0.19.31 - project: plugin-babel 0.12.262 - project: plugin-biome 0.2.259 - project: plugin-capnp 0.1.256 - project: plugin-nitro 0.1.145 - project: plugin-react 0.1.288 - project: plugin-unenv 0.1.242 - project: plugin-date 0.12.297 - project: plugin-jest 0.1.261 - project: plugin-tsup 0.12.263 - project: plugin-vite 0.14.254 - project: plugin-env 0.15.159 - project: plugin-swc 0.5.262 - project: plugin-tsc 0.2.261 - project: powerlines 0.38.20 - project: plugin-id 0.9.262 - project: tsconfig 0.2.176 - project: deepkit 0.6.33 - project: nx 0.11.180
1 parent e866a42 commit 54a8980

File tree

100 files changed

+414
-51
lines changed

Some content is hidden

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

100 files changed

+414
-51
lines changed

packages/deepkit/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 - Deepkit
44

5+
## [0.6.33](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.33) (01/29/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.38.20**
10+
511
## [0.6.32](https://github.com/storm-software/powerlines/releases/tag/deepkit%400.6.32) (01/29/2026)
612

713
### 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.32",
3+
"version": "0.6.33",
44
"type": "module",
55
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
66
"repository": {

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.180](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.180) (01/29/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **powerlines** to **v0.38.20**
10+
511
## [0.11.179](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.179) (01/29/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.179",
3+
"version": "0.11.180",
44
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
55
"repository": {
66
"type": "github",

packages/plugin-alloy/CHANGELOG.md

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

33
# Changelog for Powerlines - Plugin Alloy
44

5+
## [0.19.31](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.19.31) (01/29/2026)
6+
7+
### Bug Fixes
8+
9+
- **plugin-alloy:** Update `meta` hooks to use context field ([e866a422](https://github.com/storm-software/powerlines/commit/e866a422))
10+
11+
### Updated Dependencies
12+
13+
- Updated **plugin-plugin** to **v0.12.204**
14+
- Updated **plugin-babel** to **v0.12.262**
15+
- Updated **powerlines** to **v0.38.20**
16+
- Updated **deepkit** to **v0.6.33**
17+
518
## [0.19.30](https://github.com/storm-software/powerlines/releases/tag/plugin-alloy%400.19.30) (01/29/2026)
619

720
### Bug Fixes

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.19.30",
3+
"version": "0.19.31",
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.257](https://github.com/storm-software/powerlines/releases/tag/plugin-asyncapi%400.1.257) (01/29/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.204**
10+
- Updated **powerlines** to **v0.38.20**
11+
512
## [0.1.256](https://github.com/storm-software/powerlines/releases/tag/plugin-asyncapi%400.1.256) (01/29/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.256",
3+
"version": "0.1.257",
44
"type": "module",
55
"description": "A Powerlines plugin to generate project code from AsyncAPI specifications.",
66
"repository": {

packages/plugin-automd/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 Automd
44

5+
## [0.1.253](https://github.com/storm-software/powerlines/releases/tag/plugin-automd%400.1.253) (01/29/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-plugin** to **v0.12.204**
10+
- Updated **powerlines** to **v0.38.20**
11+
512
## [0.1.252](https://github.com/storm-software/powerlines/releases/tag/plugin-automd%400.1.252) (01/29/2026)
613

714
### Updated Dependencies

packages/plugin-automd/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-automd",
3-
"version": "0.1.252",
3+
"version": "0.1.253",
44
"type": "module",
55
"description": "A Powerlines plugin to maintain a project's markdown files using AutoMD generators.",
66
"repository": {

0 commit comments

Comments
 (0)