@botonic/nx-plugin 2.23.1 → 2.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.23.2 (2026-03-23)
2
+
3
+ This was a version bump only for @botonic/nx-plugin to align it with other projects, there were no code changes.
4
+
1
5
  ## 2.23.1 (2026-03-23)
2
6
 
3
7
  This was a version bump only for @botonic/nx-plugin to align it with other projects, there were no code changes.
package/README.md CHANGED
@@ -4,10 +4,10 @@ Nx **generators** and **migrations** for Botonic bot apps and workspaces on the
4
4
 
5
5
  ## Source and versions
6
6
 
7
- | Line | npm | Source |
8
- | ----------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
9
- | **Legacy** | `0.x` | [github.com/hubtype/botonic](https://github.com/hubtype/botonic) |
10
- | **Current** | `2.x` | [github.com/hubtype/hubtype-product](https://github.com/hubtype/hubtype-product) · [`libs/botonic/nx-plugin`](https://github.com/hubtype/hubtype-product/tree/main/libs/botonic/nx-plugin) |
7
+ | Line | npm | Source |
8
+ | ----------- | ----- | ---------------------------------------------------------------- |
9
+ | **Legacy** | `0.x` | [github.com/hubtype/botonic](https://github.com/hubtype/botonic) |
10
+ | **Current** | `2.x` | Hubtype internal monorepo (not public; packages publish to npm) |
11
11
 
12
12
  Keep this package aligned in **major version** with `@botonic/core` and other `@botonic/*` dependencies in your workspace.
13
13
 
@@ -258,7 +258,7 @@ Migrations are designed to be safe:
258
258
 
259
259
  ## Contributing
260
260
 
261
- Changes land via the **[hubtype/hubtype-product](https://github.com/hubtype/hubtype-product)** repository (`libs/botonic/nx-plugin`). Add tests for new generators or migrations and open a pull request there.
261
+ Contributions are handled **inside Hubtype** (this plugin ships with the private Botonic source tree). Add tests for new generators or migrations and follow your team’s internal PR process.
262
262
 
263
263
  ## License
264
264
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botonic/nx-plugin",
3
- "version": "2.23.1",
3
+ "version": "2.23.2",
4
4
  "description": "Nx plugin for creating Botonic bot applications",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",