@elastic/eui 109.1.0-snapshot.1763390960850 → 109.1.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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elastic/eui",
3
3
  "description": "Elastic UI Component Library",
4
- "version": "109.1.0-snapshot.1763390960850",
4
+ "version": "109.1.0",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -280,6 +280,5 @@
280
280
  ],
281
281
  "installConfig": {
282
282
  "hoistingLimits": "workspaces"
283
- },
284
- "stableVersion": "109.1.0"
283
+ }
285
284
  }