@layerfi/components 0.1.126-alpha.1 → 0.1.126

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.
@@ -220,7 +220,7 @@ const getIntlLocale = (locale) => {
220
220
  return isSupportedLocale(locale) ? locale : DEFAULT_LOCALE;
221
221
  };
222
222
  const name = "@layerfi/components";
223
- const version$1 = "0.1.126-alpha.1";
223
+ const version$1 = "0.1.126";
224
224
  const description = "Layer React Components";
225
225
  const main = "dist/cjs/index.cjs";
226
226
  const module$1 = "dist/esm/index.mjs";
@@ -191,7 +191,7 @@ const getIntlLocale = (locale) => {
191
191
  return isSupportedLocale(locale) ? locale : DEFAULT_LOCALE;
192
192
  };
193
193
  const name = "@layerfi/components";
194
- const version = "0.1.126-alpha.1";
194
+ const version = "0.1.126";
195
195
  const description = "Layer React Components";
196
196
  const main = "dist/cjs/index.cjs";
197
197
  const module = "dist/esm/index.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.126-alpha.1",
3
+ "version": "0.1.126",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",