@splunk/react-field-summary 28.3.0 → 28.5.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.external.md +63 -0
  2. package/package.json +15 -15
@@ -3,12 +3,75 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 28.5.0 (2026-03-10)
7
+
8
+
9
+
10
+
11
+ **Note:** Version bump only for package @splunk/react-field-summary
12
+
13
+
14
+ ## 27.5.1 Maintenance Release (2026-02-13)
15
+
16
+
17
+
18
+
19
+ **Note:** Version bump only for package @splunk/react-field-summary
20
+
21
+ ## 27.2.2 Maintenance Release (2026-02-12)
22
+
23
+
24
+
25
+
26
+ **Note:** Version bump only for package @splunk/react-field-summary
27
+
28
+ ## 26.4.2 Maintenance Release (2026-01-29)
29
+
30
+
31
+
32
+
33
+ **Note:** Version bump only for package @splunk/react-field-summary
34
+
35
+ ## 25.13.2 Maintenance Release (2026-01-29)
36
+
37
+
38
+
39
+
40
+ **Note:** Version bump only for package @splunk/react-field-summary
41
+
42
+ # Change Log
43
+
44
+ All notable changes to this project will be documented in this file.
45
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
46
+
47
+
48
+ # 28.4.0 (2026-01-27)
49
+ **Note:** Version bump only for package @splunk/react-field-summary
50
+
51
+
52
+
53
+
54
+
55
+ ## 26.2.2 Maintenance Release (2025-12-12)
56
+ **Note:** Version bump only for package @splunk/react-field-summary
6
57
 
7
58
  # 28.3.0 (2025-11-12)
8
59
 
9
60
 
10
61
 
11
62
 
63
+ **Note:** Version bump only for package @splunk/react-field-summary
64
+
65
+ # Change Log
66
+
67
+ All notable changes to this project will be documented in this file.
68
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
69
+
70
+ ## 28.2.3 (2025-11-12)
71
+
72
+
73
+
74
+
12
75
  **Note:** Version bump only for package @splunk/react-field-summary
13
76
 
14
77
  # Change Log
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-field-summary",
3
- "version": "28.3.0",
3
+ "version": "28.5.0",
4
4
  "description": "",
5
5
  "author": "Splunk Inc.",
6
6
  "license": "Apache-2.0",
@@ -34,22 +34,22 @@
34
34
  "@babel/cli": "^7.26.4",
35
35
  "@babel/core": "^7.26.4",
36
36
  "@splunk/cicd-tools": "^0.5.0",
37
- "@splunk/docs-gen": "^1.1.0",
38
- "@splunk/react-docs": "^1.3.0",
39
- "@splunk/visualization-build-tools": "^28.3.0",
40
- "@storybook/addon-actions": "^7.6.20",
37
+ "@splunk/docs-gen": "^1.2.0",
38
+ "@splunk/react-docs": "^1.5.1",
39
+ "@splunk/visualization-build-tools": "^28.5.0",
40
+ "@storybook/addon-actions": "^7.6.21",
41
41
  "@storybook/addon-controls": "^9.0.8",
42
42
  "@storybook/addon-knobs": "^8.0.1",
43
- "@storybook/addons": "^7.6.20",
44
- "@storybook/react": "^7.6.20",
43
+ "@storybook/addons": "^7.6.21",
44
+ "@storybook/react": "^7.6.21",
45
45
  "@testing-library/dom": "^10.4.1",
46
46
  "@testing-library/jest-dom": "^6.8.0",
47
- "@testing-library/react": "^16.3.0",
47
+ "@testing-library/react": "^16.3.2",
48
48
  "@testing-library/user-event": "^14.6.1",
49
49
  "@types/jest": "^30.0.0",
50
50
  "@types/prop-types": "^15.7.3",
51
- "@types/react": "^18.3.26",
52
- "@types/styled-components": "^5.1.35",
51
+ "@types/react": "^18.3.28",
52
+ "@types/styled-components": "^5.1.36",
53
53
  "babel-loader": "^9.2.1",
54
54
  "jest": "^29.7.0",
55
55
  "jest-fetch-mock": "^3.0.3",
@@ -71,11 +71,11 @@
71
71
  "styled-components": "^5.3.10"
72
72
  },
73
73
  "dependencies": {
74
- "@babel/runtime": "^7.28.4",
75
- "@splunk/react-icons": "^5.3.0",
76
- "@splunk/react-ui": "^5.3.0",
77
- "@splunk/themes": "^1.3.0",
78
- "@splunk/ui-utils": "^1.11.0",
74
+ "@babel/runtime": "^7.28.6",
75
+ "@splunk/react-icons": "^5.5.0",
76
+ "@splunk/react-ui": "^5.7.1",
77
+ "@splunk/themes": "^1.5.0",
78
+ "@splunk/ui-utils": "^1.12.0",
79
79
  "prop-types": "^15.8.1"
80
80
  }
81
81
  }