@botonic/plugin-hubtype-sdk 2.35.0-alpha.0 → 2.36.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 +38 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
## 2.36.0 (2026-09-02)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- ts6 typecheck pass ([#1090](https://github.com/metis-ai/hubtype-product/pull/1090))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Oriol Raventós @Iru89
|
|
10
|
+
|
|
11
|
+
## 2.35.0 (2026-08-03)
|
|
12
|
+
|
|
13
|
+
### 🚀 Features
|
|
14
|
+
|
|
15
|
+
- 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))
|
|
16
|
+
- eslint v9 with flat config ([#1039](https://github.com/metis-ai/hubtype-product/pull/1039))
|
|
17
|
+
|
|
18
|
+
### ❤️ Thank You
|
|
19
|
+
|
|
20
|
+
- David Hidalgo @Davidhidalgo
|
|
21
|
+
- Oriol Raventós @Davidhidalgo
|
|
22
|
+
|
|
23
|
+
## 2.35.0-alpha.0 (2026-08-03)
|
|
24
|
+
|
|
25
|
+
### 🚀 Features
|
|
26
|
+
|
|
27
|
+
- eslint v9 with flat config ([#1039](https://github.com/metis-ai/hubtype-product/pull/1039))
|
|
28
|
+
|
|
29
|
+
### 🩹 Fixes
|
|
30
|
+
|
|
31
|
+
- **release-botonic:** fix alpha release version resolution and hook crash ([7b5657fc3](https://github.com/metis-ai/hubtype-product/commit/7b5657fc3))
|
|
32
|
+
|
|
33
|
+
### ❤️ Thank You
|
|
34
|
+
|
|
35
|
+
- David Hidalgo @Davidhidalgo
|
|
36
|
+
- Oriol Raventós @Iru89
|
|
37
|
+
|
|
1
38
|
## 2.34.2 (2026-07-13)
|
|
2
39
|
|
|
3
40
|
This was a version bump only for @botonic/plugin-hubtype-sdk to align it with other projects, there were no code changes.
|
|
@@ -275,4 +312,4 @@ This was a version bump only for @botonic/plugin-hubtype-sdk to align it with ot
|
|
|
275
312
|
|
|
276
313
|
## 2.0.1-alpha.0 (2025-11-27)
|
|
277
314
|
|
|
278
|
-
This was a version bump only for @botonic/plugin-hubtype-sdk to align it with other projects, there were no code changes.
|
|
315
|
+
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.36.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.36.0",
|
|
9
9
|
"tslib": "^2.3.0",
|
|
10
10
|
"axios": "^1.9.0"
|
|
11
11
|
},
|