@viasat/beam-react 2.48.1 → 2.48.2
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 +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 2.48.2 (2026-07-27)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **AI:** remove beam-manifest from gitignore causing missing beam-manifest in MCP build ([#1382](https://git.viasat.com/vega/Beam/pull/1382))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Amaral, Thomas
|
|
10
|
+
|
|
1
11
|
## 2.48.1 (2026-07-27)
|
|
2
12
|
|
|
3
13
|
### 🩹 Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-react",
|
|
3
|
-
"version": "2.48.
|
|
3
|
+
"version": "2.48.2",
|
|
4
4
|
"description": "React component library for the Beam design system",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Viasat",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@viasat/beam-fonts": "2.48.
|
|
64
|
-
"@viasat/beam-shared": "2.48.
|
|
65
|
-
"@viasat/beam-styles": "2.48.
|
|
66
|
-
"@viasat/beam-tokens": "2.48.
|
|
67
|
-
"@viasat/beam-icons": "2.48.
|
|
68
|
-
"@viasat/beam-react-claude-plugin": "2.48.
|
|
63
|
+
"@viasat/beam-fonts": "2.48.2",
|
|
64
|
+
"@viasat/beam-shared": "2.48.2",
|
|
65
|
+
"@viasat/beam-styles": "2.48.2",
|
|
66
|
+
"@viasat/beam-tokens": "2.48.2",
|
|
67
|
+
"@viasat/beam-icons": "2.48.2",
|
|
68
|
+
"@viasat/beam-react-claude-plugin": "2.48.2",
|
|
69
69
|
"clsx": "^1.2.1",
|
|
70
70
|
"@floating-ui/react": "^0.26.18",
|
|
71
71
|
"@stepperize/react": "^5.1.5",
|