@botonic/plugin-hubtype-analytics 2.35.0 → 2.37.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 2.37.0 (2026-09-03)
2
+
3
+ This was a version bump only for @botonic/plugin-hubtype-analytics to align it with other projects, there were no code changes.
4
+
5
+ ## 2.36.0 (2026-09-02)
6
+
7
+ ### 🚀 Features
8
+
9
+ - ts6 typecheck pass ([#1090](https://github.com/metis-ai/hubtype-product/pull/1090))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Oriol Raventós @Iru89
14
+
1
15
  ## 2.35.0 (2026-08-03)
2
16
 
3
17
  ### 🚀 Features
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@botonic/plugin-hubtype-analytics",
3
- "version": "2.35.0",
3
+ "version": "2.37.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.35.0",
8
+ "@botonic/core": "2.37.0",
9
9
  "tslib": "^2.3.0",
10
- "@botonic/shared": "2.35.0"
10
+ "@botonic/shared": "2.37.0"
11
11
  },
12
12
  "references": [
13
13
  {