@layerfi/components 0.1.113-alpha → 0.1.113

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.
@@ -128,7 +128,7 @@ const LinkedAccountsContext = react.createContext({
128
128
  setAccountsToAddOpeningBalanceInModal: () => {
129
129
  }
130
130
  });
131
- const version = "0.1.113-alpha";
131
+ const version = "0.1.113";
132
132
  const pkg = {
133
133
  version
134
134
  };
@@ -111,7 +111,7 @@ const LinkedAccountsContext = createContext({
111
111
  setAccountsToAddOpeningBalanceInModal: () => {
112
112
  }
113
113
  });
114
- const version = "0.1.113-alpha";
114
+ const version = "0.1.113";
115
115
  const pkg = {
116
116
  version
117
117
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.113-alpha",
3
+ "version": "0.1.113",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",