@botonic/plugin-hubtype-sdk 2.34.2 → 2.35.0
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 +28 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## 2.35.0 (2026-08-03)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- upgrade to Nx 23.1.0 in bot apps, create-workspace and botonic/nx-plugin ([#1043](https://github.com/metis-ai/hubtype-product/pull/1043))
|
|
6
|
+
- eslint v9 with flat config ([#1039](https://github.com/metis-ai/hubtype-product/pull/1039))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- David Hidalgo @Davidhidalgo
|
|
11
|
+
- Oriol Raventós @Davidhidalgo
|
|
12
|
+
|
|
13
|
+
## 2.35.0-alpha.0 (2026-08-03)
|
|
14
|
+
|
|
15
|
+
### 🚀 Features
|
|
16
|
+
|
|
17
|
+
- eslint v9 with flat config ([#1039](https://github.com/metis-ai/hubtype-product/pull/1039))
|
|
18
|
+
|
|
19
|
+
### 🩹 Fixes
|
|
20
|
+
|
|
21
|
+
- **release-botonic:** fix alpha release version resolution and hook crash ([7b5657fc3](https://github.com/metis-ai/hubtype-product/commit/7b5657fc3))
|
|
22
|
+
|
|
23
|
+
### ❤️ Thank You
|
|
24
|
+
|
|
25
|
+
- David Hidalgo @Davidhidalgo
|
|
26
|
+
- Oriol Raventós @Iru89
|
|
27
|
+
|
|
1
28
|
## 2.34.2 (2026-07-13)
|
|
2
29
|
|
|
3
30
|
This was a version bump only for @botonic/plugin-hubtype-sdk to align it with other projects, there were no code changes.
|
|
@@ -275,4 +302,4 @@ This was a version bump only for @botonic/plugin-hubtype-sdk to align it with ot
|
|
|
275
302
|
|
|
276
303
|
## 2.0.1-alpha.0 (2025-11-27)
|
|
277
304
|
|
|
278
|
-
This was a version bump only for @botonic/plugin-hubtype-sdk to align it with other projects, there were no code changes.
|
|
305
|
+
This was a version bump only for @botonic/plugin-hubtype-sdk to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botonic/plugin-hubtype-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.35.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@botonic/core": "2.
|
|
8
|
+
"@botonic/core": "2.35.0",
|
|
9
9
|
"tslib": "^2.3.0",
|
|
10
10
|
"axios": "^1.9.0"
|
|
11
11
|
},
|