@elastic/eui 116.1.0-snapshot.1779110362015 → 116.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 +3 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elastic/eui",
3
3
  "description": "Elastic UI Component Library",
4
- "version": "116.1.0-snapshot.1779110362015",
4
+ "version": "116.1.0",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -108,7 +108,7 @@
108
108
  "@cypress/webpack-dev-server": "^1.7.0",
109
109
  "@elastic/charts": "^64.1.0",
110
110
  "@elastic/datemath": "^5.0.3",
111
- "@elastic/eslint-plugin-eui": "2.13.0-snapshot.1779110362015",
111
+ "@elastic/eslint-plugin-eui": "2.13.0",
112
112
  "@elastic/eui-theme-borealis": "8.0.0",
113
113
  "@emotion/babel-preset-css-prop": "^11.11.0",
114
114
  "@emotion/cache": "^11.11.0",
@@ -273,6 +273,5 @@
273
273
  ],
274
274
  "installConfig": {
275
275
  "hoistingLimits": "workspaces"
276
- },
277
- "stableVersion": "116.1.0"
276
+ }
278
277
  }