@momentumcms/plugins-otel 0.2.0 → 0.4.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 +22 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## 0.4.0 (2026-02-22)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- blocks showcase with articles, pages, and UI fixes ([#36](https://github.com/DonaldMurillo/momentum-cms/pull/36))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Claude Opus 4.6
|
|
10
|
+
- Donald Murillo @DonaldMurillo
|
|
11
|
+
|
|
12
|
+
## 0.3.0 (2026-02-20)
|
|
13
|
+
|
|
14
|
+
### 🚀 Features
|
|
15
|
+
|
|
16
|
+
- add named tabs support with nested data grouping and UI improvements ([#30](https://github.com/DonaldMurillo/momentum-cms/pull/30))
|
|
17
|
+
|
|
18
|
+
### ❤️ Thank You
|
|
19
|
+
|
|
20
|
+
- Claude Opus 4.6
|
|
21
|
+
- Donald Murillo @DonaldMurillo
|
|
22
|
+
|
|
1
23
|
## 0.2.0 (2026-02-17)
|
|
2
24
|
|
|
3
25
|
This was a version bump only for plugins-otel to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momentumcms/plugins-otel",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "OpenTelemetry observability plugin for Momentum CMS",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Momentum CMS Contributors",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"main": "./index.cjs",
|
|
28
28
|
"types": "./src/index.d.ts",
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@momentumcms/core": "0.
|
|
31
|
-
"@momentumcms/logger": "0.
|
|
32
|
-
"@momentumcms/plugins-core": "0.
|
|
30
|
+
"@momentumcms/core": "0.4.0",
|
|
31
|
+
"@momentumcms/logger": "0.4.0",
|
|
32
|
+
"@momentumcms/plugins-core": "0.4.0",
|
|
33
33
|
"@opentelemetry/api": "^1.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {},
|